Retrieves a list of runs and returns each run's metadata and status
Source:R/omics_operations.R
omics_list_runs.RdRetrieves a list of runs and returns each run's metadata and status.
See https://www.paws-r-sdk.com/docs/omics_list_runs/ for full documentation.
Usage
omics_list_runs(
name = NULL,
runGroupId = NULL,
batchId = NULL,
startingToken = NULL,
maxResults = NULL,
status = NULL
)Arguments
- name
Filter the list by run name.
- runGroupId
Filter the list by run group ID.
- batchId
Filter by batch ID.
- startingToken
Specify the pagination token from a previous request to retrieve the next page of results.
- maxResults
The maximum number of runs to return in one page of results.
- status
The status of a run.