List events
Returns a paginated list of your company's events: radon monitor drop-offs ('radon_drop'), radon monitor pickups ('radon_pickup'), and general calendar events (null 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). General calendar events have no event type and are only returned 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

