GET /api/events/:id
Fetch a single event row.
curl https://www.mnueron.com/api/events/01HQ… \
-H "Authorization: Bearer $MNUERON_API_TOKEN"
Response
{
"id": "01HQ…",
"action": "memory.save",
"target_id": "01HQB9R3MV…",
"actor_user_id": "01HQ…",
"actor_token": "01HQ…",
"created_at": 1737070000000
}
404 when the id doesn't exist or belongs to another org.
Useful for webhook receivers that want to resolve an event reference back to its full record.