Footer Section
Explore

Returns the status information for a given job or document. For requests with automatic notification enabled (that is, with a notificationInfo object included in the request), the notification in the request body resembles:
status: complete,
responseBody:
is_successful: true,
redirect_href: https://ca.app.kirasystems.com/platform-api/v1/downloads/3625/files,
downloadId: '3625'
job_id: '1928'
document_id: '83920'
Note: downloadId
is only included if the job was an export.
Tenant name
Stringified form of JSON representing the context from IDD
Document ID
Job ID
User ID
User name
Webhook information
Including this webhook information enables automatic polling by IDD.
URL
Request method
curl --request POST \--url 'https://idd_url/idd/api/v2/tenantId/analyze/status?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",3"responseBody": {4"retry_after": 15,5"job_status": "in-progress",6"last_update_time": "2021-01-19T22:52:20Z"7}8}