ℹ️ These docs are for current Galileo customers running v1.0. Docs for the v2.0 version of Galileo can be found here.
cURL
curl --request POST \ --url https://api.acme.rungalileo.io/v1/evaluate/run-workflows \ --header 'Content-Type: application/json' \ --header 'Galileo-API-Key: <api-key>' \ --data ' { "starting_token": 0, "limit": 100, "project_id": "<string>", "project_name": "<string>", "run_id": "<string>", "run_name": "<string>" } '
{ "workflows": [ { "input": "<string>", "type": "workflow", "redacted_input": "<string>", "output": "<string>", "redacted_output": "<string>", "name": "", "created_at_ns": 123, "duration_ns": 0, "metadata": {}, "status_code": 123, "ground_truth": "<string>", "root_workflow_id": "<string>", "workflow_id": "<string>", "step_id": "<string>", "steps": [ "<unknown>" ], "metrics": [ { "name": "<string>", "value": "<unknown>", "status": "<string>", "explanation": "<string>", "rationale": "<string>", "cost": 123, "model_alias": "<string>", "num_judges": 123, "display_value": "<unknown>", "data_type": "unknown" } ] } ], "starting_token": 0, "limit": 100, "paginated": false, "next_starting_token": 123 }
Fetch evaluation results for a specific run including rows and aggregate information.
Successful Response
Response model for workflow evaluation results
Show child attributes
Was this page helpful?