Get Workflow Run Evaluation Result
Endpoint to retrieve the evaluation result for a workflow run.
This endpoint fetches the evaluation workflow run linked to the source workflow run and extracts the last WorkflowShowStateEvent’s runtime_variables as the evaluation result.
Returns:
- evaluation_workflow_run_id: ID of the evaluation run
- status: Current status of the evaluation run
- evaluation_result: The runtime_variables from the last WorkflowShowStateEvent, or None if no such event exists (e.g., evaluation still in progress)
Authorizations
Retrieve your API Key from Dashboard API Keys Section.
Path Parameters
24^[0-9a-f]{24}$"5eb7cf5a86d9755df3a6c593"
Response
Successful Response
Response model for evaluation results of a workflow run. Contains the evaluation workflow run ID, status, and the runtime variables from the last WorkflowShowStateEvent.
ID of the evaluation workflow run
Status of the evaluation workflow run (e.g., 'completed', 'running', 'failed')
The runtime variables from the last WorkflowShowStateEvent in the evaluation run. Contains the evaluation output/scores. None if no WorkflowShowStateEvent was found.