v1

latestOpenAPI 3.1.02026-08-04150110.3 KB
Scenario

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.

idstring nullable
namestring nullable
type'Modify plan' | 'New plan' | 'New or Replan'
statusstring nullable

Current status

updated-atstring date-time nullable
created-atstring date-time nullable

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"
  }
]