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