AurionAI Docs

List Notification Events

List notification events for the tenant (from event registry).

GET
/api/v2/notifications/events

List notification events for the tenant (from event registry).

Authorization

AuthorizationBearer <token>

In: header

Query Parameters

category?string|null

Response Body

application/json

application/json

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