GET
/
v1
/
calculation-jobs
/
{calculation_job_id}
cURL
curl --request GET \
  --url https://public-api.setle.app/v1/calculation-jobs/{calculation_job_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "external_id": "<string>",
  "deactivated_at": "2023-11-07T05:31:56Z",
  "calculation_job_type": "EPC_DOCUMENT_PROCESSING",
  "calculation_job_status": "NOT_STARTED",
  "metadata": {},
  "estate_id": "<string>",
  "name": "<string>",
  "description": "<string>",
  "expires_at": "2023-11-07T05:31:56Z",
  "published_at": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

calculation_job_id
string
required

Response

200
application/json

Successfully processed request.

The response is of type object.