Skip to main content
GET
List Release File Chunks

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 ID, slug, or domain from the authenticated context.

version
string
required

Release version from the route.

filePath
string
required

URL-encoded file path for the chunked file.

Query Parameters

limit
number
default:100

Maximum chunks to return, from 1 to 100.

Required range: 1 <= x <= 100
cursor
string

Opaque cursor from page_info.next.

include_embeddings
boolean
default:false

Whether to include embedding metadata when available.

Response

File chunks

data
object[]
required

File chunks in the requested branch, environment, or release context.

page_info
object
required

Pagination cursor values for traversing the result set.