Footer Section
Explore

Retrieves the specified tenant's imported documents and their statuses.
Tenant name
Number of days to search for in the past (i.e., 30 days from today)
Agreement ID
Flag to display list for current user
Maximum number of documents to return. The default value is 20.
Search string to search for all matching documents name
The URL of the org instance
The source module/application, such as "clm", "cc", or "cfs"
The logged-in user's user ID
The full name of the logged-in user
OK
Status
Current stage error occurred
curl --request GET \--url https://idd_url/idd/api/v2/congasfdc/document/list \--header 'Accept: application/json' \--header 'X-API-Key: 123'
1[2{3"documentId": "43932-sfs93-234",4"documentName": "AcmeContract.pdf",5"documentFileType": "pdf",6"recordType": "NDA",7"lastUpdatedTime": "160008484",8"status": {9"status": "in-progress",10"stage": "extraction"11}12}13]