---
title: "Retrieve webhook"
method: GET
path: "/webhooks/{webhook_id}"
tags: ["webhooks"]
---

# Retrieve webhook

`GET /webhooks/{webhook_id}`

Retrieve a webhook by ID.

## Path parameters

- `webhook_id` string, required — The ID of the webhook to retrieve.

## Response `200`

OK

- Webhook
  - `created_at` string, date-time, required — The timestamp (in [ISO-8601](https://www.iso.org/iso-8601-date-and-time-format.html) format) of when the resource was created.
  - `description` string, nullable, required — Webhook purpose.
  - `id` string, required — Unique resource identifier.
  - `is_active` boolean, required — Whether the webhook is active.
  - `modified_at` string, date-time, required — The timestamp (in [ISO-8601](https://www.iso.org/iso-8601-date-and-time-format.html) format) of when the resource was last modified.
  - `url` string, required — Webhook destination URL.

## Other responses

- `400` — Bad Request

## Changes

> 10 revisions in range; 3 could not be searched.

- **2026-07-13** `03da9bc8e86b` — 1 info
  - api tag `webhooks` added

[Change history](https://skmtc.dev/joinsophic/apis/sophic-engine-api/changes/webhooks/:webhook_id/get.md)

---

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