Skip to main content
GET
/
api
/
v1
/
sequencing
/
batches
/
{id}
/
samples
GET sequencing/batches samples
curl --request GET \
  --url https://app.onecodex.com/api/v1/sequencing/batches/{id}/samples \
  --header 'X-API-Key: <api-key>'
[]
GET all samples in given Sequencing Batch. Returns a paginated list of objects including the tube_barcode and the sample resource.

Authorizations

X-API-Key
string
header
required

Path Parameters

id
string
required

Response

200 - application/json

Successful operation

sample
object

The sample object associated with the tube barcode. Note this may be in a pending upload state if the lab has not finished processing the physical sample.

tube_barcode
string

The tube barcode for the sample sent to the lab.