---
title: "Get the list of deployment manifests."
method: GET
path: "/deploymentManifests"
---

# Get the list of deployment manifests.

`GET /deploymentManifests`

Get the list of deployment manifests.

## Query parameters

- `api-version` string, required
- `maxpagesize` integer
- `filter` string

## Response `200`

Success

- DeploymentManifestCollection — The paged results of deployment manifests.
  - `value` DeploymentManifest[], required — The collection of deployment manifests.
    - `id` string — Unique ID of the deployment manifest.
    - `displayName` string — Display name of the deployment manifest.
    - `data` object, required — Content of the the deployment manifest.
    - `etag` string — Etag to prevent conflict when updating the deployment manifest.
    - `organizations` string[] — The organization that deployment manifest belongs to. If not present, the deployment manifest is root-level or personal. Only one organization is supported today, multiple organizations will be supported soon.
  - `nextLink` string — URL to get the next page of deployment manifests.

## Other responses

- `default` — An error response received from the IoT Central Service.

---

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