GET
/
observability
/
v1
/
overall_evaluation
/
realtime
/
cURL
curl --request GET \
  --url https://api.cekura.ai/observability/v1/overall_evaluation/realtime/ \
  --header 'X-CEKURA-API-KEY: <api-key>'
{
  "id": 123,
  "evaluation": "<any>",
  "created_at": "2023-11-07T05:31:56Z",
  "agent": 123
}

Authorizations

X-CEKURA-API-KEY
string
header
required

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

Query Parameters

agent_id
integer
required

Filter by agent

start_time
string<date-time>
required

Start time

end_time
string<date-time>

End time

aggregation_period
enum<string>
default:day

Aggregation period

  • hour - Hour
  • day - Day
  • week - Week
Available options:
hour,
day,
week
category_id
integer

Filter by category

issue_type
string

when category_id is provided, options are 'new_issues', 'continued_issues', 'new_agents' or empty

Minimum length: 1
metric_id
integer

Filter by metric

topic
string

Filter by topic

Minimum length: 1
dropoff_point
string

Filter by dropoff point

Minimum length: 1

Response

200 - application/json

The response is of type object.