action akeneo_get_asset_tags { label: "Get list of PAM asset tags" description: "This endpoint allows you to get a list of PAM asset tags. PAM asset tags are paginated." provider: akeneo method: GET path: "/api/rest/v1/asset-tags" encoding: json input: { type: "object" properties: { limit: { type: "string" } page: { type: "string" } with_count: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }