n8n_evaluations
List evaluation test runs for n8n workflows, view aggregated metrics, and paginate per-case results.
Instructions
Read evaluation test runs for a workflow (read-only). Requires n8n >= 2.30 and an API key created on 2.30+ (testRun scopes). Actions: list_runs=list runs for a workflow, get_run=single run with aggregated metrics, list_cases=per-case results (paginate - cases can be large). Triggering runs via API is not yet supported by n8n.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Results per page (1-250). Defaults: n8n server default (100) for list_runs, 20 for list_cases (per-case inputs/outputs can be large) | |
| runId | No | Test run ID (required for action=get_run or action=list_cases) | |
| action | Yes | Operation: list_runs=list test runs, get_run=run details with metrics, list_cases=per-case results | |
| cursor | No | Pagination cursor from previous response | |
| status | No | For action=list_runs: filter by run status | |
| workflowId | Yes | Workflow ID the test runs belong to (required) |