Cell Instances

Get a specific cell instance by id

Retrieves a specific cell instance by its ID.

get/cell_instances/{cell_instance_id}

Path parameters

cell_instance_idstring required

Response

Successful Response

namestring required

Name of the cell instance (serial number)

batchstring nullable

Batch number/identifier

date_manufacturedstring date nullable

Date of manufacture

measured_propertiesobject nullable

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.

notesstring nullable

Free-text notes about the cell instance

idstring required

Unique identifier for the cell instance

cell_specification_idstring required

Foreign key to the cell specification

organization_idstring required

Organization this cell instance belongs to.

project_idstring required

Project this cell instance belongs to

created_bystring nullable

User ID of the user who created this instance

created_by_emailstring nullable

Email of the user who created this instance

created_atstring date-time required

Timestamp when the instance was created

updated_atstring date-time required

Timestamp when the instance was last updated

measurement_idsobject[] nullable

List of measurement IDs associated with the cell instance

Changes

No recorded changes to this endpoint across all 1 revision of this API.