---
title: "List all events"
method: GET
path: "/eventmanagement/v2/events"
tags: ["Event Management"]
---

# List all events

`GET /eventmanagement/v2/events`

Returns the list of all the events generated in Druva inSync. You can also get Events API response in CEF and Syslog formats. For more information, see <a href=https://developer.druva.com/docs/event-apis>Events API to export inSync events.</a>

## Query parameters

- `tracker` string

## Response `200`

OK

- EventList
  - `tracker` string — Tracker is valid for the next 48 hours after a response is generated. :fa-info-circle: Include the Tracker in your subsequent request to fetch the next unique list of inSync events.
  - `nextPageExists` boolean — The flag to know if next page of result exists.
  - `events` Event[]
    - `eventID` integer — The unique id of the event in inSync.
    - `initiator` string — The initiator of the event. In case of a user generated event or an administrator generated event the corresponding email address is displayed. In case of System event, the initiator will always be the name of the system.
    - `inSyncDataSourceID` integer — The inSync assigned identifier of the user device on which the event occurred.
    - `inSyncDataSourceName` string — The device name on which the event occurred.
    - `clientVersion` string — The inSync Client version on the user device.
    - `clientOS` string — The OS on which the inSync Client is installed.
    - `inSyncUserID` integer — inSync assigned identifier of the user associated with the event.
    - `inSyncUserName` string — The name of the inSync user associated with the event.
    - `inSyncUserEmail` string — The email of the inSync user associated with the event.
    - `profileID` integer — inSync assigned identifier of the inSync profile to which the user, associated with the occurred event is linked to.
    - `profileName` string — The name of the inSync profile to which the user, associated with the occurred event is linked to.
    - `eventType` string — Type of Event, <a href=https://developer.druva.com/docs/event-apis> List of Supported events</a>
    - `eventState` string — State of Event
    - `eventDetails` string — Details about event specific to event. Also has eventgroupID which is userful for correlation of multiple events of single activity. if it is a backup event, details such as number of files backed up, number of files missed, time for backup, and so on.
    - `timeStamp` string — The date and time when the event was generated. Format - YYYY-MM-DDTHH:MM:SSZ Example - 2019-10-25T00:00:00Z
    - `severity` string — The severity level of the event as defined in Druva inSync.
    - `ip` string — The IP address of the device on which the event occurred. In case of an admin event, IP address of the device on which the administrator logged on to perform inSync activity is displayed.
    - `facility` string — The facility number as defined in inSync Management Console Events API settings. Default value is 23.

## Other responses

- `400` — Bad Request
- `401` — The request did not include an authentication token or an expired authentication token was supplied.
- `404` — The requested resource was not found.
- `500` — The request was not processed due to an internal error in inSync GovCloud.
- `501` — Requested HTTP method is not implemented.

---

[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)
