cURL
curl --request GET \ --url https://api.veryfront.com/projects/{project_reference}/chunks \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "file_path": "<string>", "file_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "file_version_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "index": 123, "content": "<string>", "start_offset": 123, "end_offset": 123, "token_count": 123 } ], "total": 123, "limit": 123, "offset": 123 }
Returns all indexed chunks for a project with pagination. Useful for admin/debugging.
Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.
Project ID or slug
1 <= x <= 100
x >= 0
List of chunks
Show child attributes