Skip to main content
GET
Get Document Contents

Authorizations

Authorization
string
header
required

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

Path Parameters

datastore_id
string<uuid>
required

Datastore ID of the datastore from which to retrieve the document

Query Parameters

document_id
string<uuid>

Document ID of the document to retrieve details for

The query to search keywords for

offset
integer
default:0

The offset to start retrieving content ids

limit
integer
default:50

The number of content ids to be returned

Response

Successful Response

data
(DocumentContentEntry · object | StructuredContentEntry · object)[]
required

List of content entries

Content entry type

has_more
boolean
required

Whether there are more content entries to retrieve