GET
/events/{event_id}Retrieve an event
Retrieves a specific event by its identifier. Use the event record to inspect its category, creation time, and the object that generated it.
event_idstringrequired
The identifier of the event to retrieve.
200Returns the event object, including its identifier, category, creation time, and the identifier and type of the associated object.
associated_object_idstringrequired
The identifier of the object that generated this Event.
associated_object_typestringrequired
The type of the object that generated this Event.
categorystringrequired
The category of the Event. We may add additional possible values for this enum over time; your application should be able to handle such additions gracefully.
created_atstringrequired
The time the Event was created.
idstringrequired
The Event identifier.
typestringrequired
A constant representing the object's type. For this resource it will always be `event`.
4XXReturned when the request cannot be processed because of a client-side error.
5XXReturned when the service encounters a server-side error.
Error handling
The event_id path parameter must identify an event.