---
title: "Get a webhook endpoint"
method: GET
path: "/v1/webhook-endpoints/{endpoint_id}"
---

# Get a webhook endpoint

`GET /v1/webhook-endpoints/{endpoint_id}`

## Path parameters

- `endpoint_id` string, required

## Response `200`

Webhook endpoint retrieved successfully.

- WebhookEndpoint
  - `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

- `401` — Missing or invalid API key.
- `404` — Resource not found.
- `422` — Validation error or malformed resource ID.
- `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)
