export_cycle
Export test cycle executions to CSV and get a download link. Provide project, version, and cycle ID to generate the file.
Instructions
Get a download link for a cycle's executions as a CSV export.
project/version accept keys/names or ids (prefer ids when you have them,
to skip a lookup; -1 = Unscheduled). Pass folder_id to export a
single folder within the cycle (omit for the whole cycle). Returns
{url: "…/Cycle-RC1.csv"} — a download link, not the file bytes; hand
the URL to the user or fetch it separately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cycle_id | Yes | ||
| project | Yes | ||
| version | Yes | ||
| folder_id | No |