Returns all triggers configured across the phases of a flow.A trigger is always evaluated within the phase where it was created; this endpoint aggregates the result from every phase of the flow into a single list, which is useful for getting a consolidated view of the configured automation or for checking whether a trigger of a given type already exists before creating a new one.To look up the triggers of a single phase, use GET /v1/triggers/phases/{phaseId}.
Requisição
Parâmetros de Caminho
Respostas
🟢200Trigger list
application/json
Array with the triggers configured across all phases of the flow.