Skip to main content
Get a specific cell instance by id

Path Parameters

cell_instance_id
string
required

Response

Successful Response

Model representing a cell instance as returned by the API.

name
string
required

Name of the cell instance (serial number)

id
string
required

Unique identifier for the cell instance

cell_specification_id
string
required

Foreign key to the cell specification

organization_id
string
required

Organization this cell instance belongs to.

created_at
string<date-time>
required

Timestamp when the instance was created

updated_at
string<date-time>
required

Timestamp when the instance was last updated

batch
string | null

Batch number/identifier

date_manufactured
string<date-time> | null

Date of manufacture

measured_properties
Measured Properties · object | null

Measured (not designed) properties of this specific cell, grouped by component. Numeric values use the Quantity format. Example: {'cathode': {'loading': {'value': 7.06, 'unit': 'mg.cm-2'}}, 'cell': {'initial_capacity': {'value': 1.08, 'unit': 'A.h'}}}. Designed properties (target loading, rated capacity) belong on the cell specification.

notes
string | null

Free-text notes about the cell instance

project_id
string | null

Project this cell instance belongs to

created_by
string | null

User ID of the user who created this instance

created_by_email
string | null

Email of the user who created this instance

measurement_ids
Measurement Ids · object[] | null

List of measurement IDs associated with the cell instance