omics_list_batch: Returns a list of run batches in your account, with optional...

View source: R/omics_operations.R

omics_list_batchR Documentation

Returns a list of run batches in your account, with optional filtering by status, name, or run group

Description

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.

See https://www.paws-r-sdk.com/docs/omics_list_batch/ for full documentation.

Usage

omics_list_batch(
  maxItems = NULL,
  startingToken = NULL,
  status = NULL,
  name = NULL,
  runGroupId = NULL
)

Arguments

maxItems

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

startingToken

A pagination token returned from a prior list_batch call.

status

Filter batches by status.

name

Filter batches by name.

runGroupId

Filter batches by run group ID.


paws.storage documentation built on May 30, 2026, 9:13 a.m.