flywheel

List Findings Route

Flywheel V0 Operator UI — batch-fetch EvaluationFinding rows.

Page 3 (flywheel-run detail) renders one row per id in FlywheelRun.finding_ids; this endpoint lets the UI hydrate all of them in a single round-trip. The voice_call_external_id is joined from voice_calls.external_id so the "View source call" deep link can be built without a second query.

get/api/v1/findings

Query parameters

idsstring[]

UUIDs of findings to fetch. Tenant-scoped; unknown or cross-tenant IDs are silently dropped. Pass as repeated query parameters (?ids=<uuid>&ids=<uuid>).

UUIDs of findings to fetch. Tenant-scoped; unknown or cross-tenant IDs are silently dropped. Pass as repeated query parameters (?ids=<uuid>&ids=<uuid>).

Response

Successful Response

idstring uuid required
tenant_idstring uuid required
voice_call_idstring uuid nullable required
voice_call_external_idstring nullable
voice_agent_idstring uuid nullable required
voice_agent_version_idstring uuid nullable required
text_session_idstring uuid nullable
text_agent_idstring uuid nullable
text_agent_namestring nullable
source_environmentstring nullable
raw_payloadobject required
dismissed_reasonstring nullable required
dismissed_atstring date-time nullable required
batched_in_flywheel_run_idstring uuid nullable required
resolved_atstring date-time nullable required
resolved_by_user_idstring uuid nullable required
created_atstring date-time required
updated_atstring date-time required

Changes

No recorded changes to this endpoint across all 1 revision of this API.