Retrieve all triggers
Triggers
Retrieve all triggers
Retrieves all triggers matching a specific subject pattern. This endpoint provides a comprehensive view of all available triggers that match the given pattern, including their configurations, types, and associated metadata.
Usage Notes:
- Use wildcards in the subject pattern to match multiple triggers
- Results include all trigger types (gateway, stream, subject)
- Each trigger includes its complete configuration
- The subject pattern forms part of the unique identifier for triggers
- The response includes total count of matching triggers
GET
Retrieve all triggers
Authorizations
JWT token for authentication. Required for all API operations to verify identity and access permissions.
Query Parameters
The subject pattern to match triggers. Can include wildcards (e.g., 'ms.trigger.' to match all triggers, or 'ms.trigger.gateway.' to match only gateway triggers).
Example:
"ms.trigger.subject_pattern"