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:
Retrieve your API Key from Dashboard API Keys Section.
24"5eb7cf5a86d9755df3a6c593"
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.