List measurements for a project with full spec/instance nesting.
Returns measurements with their parent instance and specification data, including component/material info. Supports filtering on both measurement fields and joined spec/instance fields.
Filter parameters support Supabase filter operators:
ilike.%value% for partial matchgte.value, lte.value, etc.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.
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, cell_instance_id, step_labels_validated, cycler, notes asc, desc Successful Response