v1

latestOpenAPI 3.0.32026-07-22238629559.2 KB
DeploymentsService

List 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.

get/api/v1/deployments

Response

OK

Example response

{
  "deployments": [
    {
      "findings": {
        "url": "https://semgrep.dev/api/v1/deployments/123/findings"
      },
      "id": 120,
      "name": "Your Deployment",
      "slug": "your-deployment"
    }
  ]
}
All 238 operations