Your API key for authentication.
Query Parameters
Filter by pathway. Either pathway_id or persona_id is required.
Filter by persona. Either pathway_id or persona_id is required.
Response
The unique identifier for the tornado session.
Current status of the session. Will be RUNNING for active sessions.
The pathway being tested and fixed.
The persona ID (null if testing a pathway directly).
The current fix iteration number.
The maximum number of fix iterations configured.
Total number of scenarios being tested.
Number of scenarios currently passing.
Number of scenarios currently failing.
ISO 8601 timestamp of when the session was created.
Returns 404 Not Found if no active tornado session exists for the specified pathway or persona.
{
"session_id": "e1f2a3b4-5678-9cde-f012-3456789abcde",
"status": "RUNNING",
"pathway_id": "c3d4e5f6-789a-bcde-f012-34567890abcd",
"persona_id": null,
"current_iteration": 2,
"max_iterations": 5,
"total_scenarios": 4,
"passed_scenarios": 2,
"failed_scenarios": 2,
"created_at": "2026-04-14T10:15:00.000Z"
}