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

# List deployments

`GET /api/v1/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

- ProtosOpenapiV1ListDeploymentsResponse
  - `deployments` ProtosOpenapiV1Deployment[] — Return the deployment the supplied token can access.
    - `findings` ProtosOpenapiV1EndpointReference
      - `url` string, required — URL that the reference is pointing to.
    - `id` number, required — Unique numerical identifier of the deployment.
    - `name` string, required — Human readable name.
    - `slug` string, required — Sanitized machine-readable name. Used as primary identifier through the web API.

---

[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)
