Retrieve a specific trigger
Triggers
Retrieve a specific trigger
Retrieves detailed information about a specific trigger identified by its type and topic. This endpoint returns comprehensive configuration data including all trigger properties, associated resources, and metadata.
Usage Notes:
- The
trigger_typeparameter identifies the category of trigger (gateway, stream, subject) - The
topicparameter is the unique name identifier for the specific trigger - The system constructs the full subject using these parameters:
ms.trigger.{trigger_type}.{topic} - Different trigger types will return different sets of properties in the response
- The response includes the full subject identifier which may be needed for other operations
GET
Retrieve a specific trigger
Authorizations
JWT token for authentication. Required for all API operations to verify identity and access permissions.
Path Parameters
The type of trigger (gateway, stream, subject)
Available options:
gateway, stream, subject The unique topic identifier of the trigger (without the prefix)