document_split
Get Document Split
Get the status and result of a document split job. Use this to poll for completion of long-running split operations.
GET
Get Document Split
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Job ID to query
The domain of the customer
Example:
"example.com"
Response
Successful Response
The ID of the original document that was split.
The list of document splits created as a result of the split.
Job status: 'in_progress', 'completed', or 'failed'.
Available options:
in_progress, completed, failed Job ID if split is in progress. Null when completed.
Total pages in the document.
Pages processed so far.
Error message if job failed.