List cell measurements for a cell instance
Cell Instances
List cell measurements for a cell instance
List cell measurements for an instance with pagination and filtering.
Filter parameters support Supabase filter operators:
- Text fields (name, created_by_email): Use
ilike.%value%for partial match - Date fields: Use
gte.value,lte.value, etc. - Date range: Use created_at_gt and created_at_lt for between queries
List cell measurements for a cell instance
Path Parameters
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 Available options:
asc, desc Response
Successful Response
Update a cell specification with nested component/material dataCreate a properties-type measurement directly