Event Management
Get an event using event id
Fetch details of a particular event using the event ID.
get/events/{event_id}
Path parameters
event_idstring required
Example:f4a52f2d-b798-4e08-8b24-db0a5a468ba3
Response
Success response
Example response
{
"events": [
{
"eventPayload": {
"id": "c0b1306d-f506-43a6-856b-69221efaee6b",
"timestamp": "2022-06-15T07:30:35.123",
"attributes": [
{
"name": "message",
"unit": "characters"
}
]
},
"ingestionStatus": {
"status": "INGESTION_COMPLETED",
"statusDescription": "Ingestion Completed successfully"
},
"customerId": "1",
"createdAt": "2022-06-15T07:30:35.123"
}
]
}