cURL
curl --request GET \ --url https://api.stax.ai/document/jobs \ --cookie authToken=
{ "success": true, "jobs": [ { "_id": "<string>", "team": "<string>", "user": "<string>", "success": true, "working": true, "error": "<string>", "worker": "<string>", "queueTime": "2023-11-07T05:31:56Z", "startTime": "2023-11-07T05:31:56Z", "endTime": "2023-11-07T05:31:56Z", "jobType": "<string>", "jobId": "<string>", "jobData": {} } ] }
Get processing jobs for a document
Cookie-based authentication using userId and authToken cookies
Document ID MongoDB ObjectId
Document jobs
Show child attributes
MongoDB ObjectId