List documents with cursor-based pagination.
Bearer authentication header of the form Bearer
Opaque pagination token from a previous response. Pass next_page_token or prev_page_token from a previous response to continue pagination. Empty or omitted for the first page.
"eyJpZCI6ImRvY18wMWgyeGNlanF0ZjJuYnJleHgzdnFqaHA0MSIsImQiOiJuZXh0In0"
Maximum number of items to return per page (1-100). Default: 50.
1 <= x <= 100Filter by creator ID(s). Returns documents matching ANY of the specified IDs.
User or service account TypeID (e.g., user_xxx, svc_yyy)
Filter by access level(s). Returns documents matching ANY of the specified levels.
Access level
private, organization, public Filter by processing status(es). Returns documents matching ANY of the specified statuses.
Processing status
processing, ready, failed Filter by created.after (RFC 3339 format, e.g., 2024-01-15T09:30:00Z)