Pull completed equipment inspection records via the KPA Flex (Novara Flex) API
domain: api.kpaehs.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
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.
Known 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.
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?