---
title: "GET /v2/webhooks/{webhook_id}"
method: GET
path: "/v2/webhooks/{webhook_id}"
---

# GET /v2/webhooks/{webhook_id}

`GET /v2/webhooks/{webhook_id}`

Retrieves details of a specific webhook by ID.

## Path parameters

- `webhook_id` string, uuid, required

## Response `200`

Webhook retrieved successfully

- object
  - `data` WebhookResponse, required
    - `id` string, uuid — Unique identifier for the webhook.
    - `agent_id` string, uuid — The agent this webhook is associated with.
    - `name` string — The webhook name.
    - `url` string, uri — The webhook URL.
    - `secret` string — The webhook signing secret. Returned only on creation.
    - `events` string[] — Subscribed event types.
    - `data_options` DataOptions
      - `include_transcript` boolean — Include the full call transcript in webhook payload.
      - `include_recording_url` boolean — Include the call recording URL in webhook payload.
    - `custom_headers` CustomHeaders — Custom HTTP headers to send with webhook requests.
    - `is_active` boolean — Whether the webhook is active.
    - `created_at` string, date-time
    - `updated_at` string, date-time

## Other responses

- `403` — Webhook does not belong to your company
- `404` — Webhook not found

---

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