---
title: "List webhook endpoints"
method: GET
path: "/v1/webhook-endpoints"
---

# List webhook endpoints

`GET /v1/webhook-endpoints`

## Query parameters

- `enabled` boolean
- `event_type` 'alerts.triggered' | 'alerts.resolved'

## Response `200`

Webhook endpoints retrieved successfully.

- WebhookEndpointListResponse
  - `data` WebhookEndpoint[], required
    - `id` string, required
    - `name` string, required
    - `url` string, uri, required
    - `enabled` boolean, required
    - `event_types` WebhookEventType[], required
    - `headers` object
    - `timeout_ms` integer, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required

## Other responses

- `400` — Validation error.
- `401` — Missing or invalid API key.
- `500` — Internal server error.

---

[API](https://skmtc.net/poly/apis/polyai-agents-api.md) · [All operations](https://skmtc.net/poly/apis/polyai-agents-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/poly/polyai-agents-api/versions/76f3c606e395/schema)
