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