Skip to main content
GET
cURL

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
name
string
required

Name of the metric. Example:

  • "Customer Satisfaction"
  • "Response Time"
Maximum string length: 255
description
string
required

Description of what the metric measures. Example: "Measures how satisfied customers are with the service provided"

id
integer
read-only
code
string
read-only

Unique code identifier for the metric

slug
string | null

URL-friendly unique identifier in snake_case format

Maximum string length: 255
type
enum<string>
  • basic - Basic (Deprecated in favor of LLM Judge)
  • custom_prompt - Custom Prompt ( Deprecated in favor of LLM Judge)
  • custom_code - Custom Code
  • llm_judge - LLM Judge
Available options:
basic,
custom_prompt,
custom_code,
llm_judge
eval_type
enum<string>
  • binary - Binary
  • continuous_qualitative - Continuous Qualitative
  • numeric - Numeric
  • enum - Enum
Available options:
binary,
continuous_qualitative,
numeric,
enum
audio_enabled
boolean
read-only

Whether this metric requires audio analysis

prompt
string

Evaluation prompt for the metric

function_name
string | null
read-only

Python function name for custom metric evaluation

enum_values
any

List of possible enum values for enum type metrics

custom_code
string

Custom evaluation code for the metric

simulation_enabled
boolean

Enable this metric for simulations. Example: true or false

observability_enabled
boolean

Enable this metric for observability. Example: true or false

configuration
any

Custom configuration parameters for metric. Example: ```json {

}

cost
string<decimal>
read-only

Cost in credits for evaluating this metric. Example: 0.005000

Pattern: ^-?\d{0,4}(?:\.\d{0,6})?$
evaluation_trigger
enum<string>

When to trigger this metric evaluation

  • always - Always
  • automatic - Automatic
  • custom - Custom
Available options:
always,
automatic,
custom
evaluation_trigger_prompt
string

Prompt to determine when to trigger metric evaluation

category
enum<string> | null
read-only

Category of the metric

  • Speech Quality - Speech Quality
  • Conversation Quality - Conversation Quality
  • Accuracy - Accuracy
  • Customer Experience - Customer Experience
Available options:
Speech Quality,
Conversation Quality,
Accuracy,
Customer Experience,
null
sub_category
string | null
read-only

Sub category of the metric

organization
integer | null
read-only