list_executions
List executions in a test cycle, optionally scoped to a folder. Get execution details, status mappings, and record count.
Instructions
List the executions in a cycle (optionally narrowed to a folder).
project/version accept keys/names or ids (prefer ids when you have them,
to skip a lookup; -1 = Unscheduled). Returns {status, executions, recordsCount} where status maps status ids to their definitions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cycle_id | Yes | ||
| project | Yes | ||
| version | Yes | ||
| folder_id | No | ||
| offset | No | ||
| limit | No |