List Entity Ids by Tag
GET {{gateway}}/tags/:tags
List Entity Ids by Tag konghq
- Returns the entities that have been tagged with the specified tag.
- The list of entities will not be restricted to a single entity type: all the entities tagged with tags will be present on this list.
RESPONSES
status: OK
{"next":null,"data":[{"entity_id":"626169e4-6cd7-4952-85b1-3fda70fd5333","entity_name":"consumers","tag":"user-level"},{"entity_id":"875973fd-ba3f-4c7b-8301-e9263013e6d2","entity_name":"routes","tag":"user-level"},{"entity_id":"c883d8e7-0a33-4153-9d18-0741a3412125","entity_name":"consumers","tag":"user-level"},{"entity_id":"e080cdd2-cdf4-4634-9d5d-1668c6929697","entity_name":"plugins","tag":"user-level"},{"entity_id":"f8d38987-1eb6-4cb2-a7c8-6b11a17de911","entity_name":"upstreams","tag":"user-level"}]}