get https://app.docupanda.io/split/
Retrieve the status of a document splitting job.
Responses
Retrieve the status of a document splitting job.
xxxxxxxxxx
curl --request GET \
--url https://app.docupanda.io/split/job_id \
--header 'accept: application/json'
xxxxxxxxxx
15{
"jobId": "string",
"status": "processing",
"documentId": "string",
"numNewDocuments": 0,
"newDocumentIds": [
"string"
],
"details": [
{}
],
"errorMessage": "string",
"processingTime": 0,
"timestamp": "2025-04-11T12:49:29.575Z"
}