GET
/
status
/
job
/
{job_id}
curl --request GET \
  --url https://api.liquidindex.dev/status/job/{job_id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "PENDING"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

job_id
string
required

The ID of the job to check status for

Response

200
application/json

Job status retrieved successfully

The response is of type object.