List of variables for a given triggerAsk AIget https://{account}.piwik.pro/api/tag/v1/{app_id}/triggers/{trigger_id}/variablesPath Paramsapp_iduuidrequiredApplication identifiertrigger_iduuidrequiredTrigger identifierQuery Paramspage[limit]integer≥ 1Limits the number of returned itemspage[offset]integer≥ 0Sets offset for list of itemsfilter[name]stringlength between 1 and 255Filter variable name attributefilter[variable_type]stringenumFilter variable with typeurlcustom_javascriptconstantcookiedata_layerdom_elementdocumentrandomurllookup_tablepiwik_anonymizationcdp_audienceabandonedShow 12 enum valuesfilter[builtin]booleanFilter variable with builtin attributetruetruefalsesortarray of stringslength ≥ 1Comma-separated sort list with given attributes: name, variable_type, created_at, updated_atsort stringname-namevariable_type-variable_typecreated_at-created_atupdated_at-updated_atADD stringResponses 200List of variables for a given trigger 400Bad request parameter 401Unauthorized 404Not found 500Internal server errorUpdated 2 months ago