GET
/
v1
/
sources
/
{source_id}
/
documents

Authorizations

Authorization
string
headerrequired

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

Path Parameters

source_id
string
required

Response

200 - application/json
id
string

The human-friendly ID of the Doc

text
string
required

The text of the document.

source_id
string
required

The unique identifier of the source associated with the document.

user_id
string
required

The unique identifier of the user associated with the document.

metadata_
object | null

The metadata of the document.