Skip to main content
GET
/
api
/
admin
/
events
cURL
curl --request GET \
  --url http://localhost/api/admin/events/ \
  --header 'Authorization: <api-key>'
{
  "events": [
    {
      "messageId": "<string>",
      "eventType": "<string>",
      "event": "<string>",
      "userId": "1043",
      "anonymousId": "0a58e5e4-c753-477e-a6c4-f9b0e3396b9b",
      "processingTime": "<string>",
      "eventTime": "<string>",
      "traits": "<string>"
    }
  ],
  "count": 123
}

Authorizations

Authorization
string
header
required

Query Parameters

workspaceId
string
required
searchTerm
string
userId
string

Unique identifier for the user. Should be the id of the user in your system. Only applicable to logged in users.

offset
number
limit
number
startDate
number
endDate
number

Response

200 - application/json

Default Response

events
object[]
required
count
number
required