Retrieve an event

GET
/events/:event_id

Retrieve an event object. Events are available for up to 30 days.

The event’s data is rendered according to the API version at the time of its creation, as specified by the api_version attribute in the event object, rather than the current API version

Path parameters

event_idstringRequired

Response

OK

idstringformat: "evt_.+"
platform_idstringformat: "pt_.+"
createddatetime
typestring
objectstringOptional
api_versionstringOptional
dataobjectOptional
Built with