---
title: "Get Webhook Endpoint"
method: GET
path: "/webhook_endpoints/{endpoint_id}"
tags: ["webhook_endpoints"]
---

# Get Webhook Endpoint

`GET /webhook_endpoints/{endpoint_id}`

Get a webhook endpoint by its id.

## Path parameters

- `endpoint_id` string, uuid, required

## Response `200`

Successful Response

- WebhookEndpoint
  - `id` string, uuid, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `name` string, required
  - `url` string, uri, required
  - `partition_pattern` string, nullable, required
  - `active` boolean, required
  - `secret` string, required

## Other responses

- `401` — Unauthorized
- `402` — Payment Required
- `404` — Not Found
- `422` — Validation Error
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.dev/ragie/apis/ragie-api.md) · [All operations](https://skmtc.dev/ragie/apis/ragie-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ragie/ragie-api/revisions/ffdf960539ca/schema)
