cURL
curl --request GET \ --url https://localhost:7002/api/v1/jobs/{jobGuid}/documents \ --header 'x-deck-client-id: <api-key>' \ --header 'x-deck-secret: <api-key>'
{ "documents": [ { "document_id": "<string>", "file_type": "<string>", "metadata": {}, "file_name": "<string>", "file_size": 123, "fetch_date": "2023-11-07T05:31:56Z" } ] }
Returns a list of documents fetched during a job.
Enter your client id
Enter your secret
OK
Show child attributes
Was this page helpful?