Cancel multiple runs by their IDs in a single request. Returns per-run results including cancelled runs, already-terminal runs, and not-found IDs. Maximum 100 IDs per request. Idempotent: calling twice returns consistent results.
API key for authentication. Get your key from the API Keys page.
Array of run IDs to cancel
Batch runs request
Array of run IDs (1-100)
1 - 100 elements[
"a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"b2c3d4e5-f6a7-8901-bcde-f23456789012"
]Request succeeded. Returns per-run results in results and any missing IDs in not_found.