Skip to main content
GET
/
jobs
/
{jobGuid}
/
documents
List documents
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"
    }
  ]
}

Authorizations

x-deck-client-id
string
header
required

Enter your client id

x-deck-secret
string
header
required

Enter your secret

Path Parameters

jobGuid
string<uuid>
required

Response

OK

documents
object[]
required