---
title: "Lists specific events according to the tracker ID."
method: GET
path: "/eventmanagement/v1/events/tracker"
tags: ["Realize Events"]
---

# Lists specific events according to the tracker ID.

`GET /eventmanagement/v1/events/tracker`

Returns the list of specific events according to the tracker ID. The events list order is according to event creation time.

## Query parameters

- `trackerToken` string
- `ignoreTrackerExpiry` string
- `filters` string

## Response `200`

OK

- ListEventsByTrackerResponse
  - `events` object[], required
    - `id` integer — The unique ID of the event. For example - 20
    - `area` string — The segment of the product from where the event is generated. For example - Platform.
    - `category` string — The category of the product from where the event is generated. For example - Admin Event.
    - `type` string — The type of event - action performed for that event category. For example - Admin Login.
    - `occurenceTime` integer — The epoch time when the event was generated. For example - 1610707530.
    - `syslogSeverity` integer — The severity level mentioned in the Sys Log. For example - 6.
    - `syslogFacility` integer — The facility code mentioned in the Sys Log. For example - 23.
    - `details` object — Specific details of the event and the source from where the event got generated.
      - `location` string
      - `adminName` string
      - `adminEmail` string
      - `loginResult` string
      - `adminActivity` string
      - `adminIPAddress` string
      - `adminLoginTime` string
  - `nextTrackerToken` string, required — The token to access the next page of results. This parameter will be empty for the last page of the results. For example - eyJpZCI6NTY1NX0=

## Other responses

- `400` — Bad Request
- `401` — The request either did not include an authentication token, or you have provided an expired authentication token.
- `404` — The requested resource was not found.
- `500` — Internal Server Error

---

[API](https://skmtc.net/druva/apis/authentication.md) · [All operations](https://skmtc.net/druva/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/druva/authentication/revisions/2af2bf148b25/schema)
