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
orgId
Organization whose documents to return.
Headers
X-Account-Id
Account that owns the organization.
Query parameters
folder
Return documents from this folder only.
limit
Maximum items to return. Default 50; maximum 100.
offset
Number of items to skip. Default 0.
Response
A page of documents, newest first.
limit
The page size used for this response.
offset
The number of documents skipped before this page.
total
Total documents matching the filter, across all pages.
documents
Document summaries. Retrieve a document by ID for its full metadata.
Errors
403
Forbidden Error
404
Not Found Error
500
Internal Server Error

