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
orgId
Organization that owns the document.
documentId
Document to retrieve.
Headers
X-Account-Id
Account that owns the organization.
Query parameters
includeContent
Include extracted text content. This can make the response large.
Response
The requested document, including its workspace associations.
document
The document, in full detail.
Errors
403
Forbidden Error
404
Not Found Error
500
Internal Server Error

