Skip to main content
GET
/
jobs
/
{jobId}
/
status
Get job status
curl --request GET \
  --url https://caliper.alpha-1edtech.ai/jobs/{jobId}/status \
  --header 'Authorization: Bearer <token>'
{
  "job": {
    "id": "6",
    "state": "completed",
    "returnValue": {
      "status": "success",
      "results": [
        {
          "allocatedId": "7",
          "externalId": "urn:uuid:cadcb833-551e-487b-8213-007f89e74ddf"
        }
      ]
    },
    "processedOn": "2025-07-28T15:15:28.330Z"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.timeback.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

jobId
string
required

The unique identifier of the job

Response

Job status retrieved successfully

job
object
required