flywheel

List Sim Runs Agent Route

V2.6 — list sim runs for a prod agent, optionally by version.

get/api/v1/voice-agents/{voice_agent_id}/sim-runs

Path parameters

voice_agent_idstring uuid required

Query parameters

version_idstring uuid nullable

Response

Successful Response

idstring uuid required
target_agent_typestring required
voice_agent_idstring uuid nullable required
voice_agent_version_idstring uuid nullable required
flywheel_run_idstring uuid nullable required
sim_providerstring required
bluejay_external_idstring nullable required
status'queued' | 'running' | 'passed' | 'failed' required

V2.6 — status for standalone SimRun rows.

Lifecycle: QUEUED → RUNNING → (PASSED | FAILED).

QUEUED is reserved for future use (row created before Bluejay API call succeeds). V2.6 happy path writes RUNNING immediately.

passedboolean nullable required
started_atstring date-time nullable required
completed_atstring date-time nullable required
coverage_notestring nullable required
created_atstring date-time required

Changes