getNotifications
Agent Runtimes / api/notifications / getNotifications
Function: getNotifications()
getNotifications(
token,filters?,baseUrl?):Promise<AgentNotification[]>
Defined in: api/notifications.ts:31
List agent notifications with optional filters.
Parameters
token
string
Authentication token
filters?
Optional filters (agentId, level, unreadOnly, category, limit, offset)
baseUrl?
string = DEFAULT_SERVICE_URLS.AI_AGENTS
Base URL
Returns
Promise<AgentNotification[]>
Promise resolving to list of notifications