v171

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0726249111.7 MB
Alerts

List alerts

Returns the alerts visible to the caller, newest first. Use starting_after or ending_before to page.

get/v2/alerts

Query parameters

limitinteger

Page size, 1-200. Unset uses the server default (25).

starting_afterstring

Cursor for forward pagination. Set to the alert_id of the last item from the previous page.

ending_beforestring

Cursor for backward pagination. Set to the alert_id of the first item from the previous page.

project_idstring

Restrict results to one project.

Response

OK

objectstring required

Object discriminator for list responses; always list.

has_moreboolean required

Whether more alerts are available in the selected pagination direction.