---
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

## Changes

- **2023-02-10** `c20f3ebace53` — 2 warning, 2 info
  - added the new `FAILURE` enum value to the `status` response property for the response status `200`
  - added the new `SUCCESS` enum value to the `status` response property for the response status `200`
  - removed the `COMPLETE` enum value from the `status` response property for the response status `200`
  - removed the `FAILED` enum value from the `status` response property for the response status `200`
- **2023-02-10** `0290bea4247c` — 1 info
  - added the new optional `header` request parameter `X-Atat-Api-Version` to all path's operations
- **2023-01-31** `9fbf5defc05a` — 1 warning, 1 info
  - deleted the `header` request parameter `X-Target-Impact-Level`
  - added the optional property `environment_id` to the response with the `200` status
- **2022-10-24** `f8442ac9c675` — 1 breaking, 1 warning
  - added the new path request parameter `provisioningJobId`
  - deleted the `path` request parameter `portfolioId`
- **2022-10-20** `0012adbb99c0` — 1 breaking
  - the response property `portfolio_id` became optional for the status `200`

[Full history](https://skmtc.dev/dod-ccpo/apis/atat-csp-api/changes/provisioning/:provisioningJobId/status/get.md)

---

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