---
title: "Get Operational Webhook Endpoint"
method: GET
path: "/api/v1/operational-webhook/endpoint/{endpoint_id}"
tags: ["Webhook Endpoint"]
---

# Get Operational Webhook Endpoint

`GET /api/v1/operational-webhook/endpoint/{endpoint_id}`

Get an operational webhook endpoint.

## Path parameters

- `endpoint_id` string, required — The Endpoint's ID or UID.

## Response `200`

- OperationalWebhookEndpointOut
  - `createdAt` string, date-time, required
  - `description` string, required
  - `disabled` boolean
  - `eventTypes` string[], nullable
  - `id` string, required — The Endpoint's ID.
  - `metadata` object, required
  - `throttleRate` integer, nullable — Maximum messages per second to send to this endpoint. Outgoing messages will be throttled to this rate.
  - `uid` string, nullable — Optional unique identifier for the endpoint.
  - `updatedAt` string, date-time, required
  - `url` string, uri, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Validation Error
- `429` — Too Many Requests

---

[API](https://skmtc.net/svix/apis/svix-api.md) · [All operations](https://skmtc.net/svix/apis/svix-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/svix/svix-api/revisions/b0c8a1820333/schema)
