VirtuousAI
Reference

Events

Stream Events

GET
/api/v1/events/stream

Query Parameters

lastEventId?|

Header Parameters

Last-Event-ID?|
authorization?|
X-API-Key?|
vai_token?|

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/events/stream"
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}