---
title: "GET /{stack}/adminconfig/v2/deployment/status/{deploymentID}"
method: GET
path: "/{stack}/adminconfig/v2/deployment/status/{deploymentID}"
tags: ["system"]
---

# GET /{stack}/adminconfig/v2/deployment/status/{deploymentID}

`GET /{stack}/adminconfig/v2/deployment/status/{deploymentID}`

describe the deployment status of the stack

## Path parameters

- `stack` string, required
- `deploymentID` string, required

## Response `200`

describe the deployment info of a specific deployment id

- object
  - `status` DeploymentInfo
    - `id` string, required — the id of the latest deployment task
    - `status` string — the status of the last deployment task, possible values are new, completed, pending, running, failed.
    - `timestamp` string — timestamp of the latest deployment task

## Other responses

- `default` — unexpected error

---

[API](https://skmtc.dev/splunk/apis/splunk-cloud-admin-api.md) · [All operations](https://skmtc.dev/splunk/apis/splunk-cloud-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/splunk/splunk-cloud-admin-api/revisions/65903649d1c2/schema)
