Splitting
Get Split Result
Check the status and retrieve results of document splitting jobs
GET
Overview
The Get Split Status endpoint retrieves the status and results of a document splitting job. Use this endpoint to check if splitting is complete and download the resulting split documents.Splitting jobs are processed asynchronously. Poll this endpoint to check completion status.
Path Parameters
The unique identifier of the splitting job
Response
Unique identifier for the splitting job
Current job status: “queued” while the job waits to be picked up, “processing” while it runs, then “completed” or “failed”
Progress message describing current processing stage
Presigned download URL for the original uploaded file. Expires roughly an hour after the response is generated; re-issue this request to get a fresh URL.
Name of the original file
Echo of the parameters used for this job
Split results. Always present as a key;
null until status is “completed”Error message (if job failed, otherwise null)
Polling for Job Completion
Here are complete examples that poll the splitting job until it completes:Authorizations
Path Parameters
The unique identifier of the splitting job
Response
200 - application/json
Split job status and results retrieved successfully
Unique identifier for the splitting job
Current job status (queued, processing, completed, failed)
Progress message
Presigned download URL for the original uploaded file. Expires roughly an hour after the response is generated; re-issue this request for a fresh URL.
Name of the original file
Job parameters
Split results (only present when status is completed)
Error message if job failed

