cURL
curl --request GET \ --url http://localhost:8080/workspaces/{ws_id}/events/{id}
{ "id": "<string>", "event_type": "<string>", "data": {}, "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