v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14107682538.8 KB

Returns a list of run batches in your account, with optional filtering by status, name, or run group. Results are paginated. Only one filter per call is supported.

get/runBatch

Query parameters

maxItemsinteger

The maximum number of batches to return. If not specified, defaults to 100.

startingTokenstring

A pagination token returned from a prior <code>ListBatch</code> call.

status'CREATING' | 'PENDING' | 'SUBMITTING' | 'INPROGRESS' | 'STOPPING' | 'CANCELLED' | 'FAILED' | 'PROCESSED' | 'RUNS_DELETING' | 'RUNS_DELETED'

Filter batches by status.

namestring

Filter batches by name.

runGroupIdstring

Filter batches by run group ID.

Response

Success

nextTokenstring

A pagination token to retrieve the next page of results. Absent when no further results are available.