v4
latestOpenAPI 3.0.02026-08-04109113304.5 KBEvents
Get Event by ID
Get Event by ID
get/events/{event_id}
Path parameters
event_idinteger required
The Event ID of the Event you want to get
Query parameters
include_classicboolean
Whether or not to return a classic Event if the specified event_id belongs to a classic Event. If this parameter is not provided it will default to false
Response
Return Event specified by ID
Example response
{
"config": {
"selector": ".menu-options"
},
"description": "Item added to cart",
"experiment_count": 3,
"key": "add_to_cart",
"name": "Add to Cart",
"page_id": 5000,
"project_id": 1000
}