Skip to main content
GET
List Webhooks

Authorizations

Authorization
string
header
default:$CARTESIA_API_KEY
required

Cartesia API key (sk_car_...). Get one at play.cartesia.ai/keys.

Headers

Cartesia-Version
enum<string>
default:2026-03-01
required

API version header.

Available options:
2026-03-01
Example:

"2026-03-01"

Query Parameters

starting_after
string

A cursor for pagination. Pass the ID of the last webhook from the previous page to fetch the next page.

ending_before
string

A cursor for pagination. Pass the ID of the first webhook from the previous page to fetch the previous page.

limit
integer
default:10

The number of webhooks to return per page, ranging between 1 and 100. Defaults to 10.

Required range: 1 <= x <= 100

Response

200 - application/json

A paginated list of webhooks.

data
AgentWebhookSummary · object[]
required

The paginated list of webhooks.

has_more
boolean
required

Whether more results are available after this page.

next_page
string | null

An ID that can be passed as starting_after or ending_before to get the next page.