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.
Documentation Index
Fetch the complete documentation index at: https://docs.ionworks.com/llms.txt
Use this file to discover all available pages before exploring further.
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 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.time_series, file, properties 1 <= x <= 1000x >= 0name, created_at, updated_at, start_time asc, desc Successful Response