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
Changes
No recorded changes to this endpoint across all 1 revision of this API.