List notifications
GET /v1/notifications — Recent in-app notifications (newest first) plus an `unread_count`. A notification is recorded each time a custom agent f
GET /v1/notifications
Recent in-app notifications (newest first) plus an unread_count. A notification is recorded each time a custom agent fires on its own (scheduled / event / once) and its in-app config opts into the outcome. Optional ?limit= (default 50).
| Method | GET |
| Path | /v1/notifications |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | notifications |