v1
latestOpenAPI 3.1.02026-08-04150110.3 KBScenario
List all scenarios
Get a list of all scenarios accessible to the API key owner.
get/{domain}/v1/scenarios
Path parameters
domainstring required
Response
A list response containing all scenarios.
Example response
[
{
"id": "SC-123",
"name": "Next Year Planning",
"type": "Modify plan",
"status": "draft",
"updated-at": "2026-02-04T10:11:05Z",
"created-at": "2026-01-04T23:23:05Z"
}
]