Cell Measurements
List cell measurements
List cell measurements, scoped to a cell specification or a project.
Exactly one of cell_specification_id (all instances of that spec, page size 1000) or project_id (paginated, parent instance fields joined, page size 25) is required. project_id also accepts instance_name, cell_instance_id and spec_id.
channel_id and protocol_id are exact match; text takes ilike.%value% and dates gte.value / lte.value.
get/cell_measurements
Query parameters
cell_specification_idstring nullable
project_idstring nullable
measurement_type'time_series' | 'file' | 'properties'
Shape of the data stored in a cell measurement.
- time_series — cycling / diagnostic data uploaded as columnar time series (and optional step summaries). Default for new measurements.
- file — an opaque file upload (raw cycler export, image, other binary). Metadata about the file is captured in file_metadata; the file content lives in object storage.
- properties — a flat key/value set of measured properties (thickness, mass, DCIR, initial capacity, …) with no time-series data. Numeric values use the Quantity format.
Filter by measurement type
limitinteger
offsetinteger
qstring nullable
Free-text search on measurement name and search_vector.
Free-text search on measurement name and search_vector.
idstring nullable
id_textstring nullable
namestring nullable
channel_idstring nullable
protocol_idstring nullable
created_by_emailstring nullable
start_timestring nullable
start_time_gtstring nullable
start_time_ltstring nullable
created_atstring nullable
created_at_gtstring nullable
created_at_ltstring nullable
updated_atstring nullable
updated_at_gtstring nullable
updated_at_ltstring nullable
instance_namestring nullable
cell_instance_idstring nullable
cell_instance_id_textstring nullable
spec_id_textstring nullable
spec_idstring nullable
order_by'id' | 'name' | 'created_at' | 'updated_at' | 'start_time' | 'cell_instance_id' | 'step_labels_validated' | 'notes'
order'asc' | 'desc'
Response
Successful Response
{"stackTrail":"paths:/cell_measurements:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
No recorded changes to this endpoint across all 1 revision of this API.