List Documents
This endpoint returns a list of documents that have been processed by the caller’s organization. The list is paginated; use the RFC 8288-compliant Link
header on successful responses to obtain previous and/or next pages. The Link
header may also contain links to the results for each document.
Authorizations
Our API offers authentication via API keys. You can obtain an API key from https://developer.abbyy.com
Query Parameters
The cursor to start the list from. If not provided, the list will start from the most recent documents.
The number of documents to return. The maximum allowed value is 25. If not provided, the list will return up to 10 documents.
1 <= x <= 25
Response
The id of the document.
The name of the document.
Timestamp at which the document was created.
The status of the document. Valid values are Pending
, Processing
, Processed
, Failed
, Canceled
.
Pending
, Processing
, Processed
, Failed
, Canceled
The number of pages associated with the document that have been processed. This number will always be at least 1.
The model used to process the document.
An array of errors that occurred while processing the document.
Was this page helpful?