---
title: "Detail of a provisioning job"
method: GET
path: "/provisioningjobs/{jobId}"
tags: ["Provisioning jobs"]
---

# Detail of a provisioning job

`GET /provisioningjobs/{jobId}`

Provisioning failures may occur. Contact support in the event of a failure or wait for error resolution.

Do NOT retry provisioning until the job reports finished or cancelled.

## Path parameters

- `job_id` string, uuid, required

## Response `200`

OK

- ProvisioningJobInfo
  - `id` string — The id of the job.
  - `status` 'ongoing' | 'cancelled' | 'failed' | 'finished' — Current job status
  - `completion` CompletionEstimation
    - `estimate` string, date-time — The estimated time when the job should be finished. Unexpected delays can always occur. The value is subject to change during the provisioning.

## Other responses

- `201` — Created

---

[API](https://skmtc.net/combell/apis/public-api.md) · [All operations](https://skmtc.net/combell/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/combell/public-api/versions/d6d1ea012567/schema)
