Skip to main content
GET
List project 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 or slug.

Query Parameters

cursor
string

Offset cursor returned from page_info.next or page_info.prev.

limit
number
default:100

Maximum number of chunks to return, from 1 to 100.

Required range: 1 <= x <= 100

Response

List of project chunks.

data
object[]
required

Indexed chunks for the project.

page_info
object
required

Pagination cursor values for traversing the result set.