---
title: "List Deployments"
method: GET
path: "/api/v2/deployments"
tags: ["DeploymentsService"]
---

# List Deployments

`GET /api/v2/deployments`

Request the deployments your auth can access.

Currently available auth scope does not extend over more than one deployment. This endpoint returns the single deployment your token can access. The endpoint additionally returns links to related resources available on this API.

## Response `200`

OK

- ProtosDeploymentV2ListDeploymentsResponse
  - `deployments` ProtosDeploymentV2Deployment[]
    - `id` integer — The unique numerical identifier for the deployment.
    - `name` string — Human readable name of the deployment.

---

[API](https://skmtc.net/semgrep/apis/semgrep-web-app.md) · [All operations](https://skmtc.net/semgrep/apis/semgrep-web-app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/semgrep/semgrep-web-app/versions/6483eeecd582/schema)
