Skip to main content
List measurements by cell_specification_id
curl --request GET \
  --url https://api.ionworks.com/cell_measurements
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

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.

Query Parameters

cell_specification_id
string
required

Cell specification ID to list measurements for

measurement_type
enum<string> | null

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.
Available options:
time_series,
file,
properties
limit
integer
default:1000
Required range: 1 <= x <= 1000
offset
integer
default:0
Required range: x >= 0
name
string | null
created_by_email
string | null
start_time
string | null
start_time_gt
string | null
start_time_lt
string | null
created_at
string | null
created_at_gt
string | null
created_at_lt
string | null
updated_at
string | null
updated_at_gt
string | null
updated_at_lt
string | null
order_by
enum<string>
default:created_at
Available options:
name,
created_at,
updated_at,
start_time
order
enum<string>
default:desc
Available options:
asc,
desc

Response

Successful Response