---
title: "List Webhooks"
method: GET
path: "/agents/webhooks"
tags: ["Webhooks"]
---

# List Webhooks

`GET /agents/webhooks`

List the webhooks in your organization. The `secret` is omitted.

## Query parameters

- `starting_after` string
- `ending_before` string
- `limit` integer

## Headers

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

## Response `200`

A paginated list of webhooks.

- ListWebhooksResponse
  - `data` AgentWebhookSummary[], required — The paginated list of webhooks.
    - `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.
  - `has_more` boolean, required — Whether more results are available after this page.
  - `next_page` string, nullable — An ID that can be passed as `starting_after` or `ending_before` to get the next page.

---

[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)
