cURL
curl --request GET \ --url https://demands-api.tavrn.ai/v1/jobs/{packageId}/status \ --header 'Authorization: Bearer <token>'
{ "packageId": "<string>", "status": "created", "fileCount": 123, "message": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The package ID of the job.
Current status of the job
created
processing
done
failed