get
https://api.controlup.com/vdi/config/v1/Triggers
Returns a paginated list of triggers. Supports filtering, sorting, and optional scope-based lookups via the machine or folder parameters.
When include=perMachine is specified, the response data array changes shape: instead of trigger items it returns
per-machine groups. The machine or folder parameter is required in that case.
Error codes returned in the errorCode field: scope_params_conflict (both machine and folder specified),
scope_params_required (include token requires scope), machine_not_found (404), folder_not_found (404),
scope_resolution_too_broad (folder resolved too many machines, also includes resolvedCount and limit),
scope_params_invalid (malformed scope input).
