VirtuousAI
ReferenceV1

Get Event

Get a single event by ID.

GET
/api/v1/events/{event_id}

Path Parameters

event_id*string
Formatuuid

Header Parameters

authorization?|
X-API-Key?|
vai_token?|

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/events/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "actorId": "string",
  "actorType": "user",
  "causationId": "string",
  "correlationId": "string",
  "eventType": "schedule.fired",
  "id": "string",
  "occurredAt": "2019-08-24T14:15:22Z",
  "payload": {},
  "resourceId": "string",
  "resourceType": "action_run",
  "tenantId": "string"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}