---
title: "List SCM Webhook Subscriptions"
method: GET
path: "/api/scm/deployments/{deploymentId}/subscriptions/{configId}"
tags: ["ScmSubscriptionsService"]
---

# List SCM Webhook Subscriptions

`GET /api/scm/deployments/{deploymentId}/subscriptions/{configId}`

List all SCM webhook subscriptions for a deployment.

## Path parameters

- `deploymentId` string, required
- `configId` string, required

## Response `200`

OK

- ProtosScmV1ListScmWebhookSubscriptionResponse
  - `deploymentId` string
  - `configId` string
  - `subscriptions` ProtosScmV1ScmWebhookSubscription[]
    - `scmUrl` string
    - `events` string[]

---

[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/revisions/6483eeecd582/schema)
