List measurements by cell_specification_id
Cell Measurements
List measurements by cell_specification_id
List all measurements belonging to a cell specification with pagination.
Uses a single PostgREST join query through cell_instances to avoid
N+1 round-trips. Supports filtering and ordering.
List measurements by cell_specification_id
Query Parameters
Cell specification ID to list measurements for
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 specific cell instance by idList cell measurements for a project with full spec/instance data