Skip to main content
GET
Get Document With Chunks

Authorizations

Authorization
string
header
required

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

Path Parameters

document_id
string<uuid>
required

Query Parameters

workspace_id
string<uuid>
required

Response

Successful Response

Document with its chunks.

document
DocumentResponse · object
required

Full document details for source viewing.

chunks
ChunkResponse · object[]