curl --request GET \
--url https://api.ionworks.com/cell_measurements/{measurement_id}/steps/download{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Redirect to storage for the steps parquet file.
Returns a 307 redirect to a short-lived signed URL. Most HTTP clients follow redirects automatically, so the caller receives the parquet bytes transparently.
curl --request GET \
--url https://api.ionworks.com/cell_measurements/{measurement_id}/steps/download{
"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?