Returns a paginated list of individual workflow runs within a specific batch. Use this operation to map each <code>runSettingId</code> to its HealthOmics-generated <code>runId</code>, and to check the submission status of each run. Only one filter per call is supported.
get/runBatch/{batchId}/run
Path parameters
batchIdstring required
The identifier portion of the run batch ARN.
Query parameters
maxItemsinteger
The maximum number of runs to return.
startingTokenstring
A pagination token returned from a prior <code>ListRunsInBatch</code> call.
submissionStatus'SUCCESS' | 'FAILED' | 'CANCEL_SUCCESS' | 'CANCEL_FAILED' | 'DELETE_SUCCESS' | 'DELETE_FAILED'
Filter runs by submission status.
runSettingIdstring
Filter runs by the customer-provided run setting ID.
runIdstring
Filter runs by the HealthOmics-generated run ID.
Response
Success