Rerun run
Reruns a previous run. Pass failedOnly: true to rerun only failed/skipped/errored cases, or projectTestCaseIds to rerun a specific subset.
Path Parameters
Body
Request body to rerun a prior run. Provide either failedOnly or projectTestCaseIds, not both (sending both returns 400). Send an empty object to rerun everything.
Rerun only failed/skipped/errored test cases from the original run.
Rerun only these test cases, by project test case ID (UUID).
Target a specific project by its prefixed short ID (proj-slug_shortId or proj_shortId), as returned by the projects API. Required for organization-scoped API keys; project-scoped keys may only pass their own project's short ID.
^proj(-.+_.+|_.+)$