List webhooks
Returns a page of webhooks in the current workspace. By default, the first 20 matching webhooks are ordered by creation time, newest first. Supplied filters are combined, count reports the total number of matches before pagination, and has_more indicates whether another page is available.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
One-based page number. Defaults to 1 and must be between 1 and 1,000,000.
Number of webhooks to return per page. Defaults to 20 and must be between 1 and 200.
Optional case-insensitive substring matched against display name, content type, and URL. Maximum length is 200 characters.
Optional event slug that must be present in the webhook's event
subscriptions, for example llm.response. Maximum length is 200
characters.
Field used to order results. Allowed values are created, updated, and
display_name. Defaults to created.
Sort direction. Allowed values are asc and desc. Defaults to desc.
Optional comma-separated content types to match, for example
application/json,application/x-www-form-urlencoded. A webhook matches
when its content type equals any supplied value.
Optional delivery status filter. When omitted, enabled and disabled webhooks are returned.
Response
OK