List incident reports by form template
Returns incident reports submitted against a specific form template, filtered to your API key’s scope.
Authorizations
JWT issued by POST /api/token/request. Send as Authorization: Bearer <token>.
Query Parameters
The form template's numeric ID.
Semicolon-separated list of customer IDs. Defaults to the customers your API key is scoped to.
Semicolon-separated list of site IDs. Defaults to the sites your API key is scoped to.
Company ID. Normally derived from your API key claims; only set this if you have multi-company access.
Cursor anchor ID. Pass the last incidentReportId (or equivalent) you saw to fetch the next page.
Cursor anchor name when paginating across results sorted by name.
Inclusive start of the date filter (UTC).
Inclusive end of the date filter (UTC).
Maximum number of records to return.
Cursor pagination direction. Use next to page forward and prev to page back.
next, prev Response
Paginated list of incident reports
Envelope for paginated list endpoints. The cursor is encoded in nextPageParams / prevPageParams.
Endpoint-specific payload. null when an error occurred.
