I dont believe this is possible over the API, without building custom logic. The only way to look at tags is, GET /lists/{list_id}/members/{subscriber_hash}/tags
. So really you would need to first get the list members, then loop through and look at the tags for each member of the list.
Tags are associated with members of a list and not the list itself.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…