Get an organization document

Return a document by ID.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <API_KEY>, where API_KEY is your API key.

Path parameters

orgIdstringRequired
Organization that owns the document.
documentIdstringRequired
Document to retrieve.

Headers

X-Account-IdstringRequired
Account that owns the organization.

Query parameters

includeContentbooleanOptional
Include extracted text content. This can make the response large.

Response

The requested document, including its workspace associations.
documentobject
The document, in full detail.

Errors

403
Forbidden Error
404
Not Found Error
500
Internal Server Error