List Triggers
List triggers with optional filtering.
Returns a list of triggers that match the specified criteria. Supports filtering by agent ID, trigger type, and active status.
Access Control: Returns all triggers within the current user's workspace (workspace isolation). All users in the same workspace can see all workspace triggers.
Args: secret_manager: Injected secret manager (to resolve credential presence) agent_id: Optional agent ID filter trigger_type: Optional trigger type filter active_only: Whether to only return active triggers limit: Maximum number of triggers to return user_context: Authentication context trigger_service: Injected trigger service
Returns: List of triggers matching the criteria
Query parameters
Filter by agent ID
Filter by agent ID
Filter by trigger type (cron, webhook)
Filter by trigger type (cron, webhook)
Only return active triggers
Only return active triggers
Maximum number of triggers to return
Maximum number of triggers to return
Response
Successful Response