List events
Returns a paginated list of your company's events. The event_type attribute is an optional category ('radon_drop' for radon monitor drop-offs, 'radon_pickup' for pickups) and is null on most events of every kind; an event's name is free text and is not validated against its event_type. An event may be linked to an inspection or stand alone. Filter by inspection to retrieve a single inspection's event history.
query Parameters
includeComma-separated list of relationships to include in the response. Available relationships: inspection, inspector, radon_devices.
page[number]Page number (starts at 1)
page[size]Number of records per page (default: 200, max: 200)
filter[inspection_id]Filter by inspection ID (a single ID). Returns only that inspection's events.
filter[event_type]Filter by event type: 'radon_drop' (radon monitor drop-offs) or 'radon_pickup' (radon monitor pickups). Event type is optional at entry and most events of every kind — including radon drop-offs and pickups — have a null event_type, which is normal and not a data error. Filtering by type returns only the subset of events where a type was chosen, so use it to narrow a list, never to produce a count. Events with a null event_type are returned only when this filter is omitted.
filter[inspector_id]Filter by the assigned inspector's ID
filter[radon_device_id]Filter to events carrying a specific radon device (a single device ID)
filter[radon_devices_present]When true, returns only events with radon devices attached; when false, only events without radon devices.
filter[start_datetime_between][]Filter to events starting within a date range, evaluated in your company's time zone (dates are inclusive). Pass a start and an end date: filter[start_datetime_between][]=2026-01-01&filter[start_datetime_between][]=2026-01-31. A single date returns that day's events.
sortSort field. Prefix with '-' for descending order. Available fields: inspection_id, start_datetime
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
List events › Responses
Events retrieved successfully
Related resources requested via the 'include' query parameter. Contains full data for relationships. Each item contains id, type, attributes, and may include its own relationships.
Pagination metadata
Pagination links

