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

# Get Webhook

`GET /agents/webhooks/{webhook_id}`

Returns the details of a single webhook. The `secret` is omitted.

## Path parameters

- `webhook_id` string, required

## Headers

- `Cartesia-Version` '2026-03-01', date, required

## Response `200`

- AgentWebhookSummary — A webhook without its secret, as returned by list and get.
  - `id` string, required — The ID of the webhook.
  - `url` string, uri, required — The HTTPS endpoint call events are delivered to.
  - `display_name` string, nullable — The webhook's display name, or `null` if unset.
  - `created_at` string, date-time, required — When the webhook was created.
  - `updated_at` string, date-time, required — When the webhook was last updated.

## Other responses

- `404` — Webhook not found.

---

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