v1

latestOpenAPI 3.1.02026-07-267418115.3 KB

GET sequencing batches

get/api/v1/sequencing/batches/{id}

Path parameters

idstring required

Response

OK

$uristring required
batch_numberstring required

A unique batch number.

created_atstring date-time required

Timestamp for when the object was created on the One Codex platform, encoded as a RFC 3339 timestamp.

namestring nullable required

A human-readable name for the sequencing batch.

status'registered' | 'shipped_to_lab' | 'received_at_lab' | 'extracting' | 'preparing_library' | 'sequencing' | 'quality_control' | 'done' | 'canceled' required

The current status of the sequencing batch.

Example response

{
  "$uri": "/api/v1/sequencing/batches/0d77065796f8d173",
  "owner": {
    "__DOLLAR_REF__": "/api/v1/users/a1b2c3d4e5f67890"
  }
}