---
title: "List Notification Webhooks"
method: GET
path: "/api/notification_webhooks/deployments/{deploymentId}/webhooks"
tags: ["NotificationWebhooksService"]
---

# List Notification Webhooks

`GET /api/notification_webhooks/deployments/{deploymentId}/webhooks`

List all notification webhooks for a deployment.

## Path parameters

- `deploymentId` string, required

## Response `200`

OK

- ProtosNotificationWebhooksV1ListNotificationWebhooksResponse
  - `webhooks` ProtosNotificationWebhooksV1NotificationWebhook[]
    - `id` string — The notification webhook ID
    - `name` string — The user-specified name for the webhook
    - `url` string — The URL endpoint where webhook payloads will be sent
    - `hasSecret` boolean — Whether the webhook has a secret configured (actual secret never exposed)
    - `useNetworkBroker` boolean — Whether to use the network broker for webhook delivery

---

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