Skip to main content
GET
/
workspaces
/
{ws_id}
/
events
/
{id}
Retrieve an event
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
}

Path Parameters

ws_id
string
required

The workspace id

Example:

"default"

id
string
required

Response

200 - application/json

OK

event_type
string
required
data
object
required
id
string
ingested_at
integer

The time the event was ingested

unique_id
string | null

The unique id used to de-duplication

Maximum length: 50
created_at
integer
updated_at
integer