curl --request GET \
--url https://api.ionworks.com/simulations/{simulation_id}/summary{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Fetch a simulation summary without simulation_data. Suitable for list view refresh.
curl --request GET \
--url https://api.ionworks.com/simulations/{simulation_id}/summary{
"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?