Retrieve event
Events
Retrieve event
Retrieve a single ingested event.
GET
Retrieve event
Request
Response
session_id, request_id, and placement are null when not provided at ingest time.
Errors
| Status | Scenario |
|---|---|
400 | Malformed event ID |
404 | Event does not exist for the authenticated tenant |
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Public event ID.
Pattern:
^[1-9][0-9]*$Response
Event
Pattern:
^[1-9][0-9]*$Example:
"12345"
Available options:
event Example:
"user-abc123"
Example:
"7f3a2c9e"
Example:
"purchase"
Arbitrary JSON object used for filtering, ranking, and debugging.
Example:
{
"category": "electronics",
"brand": "Acme",
"price": 10999,
"currency": "usd"
}Example:
1777478400
Example:
1777478405
Example:
"101"
Example:
"home_feed"

