Get Event
Events
Get Event
Retrieve details of a specific event by its ID
GET
Get Event
Overview
This endpoint allows you to retrieve the details of a previously created event from Cometly.Path Parameters
string
required
The unique identifier of the event to retrieve
Response
Success Response
Returns the event object directly (not wrapped in adata property).
string
The unique identifier of the event
string
The identifier of the contact profile associated with this event
string
Your company identifier
string
The space identifier this event belongs to
string
The name of the event (e.g.,
purchase, custom_event_1)string
The configured name of the event. For custom events (
custom_event_1 through custom_event_50), this is the user-configured name. For standard events, this equals event_name.number
Transaction amount
boolean
Indicates if this is an upsell transaction
string
Timestamp of when the event occurred (UTC)
string
Order identifier
string
Order name or description
Error Response
string
Error description explaining what went wrong
Example Requests
Status Codes
Notes
- Rate Limit: This endpoint has a limit of 30 requests per minute per Space. See Rate Limiting for details.