Skip to main content
GET
/
observability
/
v1
/
metric-failure-mode-insights
/
available_dates
cURL
curl --request GET \
  --url https://api.cekura.ai/observability/v1/metric-failure-mode-insights/available_dates/ \
  --header 'X-CEKURA-API-KEY: <api-key>'
{
  "id": 123,
  "project": 123,
  "metric": 123,
  "predefined_metric": 123,
  "metric_name": "<string>",
  "window_start": "2023-11-07T05:31:56Z",
  "window_end": "2023-11-07T05:31:56Z",
  "num_calls_analyzed": 123,
  "total_failures_in_window": 123,
  "headline": "<string>",
  "overall_status_emoji": "<string>",
  "failure_modes": "<unknown>",
  "error_message": "<string>",
  "duration_seconds": 123,
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

Authorizations

X-CEKURA-API-KEY
string
header
required

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

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
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