get https://app.docupanda.io/job/
Retrieve the details of a specific job by providing the job's ID. This will include the job's status, timestamp, and any other relevant information.
Responses
Retrieve the details of a specific job by providing the job's ID. This will include the job's status, timestamp, and any other relevant information.
xxxxxxxxxx
curl --request GET \
--url https://app.docupanda.io/job/job_id \
--header 'accept: application/json'
xxxxxxxxxx
39}
{
"jobId": "string",
"jobType": "string",
"documentId": "string",
"credits": 0,
"status": "processing",
"errorMessage": "string",
"processingTime": 0,
"timestamp": "2025-04-13T12:24:16.493Z",
"filename": "string",
"fileExtension": "pdf",
"fileType": "pdf",
"parseVersion": 0,
"processingMethod": "asImage",
"numPages": 0,
"pages": [
{
"sections": [
{
"type": "text",
"text": "string",
"bbox": [
0
],
"header": "paragraph",