Footer Section
Explore

Retrieves the status of the import process. Either documentid
or both agreementid
and attachmentid
must be provided as query parameters.
Tenant name
Agreement ID
Attachment ID
List of document IDs
The URL of the org instance
The source module/application, such as "clm", "cc", or "cfs"
User ID of the logged-in user
Full name of the logged-in user
curl --request GET \--url https://idd_url/idd/api/v2/congasfdc/document/status \--header 'Accept: application/json' \--header 'X-API-Key: 123'
1{2"documents": [3{4"documentId": "38439-d828-df9e",5"agreementId": "09af8d8x9888",6"originalAttachmentId": "050ca9f8f9f9",7"reviewAttachmentId": "050caa458de65",8"status": {9"status": "in-progress",10"stage": "extraction"11}12}13]14}