cURL
curl --request GET \ --url https://api.batch.slng.ai/v1/batch/jobs \ --header 'Authorization: Bearer <token>'
{ "items": [ { "job_id": "myjob123", "status": "DONE" }, { "job_id": "myjob456", "status": "IN_PROGRESS" } ] }
Retrieve all transcription jobs for your organization.
API key from the SLNG dashboard.
List of jobs.
Show child attributes
Was this page helpful?
Contact support