---
title: "Retrieve a list of deployments"
method: GET
path: "/widgets/notices/deployments"
tags: ["notices"]
---

# Retrieve a list of deployments

`GET /widgets/notices/deployments`

Returns a list of deployments

## Response `200`

A list of NoticeDeployment objects

- NoticesDeployments[]
  - `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)
