List notifications
This endpoint documentation is generated directly from openapi.yaml.
Endpoint
GET /notifications
Operation
Operation ID: listNotifications
Get list of notifications
Authentication
Security requirements:
Scheme | Scopes |
|---|---|
BearerAuth | - |
Parameters
Name | In | Required | Type | Description |
|---|---|---|---|---|
no | object |
Responses
Status | Description | Content Types |
|---|---|---|
200 | Notifications retrieved successfully | application/json |
Schema for response 200 (application/json):
{
"items": {
"$ref": "#/components/schemas/Notification"
},
"type": "array"
}
17 March 2026