v1

latestOpenAPI 3.1.02026-07-24770322.0 KB

Retrieve Event

This API endpoint retrieves a specific event by its ID.

get/v1/events/{id}

Path parameters

idstring required

The unique ID of the event you want to retrieve.

Response

actorIdstring
actorTypestring
createdAtstring
eventDescriptionstring
eventTypestring
idstring
ipstring
objectstring
sourcestring
updatedAtstring
userAgentstring

Example response

{
  "actorId": "ab7bd961-0c87-4446-9037-ead4fbc3986f",
  "actorType": "internalUser",
  "context": {
    "app": "dropbox"
  },
  "createdAt": "2026-03-11T18:26:51.914818481Z",
  "eventDescription": "syncing with a third party app",
  "eventType": "customEvent.syncing",
  "id": "2c30ec06-4b7b-414d-b586-c8b9b0235e07",
  "ip": "67.166.31.192",
  "object": "auditLog",
  "source": "platform",
  "updatedAt": "2026-03-11T18:26:51.914818481Z",
  "userAgent": "PostmanRuntime/7.37.3"
}