Skip to main content
GET
/
v1
/
batch
/
jobs
/
{jobId}
Get batch job
curl --request GET \
  --url https://api.batch.slng.ai/v1/batch/jobs/{jobId} \
  --header 'Authorization: Bearer <token>'
{
  "job_id": "myjob123",
  "status": "DONE"
}

Authorizations

Authorization
string
header
required

API key from the SLNG dashboard.

Path Parameters

jobId
string
required

The alphanumeric job identifier.

Response

200 - application/json

Job details.

job_id
string

The job identifier.

status
enum<string>

Current job status.

Available options:
QUEUED,
IN_PROGRESS,
DECODING,
DONE,
FAILED,
DELETED