List cell measurements
Cell Measurements
List cell measurements
List cell measurements, scoped to a cell specification or a project.
Exactly one of cell_specification_id or project_id is required.
cell_specification_id: returns all measurements for that spec across all its instances. Default page size 1000.project_id: returns paginated measurements for all specs in the project, with parent instance fields included. Default page size 25. Supports additional joined filters:instance_name,cell_instance_id,spec_id.
Filter operators: ilike.%value% for text, gte.value / lte.value
for dates.
List cell measurements
Query Parameters
Filter by measurement type 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 infile_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.
Available options:
time_series, file, properties Required range:
1 <= x <= 1000Required range:
x >= 0Available options:
name, created_at, updated_at, start_time, cell_instance_id, step_labels_validated, cycler, notes Available options:
asc, desc Response
Successful Response