List of tags for a given variableAsk AIget https://{account}.piwik.pro/api/tag/v1/{app_id}/variables/{variable_id}/tagsPath Paramsapp_iduuidrequiredApplication identifiervariable_iduuidrequiredVariable identifierQuery Paramspage[limit]integer≥ 1Limits the number of returned itemspage[offset]integer≥ 0Sets offset for list of itemsfilter[name]stringlength between 1 and 255Filter tags by namefilter[is_active]booleanFilter tags by active statustruetruefalsefilter[template]stringenumFilter tags by templatepiwikadrollbing_adscrazy_eggcustom_contentcustom_popupcustom_tagdoubleclick_floodlightfacebook_retargeting_pixelgoogle_analyticshot_jarhub_spotlinkedinmarketomauticpiwikpiwik_custom_dimensionpiwik_eventpiwik_goal_conversionpiwik_virtual_page_viewqualaroosales_managosalesforce_pardotvideo_html5video_youtubeheatmapsabandonedecommerce_orderecommerce_add_to_cartecommerce_remove_from_cartecommerce_product_detail_viewecommerce_cart_updatecookie_information_cmp_integrationab_tastygoogle_adwordsoptimizelyvisual_website_optimizerShow 36 enum valuesfilter[consent_type]stringenumFilter tags by consent typeanalyticsnot_require_consentanalyticsab_testing_and_personalizationconversion_trackingmarketing_automationremarketinguser_feedbackcustom_consentShow 8 enum valuesfilter[is_prioritized]booleanFilter tags by being prioritized or notfalsetruefalsesortarray of stringslength ≥ 1Comma-separated sort list with given attributes: name, is_active, tag_type, consent_type, priority, created_at, updated_at. Sorting by priority (and -priority) sorts also by primary key to keep stable order of tags with same priority.sort stringname-nameis_active-is_activetag_type-tag_typeconsent_type-consent_typepriority-prioritycreated_at-created_atupdated_at-updated_atADD stringResponses 200List of tags for a given variable 400Bad request parameter 401Unauthorized 404Not found 500Internal server errorUpdated 2 months ago