workflow_id
including name
, description
, improvement_action
, status
, success_rate
, max_retries
, and timestamps.The
status
field indicates whether the workflow is active and currently accepting events. If the workflow is status is archived
, no events submitted for the workflow will be processed.Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the workflow to retrieve.
Response
Workflow retrieved successfully
A unique workflow ID.
Name of the workflow.
Description for the workflow.
The action used to improve outputs that fail one or more guardrail metrics for the workflow events. May be regenerate
, fixit
, or null which represents “do nothing”. Regenerate runs the user's input prompt with minor induced variance. Fixit attempts to directly address the shortcomings of the output using the guardrail failure rationale. Do nothing does not attempt any improvement.
regenerate
, fixit
Status of the selected workflow. May be archived
or active
. Archived workflows will not accept events.
archived
, active
The time the workflow was created in UTC.
The most recent time the workflow was modified in UTC.
Rate of events associated with this workflow that passed evaluation.
Max. number of improvement action retries until a given event passes the guardrails.