Cell Instances
Cell Measurements
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
get/cell_instances/{cell_instance_id}/cell_measurements
Path parameters
cell_instance_idstring required
Query parameters
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.
namestring 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
order_by'name' | 'created_at' | 'updated_at' | 'start_time'
order'asc' | 'desc'
Response
Successful Response
{"stackTrail":"paths:/cell_instances/{cell_instance_id}/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.