---
title: "Get the status of a previously issued provisioning job"
method: GET
path: "/provisioning/{provisioningJobId}/status"
tags: ["provisioning"]
---

# Get the status of a previously issued provisioning job

`GET /provisioning/{provisioningJobId}/status`

Queries the CSP for the status of a previously issued provisioning job for which that CSP issued an HTTP 202 response, indicating that the provisioning job was accepted but a response was not available immediately. This allows continuously checking the status to inform the end user.
The provisioning job ID must be unique across all provisioning jobs and must never be reused; however, a provisioning job ID must be queryable for at least 168 but no more than 240 hours.

## Path parameters

- `provisioningJobId` string, required

## Response `200`

Get provisioning status successful

- ProvisioningStatus — Represents the status of a provisioning job
  - `provisioning_job_id` string, required — The ID of the Provisioning job; used for retrieving status to inform end user. This ID must be unique across all provisioning jobs across portfolios.
  - `portfolio_id` string — The ID of the Portfolio for which status is being returned
  - `environment_id` string — The ID of the Environment for which status is being returned
  - `status` 'NOT_STARTED' | 'IN_PROGRESS' | 'SUCCESS' | 'FAILURE', required

## Other responses

- `404` — Provisioning Job ID not found

---

[API](https://skmtc.net/dod-ccpo/apis/atat-csp-api.md) · [All operations](https://skmtc.net/dod-ccpo/apis/atat-csp-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dod-ccpo/atat-csp-api/versions/22014acb308f/schema)
