Skip to main content
GET
List accumulating failure categories for a metric

Authorizations

Authorization
string
header
required

OAuth access token issued by Cekura for connected apps.

Query Parameters

agent_ids
string

Comma-separated agent ids; only calls handled by these agents are counted.

project
integer

Tenant scope. Supply one of project when authenticating with a user session or OAuth bearer token; omit when using an API key already scoped to the tenant.

Response

200 - application/json

Insight row exposed to the Observability → Insights UI.

id
integer
read-only
project
integer
read-only
metric
integer | null
read-only
predefined_metric
integer | null
read-only
metric_name
string
read-only
is_triage
boolean
read-only

Derived live from the metric's current Insights opt-in + failure criteria (not persisted) — the FE renders a metric's insight card only when this is true.

window_start
string<date-time>
read-only
window_end
string<date-time>
read-only
num_calls_analyzed
integer
read-only
total_failures_in_window
integer
read-only
status
enum<string>
read-only
  • pending - Pending
  • running - Running
  • succeeded - Succeeded
  • failed - Failed
  • skipped_no_failures - Skipped No Failures
Available options:
pending,
running,
succeeded,
failed,
skipped_no_failures
headline
string
read-only
overall_status_emoji
string
read-only
failure_modes
any
error_message
string
read-only
duration_seconds
number<double> | null
read-only
created_at
string<date-time>
read-only
updated_at
string<date-time>
read-only