Skip to main content
GET
List dates that have generated insights

Authorizations

X-CEKURA-API-KEY
string
header
required

API Key Authentication. It should be included in the header of each request.

Query Parameters

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 triage_enabled + rubric membership (not persisted) — the FE renders the triage section 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