event_id
and workflow_id
, including filtered
status, the most recent evaluation_id
, and attempt_number
(the current count of improvement attempts).The
filtered
field is set to true
when the event fails one or more metrics on the most recent evaluation and is set to false
if all metric evaluations were above their thresholds. If filtered
is true
, then an improvement attempt will begin immediately after evaluation concludes.Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the workflow associated with the event.
The ID of the requested workflow event.
Response
Workflow event retrieved successfully
A unique workflow event ID.
Workflow ID associated with the event.
False
if evaluation passed all of the guardrail metrics, True
if evaluation failed any of the guardrail metrics.
A unique evaluation ID associated with this event. Every event has one or more evaluation attempts.
Count of improvement attempts for the event. If greater than one then all previous improvement attempts failed.