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
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter by agent ID
Filter by trigger type (cron, webhook)
Only return active triggers
Maximum number of triggers to return
1 <= x <= 1000Response
Successful Response