v1

latestOpenAPI 3.0.22026-07-144652931.4 MB
Analytics

Get raw responses from a single incident

Provides enriched responder data for a single incident.

Example metrics include Time to Respond, Responder Type, and Response Status. See metric definitions below.

<!-- theme: info -->

Note: Data availability reflects pipeline processing cycles and is generally within 24 hours under normal conditions. Scoped OAuth requires: analytics.read

get/analytics/raw/incidents/{id}/responses

Headers

Acceptstring required

The Accept header is used as a versioning header.

Content-Type'application/json' required

Request body

limitinteger

Number of results to include in each batch. Limits between 1 to 1000 are accepted.

order'asc' | 'desc'

The order in which to display the results; asc for ascending, desc for descending. Defaults to desc.

order_by'requested_at'

The column to use for ordering the results.

time_zonestring

The time zone to use for the results.

Example request

{
  "limit": 20,
  "time_zone": "Etc/UTC"
}

Response

incident_idstring

The Incident ID passed into the request.

limitinteger

Number of results to include in the batch.

order'asc' | 'desc'

The order in which the results were sorted; asc for ascending, desc for descending.

order_by'requested_at'

The column that was used for ordering the results.

time_zonestring

The time zone that the results are in.