Your API key for authentication.
Body
Specific scenarios to test. If omitted, runs all enabled scenarios for the pathway. Maximum 50 scenarios.
Pathway version to start from.
Maximum fix iterations. Default 5.
Timeout in milliseconds. Default 900000 (15 minutes).
Only one tornado session can be active per pathway. Returns 409 Conflict if a session is already running.
Response
The unique identifier for the tornado session.
The initial status of the session. Will be RUNNING upon creation.
The pathway being tested and fixed.
The maximum number of fix iterations configured.
The timeout configured for this session in milliseconds.
ISO 8601 timestamp of when the session was created.
{
"session_id": "e1f2a3b4-5678-9cde-f012-3456789abcde",
"status": "RUNNING",
"pathway_id": "c3d4e5f6-789a-bcde-f012-34567890abcd",
"max_iterations": 5,
"timeout_ms": 900000,
"created_at": "2026-04-14T10:15:00.000Z"
}