curl --request GET \
--url https://api.ionworks.com/cell_measurements/{measurement_id}/time_series/download{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Redirect to storage for the time series 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. Replaces the old /time_series/signed_url
endpoint.
curl --request GET \
--url https://api.ionworks.com/cell_measurements/{measurement_id}/time_series/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?