---
title: "Retrieve a deployment"
method: GET
path: "/widgets/notices/deployments/{id}"
tags: ["notices"]
---

# Retrieve a deployment

`GET /widgets/notices/deployments/{id}`

Returns a single deployment

## Path parameters

- `id` string, required

## Response `200`

A NoticeDeployment object

- NoticesDeployments — A deployment updates the live configuration used by a notice
  - `id` string, required — Deployment ID
  - `notice_id` string, required — ID of the notice for which a new configuration is deployed
  - `organization_id` string, required — ID of the organization that owns this deployment
  - `production_config_id` string, required — ID of the notice configuration to deploy
  - `message` string, required — Description of the deployment content
  - `status` string — Status of the deployment (ready, running, failure, success)
  - `created_at` string, date-time — Creation date of the deployment
  - `updated_at` string, date-time — Last update date of the deployment
  - `version` number — Revision number of the deployment

---

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