---
title: "Get Webhook"
method: GET
path: "/v1/webhooks/{webhookId}"
tags: ["Webhooks"]
---

# Get Webhook

`GET /v1/webhooks/{webhookId}`

Get webhook details by ID. Requires API key with webhook:read.

## Path parameters

- `webhookId` string, required

## Response `200`

Webhook details

- ApiResponseWebhookDetail
  - `success` boolean, required
  - `data` object, nullable
    - `id` string — Webhook ID
    - `url` string, uri — The webhook endpoint URL
    - `events` string[] — Subscribed event types
    - `active` boolean — Whether the webhook is active
    - `secretConfigured` boolean — Whether a signing secret is configured. The secret value itself is returned only once, in the create response.
    - `description` string — Optional description
    - `successCount` integer — Number of successful deliveries
    - `failureCount` integer — Number of failed deliveries
    - `lastTriggeredAt` string, date-time — Last trigger timestamp
    - `createdAt` string, date-time — Creation timestamp
    - `updatedAt` string, date-time — Last update timestamp
  - `error` string, nullable

## Other responses

- `401` — Unauthorized
- `404` — Resource not found

---

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