latestOpenAPI 3.0.3Apache-2.0raw.githubusercontent.com2026-08-19286141787.6 KB

e0b866156902

Alerts
Enterprise

List Alert Webhooks

Returns a paginated list of alert webhooks.

get/api/v2/alert-webhooks

Query parameters

skipinteger

The number of items to skip in a paginated response.

This query parameter is used for determining the number of objects to skip in pagination.

limitinteger

The limit of results requested by the client.

This query parameter is used for setting an upper limit of objects returned in paginated responses.

sort_bystring

Sort by column. Can be used multiple times; prepend a hyphen for descending order. See parameter description for details about which columns are sortable.

Sortable columns are name, created_at, updated_at, health. Default name ascending.

typestring

Filter results by column string value. Valid filter predicates are eq, ~eq, neq.

namestring

Filter results by column string value. Valid filter predicates are eq, ~eq, neq.

urlstring

Filter results by column string value. Valid filter predicates are eq, ~eq, neq.

disabledstring

Filter results by column boolean value. Valid filter predicates are eq, neq.

healthstring

Filter results by column numeric float (decimal) value. Valid filter predicates are eq, neq, gt, gte, lt, lte.

Filter by the webhook's rolling health score in [0, 1].

attemptsstring

Filter results by column integer value. Valid filter predicates are eq, neq, gt, gte, lt, lte.

Filter by the total attempts observed for the webhook.

failuresstring

Filter results by column integer value. Valid filter predicates are eq, neq, gt, gte, lt, lte.

Filter by the total failed attempts observed for the webhook.

created_atstring

Filter results by column timestamp value formatted as an RFC-3339 string. Valid filter predicates are eq, neq, gt, gte, lt, lte.

Filter results by created_at value. See filter schema details for valid predicates.

updated_atstring

Filter results by column timestamp value formatted as an RFC-3339 string. Valid filter predicates are eq, neq, gt, gte, lt, lte.

Filter results by updated_at value. See filter schema details for valid predicates.

last_errored_atstring

Filter results by column timestamp value formatted as an RFC-3339 string. Valid filter predicates are eq, neq, gt, gte, lt, lte.

Filter results by last_errored_at value. See filter schema details for valid predicates.

last_succeeded_atstring

Filter results by column timestamp value formatted as an RFC-3339 string. Valid filter predicates are eq, neq, gt, gte, lt, lte.

Filter results by last_succeeded_at value. See filter schema details for valid predicates.

Response

OK

countinteger

The total number of results.

skipinteger

The number of items to skip in a paginated response.

limitinteger

The limit of results requested by the client.