---
title: "Gets event logs for the account."
method: GET
path: "/adhawk/eventlogs"
tags: ["AdHawk"]
---

# Gets event logs for the account.

`GET /adhawk/eventlogs`

## Query parameters

- `startDate` string, date-time
- `endDate` string, date-time
- `deviceId` string[]
- `eventName` string[]
- `sessionId` string
- `limit` integer

## Response `200`

OK

- AdHawkEventLog[]
  - `id` string, nullable — Unique identifier for this event log entry
  - `timestamp` string, date-time — Timestamp when the event occurred
  - `device_id` string, nullable — The device ID where the event occurred
  - `session_id` string, nullable — Session identifier for grouping related events
  - `event_name` string, nullable — Name of the event (e.g., "button_click", "page_view")
  - `properties` object, nullable — Additional properties associated with the event as key-value pairs
  - `utc_offset` integer, nullable — UTC offset of the device at the time of the event

---

[API](https://skmtc.net/reveldigital/apis/revel-digital-rest-api.md) · [All operations](https://skmtc.net/reveldigital/apis/revel-digital-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reveldigital/revel-digital-rest-api/revisions/f23a94aea621/schema)
