Debriefer

Retrieve an event

GET
/api/v1/events/{id}

Path Parameters

id*string

Response Body

application/json

curl -X GET "https://loading/api/v1/events/evt_1234567890abcdef"
{
  "id": "string",
  "organization_id": "string",
  "test_mode": true,
  "type": "interview_run.created",
  "data": {
    "property1": null,
    "property2": null
  },
  "created_at": "string",
  "object": "event"
}
Empty