cURL
curl --request GET \ --url https://api.example.com/policies/{policyId}/document-extractions
{ "extractions": [ { "documentId": "<string>", "status": "PENDING", "createdAt": "<string>", "updatedAt": "<string>", "fields": {}, "aiOperationId": "<string>", "errorMessage": "<string>", "metadata": {} } ] }
List of document extractions for the policy
Show child attributes
Was this page helpful?