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
The unique identifier of the event to retrieve
Response
Success Response
Returns the event object directly (not wrapped in adata property).
The unique identifier of the event
The identifier of the contact profile associated with this event
Your company identifier
The space identifier this event belongs to
The name of the event (e.g.,
purchase, custom_event_1)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.Transaction amount
Indicates if this is an upsell transaction
Timestamp of when the event occurred (UTC)
Order identifier
Order name or description
Error Response
Error description explaining what went wrong
Example Requests
Status Codes
| Status Code | Description |
|---|---|
| 200 | Event successfully retrieved |
| 401 | Missing or invalid API key |
| 403 | API key doesn’t have permission or subscription is inactive |
| 404 | Event not found |
| 422 | Invalid event ID provided |
| 429 | Too many requests - rate limit exceeded. See Rate Limiting |
Notes
- Rate Limit: This endpoint has a limit of 30 requests per minute per Space. See Rate Limiting for details.