cURL
curl --request GET \ --url http://localhost:9601/workspaces/{ws_id}/events/{id}
{ "event_type": "<string>", "data": {}, "id": "<string>", "ingested_at": 123, "unique_id": "<string>", "created_at": 123, "updated_at": 123 }
The workspace id
"default"
OK
The time the event was ingested
The unique id used to de-duplication
50