Footer Section
Explore

Returns the status information for the document provided. For requests with automatic notification enabled (that is, the notificationInfo object is included in the request), the notification in the response body resembles:
status: complete,
responseBody:
is_extracted: true,
language: English,
scan_quality: A,
is_scanned: true,
page_count: 10,
error_code: 0,
job_id: 412455,
document_id: 86453,
projectId: 625
Tenant name
Stringified form of JSON representing the context from IDD
Document ID
User ID
User name
Webhook information
Including this webhook information enables automatic polling by IDD.
URL
Request method
Status of document
Status
Response from provider
curl --request POST \--url 'https://idd_url/idd/api/v2/tenantId/analyze/docstatus?context=%7B%22recordType%22%3A%22NDA%22%2C%22projectId%22%3A%22557%22%2C%22instanceUrl%22%3A%22https%3A%2F%2Fwww.conga.com%22%7D' \--header 'Accept: application/json' \--header 'Content-Type: application/json' \--header 'X-API-Key: 123' \--data '{"notificationInfo": {"url": "https://www.conga.com/maxupload/notify","method": "POST"}}'
1{2"status": "\"in progress\" or \"complete\"",3"responseBody": {4"is_extracted": true,5"language": "English",6"scan_quality": "A",7"is_scanned": true,8"page_count": 4,9"error_code": 0,10"jobId": 625,11"document_id": "82839",12"job_id": "1920"13}14}