Skip to main content
GET
List Branch File Versions

Authorizations

Authorization
string
header
required

Use a JWT bearer token or a Veryfront API key in the Authorization header.

Path Parameters

project_reference
string
required

Project slug, UUID, or domain that identifies the project.

branchName
string
required

Branch name

filePath
string
required

File path (URL-encoded, e.g., pages%2Findex.mdx)

Query Parameters

cursor
string

Cursor for pagination

limit
number
default:20

Maximum number of entries to return. Defaults to 20 and is capped at 100.

Required range: 1 <= x <= 100

Response

Paginated list of branch file versions

data
object[]
required
page_info
object
required

Pagination cursor values for traversing the result set.