Skip to main content
GET
Get Content Chunks

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Workspace-Id
string | null

The workspace ID

Path Parameters

content_id
string
required

Query Parameters

collection_id
string
required

Collection ID (required to ensure correct chunks)

include_embeddings
boolean
default:false

Include embedding vectors (can be large)

Response

Successful Response

Schema for content chunks response.

content_id
string
required

Content ID

collection_id
string
required

Collection ID

chunks
ContentChunk · object[]
required

List of chunks

total_chunks
integer
required

Total number of chunks

includes_embeddings
boolean
required

Whether embeddings are included