This action returns the single deployment your token can access. The action additionally returns links to related resources available on this API.
{ "deployments": [ { "slug": "your-deployment", "id": 120, "name": "Your Deployment", "findings": { "url": "https://semgrep.dev/api/v1/deployments/123/findings" } } ]}
Was this page helpful?