List organization documents

Return documents in an organization.

Authentication

AuthorizationBearer

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

Path parameters

orgIdstringRequired
Organization whose documents to return.

Headers

X-Account-IdstringRequired
Account that owns the organization.

Query parameters

folderstringOptional
Return documents from this folder only.
limitintegerOptional

Maximum items to return. Default 50; maximum 100.

offsetintegerOptional
Number of items to skip. Default 0.

Response

A page of documents, newest first.
limitinteger
The page size used for this response.
offsetinteger
The number of documents skipped before this page.
totalinteger
Total documents matching the filter, across all pages.
documentslist of objects
Document summaries. Retrieve a document by ID for its full metadata.

Errors

403
Forbidden Error
404
Not Found Error
500
Internal Server Error