List Documents
List the authenticated API user's documents using cursor pagination.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
cursor
Opaque cursor returned by the previous page.
limit
Number of documents to return. Defaults to 50 and cannot exceed 100.
folder_id
Return only documents in this folder. Omit to list documents across all folders.
archived
Return archived or active documents. Defaults to false.
type
Optionally filter by transcript or text document type.
Allowed values:
Response
This endpoint returns an object.
documents
Documents in this page.
next_cursor
Opaque cursor for the next page, or null when this is the last page.
Errors
400
Invalid Cursor
401
Authentication Error
404
Folder Not Found
429
Rate Limit Error
