API Reference
Log In
API Reference

List AI Alerts

Retrieve a paginated list of AI alerts.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

Unique identifier of the team (organization) to filter results. Format: Revenium hashid (URL-safe encoded string).

string

Filters alerts by metric type. Must be one of the AIAlertMetricType enum values (e.g., TOTAL_COST, TOKEN_COUNT, ERROR_RATE).

string

Start date for filtering alerts by trigger time. Format: ISO 8601 date string (YYYY-MM-DD). When provided with end date, returns only alerts triggered within the date range. When omitted, no start date filtering is applied.

string

End date for filtering alerts by trigger time. Format: ISO 8601 date string (YYYY-MM-DD). When provided with start date, returns only alerts triggered within the date range. When omitted, no end date filtering is applied.

string

Filters alerts by the associated AI anomaly ID. When provided, returns only alerts triggered by the specified anomaly. This is useful for tracking all alerts from a specific anomaly detection rule. Format: URL-safe encoded string.

string

Filters alerts by the owner (user) ID who created or is responsible for the anomaly. When provided, returns only alerts from anomalies owned by the specified user. Format: URL-safe encoded string.

boolean

Filters alerts by their resolution status. When true, returns only resolved alerts. When false, returns only unresolved (active) alerts. When omitted, returns all alerts regardless of resolution status.

integer
≥ 0
Defaults to 0

Zero-based page index (0..N)

integer
≥ 1
Defaults to 10

The size of the page to be returned

sort
array of strings

Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.

sort
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/hal+json