cURL
curl --request GET \ --url https://api.batch.slng.ai/v1/batch/jobs/{jobId} \ --header 'Authorization: Bearer <token>'
{ "job_id": "myjob123", "status": "DONE" }
Retrieve the current status and details of a specific job.
API key from the SLNG dashboard.
The alphanumeric job identifier.
Job details.
The job identifier.
Current job status.
QUEUED
IN_PROGRESS
DECODING
DONE
FAILED
DELETED
Was this page helpful?
Contact support