Get node triggers
GET/v1/groups/:groupId/nodes/:nodeId/triggers
Retrieves the trigger configuration for a node. Triggers are node-side
conditions that can feed automations (referenced by IDs of the form
<nodeID>~<automationID>~<triggerIndex>).
Returns {"triggers": []} when no triggers are configured.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Successful response
Bad request
Unauthorized - Invalid or missing authentication
Forbidden - User does not have permission to access the resource
Internal server error