---
title: "GET sequencing batches"
method: GET
path: "/api/v1/sequencing/batches/{id}"
---

# GET sequencing batches

`GET /api/v1/sequencing/batches/{id}`

## Path parameters

- `id` string, required

## Response `200`

OK

- SequencingBatches
  - `$uri` string, required
  - `batch_number` string, required — A unique batch number.
  - `created_at` string, date-time, required — Timestamp for when the object was created on the One Codex platform, encoded as a [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) timestamp.
  - `name` string, nullable, required — A human-readable name for the sequencing batch.
  - `owner` object, required — The user that created the sequencing batch.
    - `__DOLLAR_REF__` string, uri
  - `status` 'registered' | 'shipped_to_lab' | 'received_at_lab' | 'extracting' | 'preparing_library' | 'sequencing' | 'quality_control' | 'done' | 'canceled', required — The current status of the sequencing batch.

---

[API](https://skmtc.net/onecodex/apis/one-codex-api-v1.md) · [All operations](https://skmtc.net/onecodex/apis/one-codex-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onecodex/one-codex-api-v1/versions/fe9d9bfc8a6a/schema)
