v1

latestOpenAPI 3.0.42026-08-06124112344.5 KB
AdHawk

Gets event logs for the account.

get/adhawk/eventlogs

Query parameters

startDatestring date-time

Start date for the query (required)

endDatestring date-time

End date for the query (required)

deviceIdstring[]

Optional list of device IDs to filter by

eventNamestring[]

Optional list of event names to filter by

sessionIdstring

Optional session ID to filter by

limitinteger

Maximum number of results (default: 1000, max: 10000)

Response

OK

idstring nullable

Unique identifier for this event log entry

timestampstring date-time

Timestamp when the event occurred

device_idstring nullable

The device ID where the event occurred

session_idstring nullable

Session identifier for grouping related events

event_namestring nullable

Name of the event (e.g., "button_click", "page_view")

propertiesobject nullable

Additional properties associated with the event as key-value pairs

utc_offsetinteger nullable

UTC offset of the device at the time of the event