List Alerts
Alerts
List Alerts
List all alerts in the namespace with optional filtering and pagination.
Filtering:
- Use
searchfor wildcard text search across alert_id, name, description - Use
filtersfor structured queries
Sorting:
- Default: created_at descending (newest first)
POST
List Alerts
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Required range:
1 <= x <= 1000Required range:
1 <= x <= 1000Required range:
0 <= x <= 10000Required range:
x >= 1Body
application/json
Request model to list alerts.
Search term for wildcard search across alert_id, name, description
Filters to apply to the alert list
Sort configuration for the alert list
If True, filters and search will be case-sensitive
Response
Successful Response
Response model for listing alerts.

