useAllAgentEvents
Agent Runtimes / hooks/useNotifications / useAllAgentEvents
Function: useAllAgentEvents()
useAllAgentEvents(
params?,enabled?):UseQueryResult<ListAgentEventsResponse,Error>
Defined in: hooks/useNotifications.ts:96
List events across all agents for the authenticated user.
Parameters
params?
Omit<ListAgentEventsParams, "agent_id">
enabled?
boolean = true
Returns
UseQueryResult<ListAgentEventsResponse, Error>