v1
protected
triggers
Get Trigger
Get a specific trigger by ID.
Args: trigger_id: The unique identifier of the trigger secret_manager: Injected secret manager (to resolve credential presence) user_context: Authentication context trigger_service: Injected trigger service
Returns: The trigger data
Raises: HTTPException: If trigger not found
get/v1/workspaces/{workspace}/triggers/{trigger_id}
Path parameters
trigger_idstring uuid required
workspacestring required
Slug of the workspace the request acts in
Slug of the workspace the request acts in
Response
Successful Response
Changes
Changed in 1 of the 45 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○