Use this endpoint to submit a model input and output pair to a workflow for evaluation
model_input field in the request must be adictionary (containing at least a system_prompt field or a user_prompt field), and the request must also includethe model_used to generate the output (Ex. gpt-5-mini), the selected run_mode that determines speed/accuracy/cost for evaluation, and optionally a nametag for the workflow event.precision_plus - Maximum accuracy using the most advanced modelsprecision - High accuracy with optimized performancesmart - Balanced speed and accuracy (default)economy - Fastest evaluation at lowest costBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Workflow ID associated with this event.
A dictionary of inputs sent to the LLM to generate output. The dictionary must contain at least a user_prompt field or a system_prompt field. For the ground_truth_adherence guardrail metric, ground_truth should be provided.
Output generated by the LLM to be evaluated.
Model ID used to generate the output, like gpt-4o or o3.
Run mode for the workflow event. The run mode allows the user to optimize for speed, accuracy, and cost by determining which models are used to evaluate the event. Available run modes include precision_plus, precision, smart, and economy. Defaults to smart.
precision_plus, precision, smart, economy An optional, user-defined tag for the event.
Workflow event created successfully
A unique workflow event ID.
"evt_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
Workflow ID associated with the event.
"wkfl_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
The time the event was created in UTC.
"2025-11-10T01:32:44.591Z"
Status of the event.
In Progress, Completed "In Progress"