getNotification
Agent Runtimes / api/notifications / getNotification
Function: getNotification()
getNotification(
token,id,baseUrl?):Promise<AgentNotification>
Defined in: api/notifications.ts:61
Get a specific notification by ID.
Parameters
token
string
Authentication token
id
string
Notification ID
baseUrl?
string = DEFAULT_SERVICE_URLS.AI_AGENTS
Base URL
Returns
Promise<AgentNotification>