Event
Get an event by id
GET /event/{id}
GET /event/{id}
Path parameters
idintegerpathrequiredNo description.
Responses
200 — Successful operation
Response Example
{
"event": {
"id": 1,
"status": "open",
"user": {
"id": 1,
"firstName": "string",
"lastName": "string",
"email": "string",
"phone": "string"
},
"createdAt": "2026-01-01T12:00:00Z",
"activity": "string",
"details": [
{
"label": "string",
"value": "string",
"type": "string",
"url": "string"
}
],
"tabs": [
{
"key": "string",
"label": "string"
}
],
"eventTraces": [
null
]
}
}404 — Event not found