v1

latestOpenAPI 3.1.02026-07-2687120159.0 KB

Get active alerts

List alert rules that are currently in the alert state.

get/v1/alerts

Query parameters

project_idstring

Filter by project ID

metric'turn_latency_p50' | 'turn_latency_p95' | 'api_errors' | 'function_errors' | 'call_crashes' | 'call_volume'

Metric to monitor.

Filter by metric

Response

Active alerts retrieved successfully.

Example response

{
  "data": [
    {
      "alert_rule_id": "ar_0Kx4mNpQ8rWvYb2dFgHjLs"
    }
  ]
}