Footer Section
Explore

Retrieves a document's metadata, consisting of documentId, documentFileType, recordType, lastUpdatedTime, and status.
Tenant name
Document ID
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
OK
Status
Current stage error occurred
curl --request GET \--url https://idd_url/idd/api/v2/congasfdc/document/metadata \--header 'Accept: application/json' \--header 'X-API-Key: 123'
1{2"documentId": "43932-sfs93-234",3"documentName": "AcmeContract.pdf",4"documentFileType": "pdf",5"recordType": "NDA",6"lastUpdatedTime": "160008484",7"status": {8"status": "in-progress",9"stage": "extraction"10}11}