---
title: "GET /deployments"
method: GET
path: "/deployments"
---

# GET /deployments

`GET /deployments`

List all deployed models in the project

## Query parameters

- `api-version` string, required
- `modelPublisher` string
- `modelName` string
- `deploymentType` 'ModelDeployment'

## Headers

- `x-ms-client-request-id` string, uuid

## Response `200`

The request has succeeded.

- PagedDeployment — Paged collection of Deployment items
  - `value` Deployment[], required — The Deployment items on this page
    - `type` 'ModelDeployment', required
    - `name` string, required — Name of the deployment
  - `nextLink` string, uri — The link to the next page of items

## Other responses

- `default` — An unexpected error response.

---

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