cURL
curl --request GET \ --url https://demands-api.tavrn.ai/v1/jobs/{packageId}/files \ --header 'Authorization: Bearer <token>'
{ "packageId": "<string>", "files": [ { "key": "<string>", "name": "<string>", "size": 123, "type": "medical-record" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The package ID of the job.
A list of files for the package
Show child attributes
medical-record
case-info
sample-demand