v51

OpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-01308532588.1 KB
Automation rule evaluators

Get automation rule evaluator by id

Get automation rule by id

get/v1/private/automations/evaluators/{id}

Path parameters

idstring uuid required

Query parameters

project_idstring uuid

Response

Automation Rule resource

idstring uuid
project_idstring uuid

Primary project ID (legacy field for backwards compatibility)

project_namestring

Primary project name (legacy field for backwards compatibility)

namestring required
sampling_ratenumber float
enabledboolean
trigger_scope'production' | 'experiment' | 'both'

Controls whether the rule fires on production traces, experiment traces, or both. Defaults to 'production' if omitted.

created_atstring date-time
created_bystring
last_updated_atstring date-time
last_updated_bystring
type'llm_as_judge' | 'user_defined_metric_python' | 'trace_thread_llm_as_judge' | 'trace_thread_user_defined_metric_python' | 'span_llm_as_judge' | 'span_user_defined_metric_python' required
action'evaluator' required