Get Batch Execution Status
Authentication
Path parameters
Batch handle returned by execute-batch
Query parameters
Which runs to list: terminal (completed/failed/canceled), active (everything else) or all. Counts always cover the whole batch.
next_cursor from the previous page
Response
One page of runs matching the status filter, ordered by cursor
Runs that have finished (completed + failed + canceled)
Opaque cursor for the next page of runs; null when this page is the last one. Pass it as cursor on the next call.
