cURL
curl --request GET \ --url https://api.liquidindex.dev/status/job/{job_id} \ --header 'Authorization: Bearer <token>'
{ "status": "PENDING" }
Get the status of a job
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the job to check status for
Job status retrieved successfully
The response is of type object.
object