v1

latestOpenAPI 3.0.12026-07-2696152184.1 KB
Webhooks

List Webhooks

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

get/agents/webhooks

Query parameters

starting_afterstring

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

ending_beforestring

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

limitinteger

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

Headers

Cartesia-Version'2026-03-01' date required
Example:2026-03-01

API version header.

Response

A paginated list of webhooks.

has_moreboolean required

Whether more results are available after this page.

next_pagestring nullable

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