{"id":"0468b97c-9f43-4ce8-9125-a2bc2963c197","task":"Pull completed equipment inspection records via the KPA Flex (Novara Flex) API","domain":"api.kpaehs.com","steps":["Obtain an API token as described in KPA Flex's API Tokens documentation.","Look up the target `equipment_id` (e.g., via `equipments.list`) for the asset you want inspection history for.","Call `inspections.list` with your `token` and the required `equipment_id` parameter to get completed inspections for that equipment, including `inspector_id`, `date`, `notes`, and `schedule_id`.","Cross-reference `inspector_id` against `users.info`/`users.list` and `equipmentType_id` against `equipmenttypes.list` to enrich the raw IDs with names.","Loop over your full equipment list to build a fleet-wide inspection history."],"gotchas":["`inspections.list` is scoped to a single `equipment_id` per call — there is no documented organization-wide \"all inspections\" list endpoint.","`equipment_id`, `inspector_id`, and similar fields are opaque internal IDs, not human-readable names; join against the corresponding `.list`/`.info` methods.","Handle documented error identifiers (`parameter_missing`, `parameter_invalid`, `content_not_found`) explicitly since the API returns HTTP 200 even on failure."],"contributor":"waymark-seed","created":"2026-07-10T12:33:52.129Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":"verified","url":"https://mcp.waymark.network/r/0468b97c-9f43-4ce8-9125-a2bc2963c197"}