Retrieve an Event
Last updated
Last updated
GET /v1/schema/{name}/events/{id} HTTP/1.1
Host: prism.livereach.ai
Authorization: YOUR_API_KEY
Accept: */*
{
"result": {
"success": true,
"httpCode": 200
},
"content": {
"id": "text",
"timestamp": "2026-03-11T11:14:58.051Z",
"schema_id": "text",
"lr.camera_id": "text",
"lr.nvr_id": "text",
"lr.location_id": 1,
"lr.duration": 1,
"lr.case_id": "text",
"created": "2026-03-11T11:14:58.051Z",
"my_custom_field": "my_custom_value"
}
}