curl --request GET \
--url https://api.eqho.ai/v1/simulation/scenario-sets \
--header 'X-API-KEY: <api-key>'{
"scenario_sets": [
{
"_id": "<string>",
"account_id": "<string>",
"name": "<string>",
"history": {
"last_modified_at": "2023-11-07T05:31:56Z",
"revision": 0,
"created_at": "2023-11-07T05:31:56Z",
"created_by": "unknown",
"last_modified_by": "unknown"
},
"description": "<string>",
"simulation_scenario_count": 0
}
]
}List scenario sets
curl --request GET \
--url https://api.eqho.ai/v1/simulation/scenario-sets \
--header 'X-API-KEY: <api-key>'{
"scenario_sets": [
{
"_id": "<string>",
"account_id": "<string>",
"name": "<string>",
"history": {
"last_modified_at": "2023-11-07T05:31:56Z",
"revision": 0,
"created_at": "2023-11-07T05:31:56Z",
"created_by": "unknown",
"last_modified_by": "unknown"
},
"description": "<string>",
"simulation_scenario_count": 0
}
]
}Successful Response
A collection of scenario sets
List of scenario sets
Show child attributes
Account ID that owns this scenario set
Name of the scenario set
Show child attributes
Description of the scenario set
Number of simulation scenarios in this set
Was this page helpful?