move_executions_to_folder
Move test executions from a cycle to a specified internal folder. Supports selecting specific executions or moving all, with optional wait for job completion.
Instructions
Move executions from a cycle into an internal folder.
Moves all executions in the cycle when schedules is omitted, or only
the listed execution ids when schedules is provided. project/version
accept keys/names or ids (prefer ids when you have them, to skip a lookup;
-1 = Unscheduled). This is an asynchronous ZAPI operation: it returns a
jobProgressToken. With wait=True (default) the tool polls the job to
completion and returns the final job-progress payload; with wait=False it
returns the raw {jobProgressToken} so you can poll later with
get_job_progress.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cycle_id | Yes | ||
| folder_id | Yes | ||
| project | Yes | ||
| version | Yes | ||
| schedules | No | ||
| wait | No | ||
| timeout | No |