curl --request GET \
--url https://api.ionworks.com/cell_measurements/{measurement_id}/cycles{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Retrieve cycle metrics only (computed from ALL steps).
Backend fetches all steps internally to compute cycles.
Returns { cycles: {...} }.
curl --request GET \
--url https://api.ionworks.com/cell_measurements/{measurement_id}/cycles{
"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.
Successful Response
Was this page helpful?