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

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

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

describe the deployment status of the stack

## Path parameters

- `stack` string, required

## Response `200`

deployment information: last deployment status of the stack

- object
  - `status` DeploymentStatus
    - `lastDeployment` DeploymentInfo, required
      - `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)
