List All Tags

GET {{gateway}}/tags

Retrieve Node Status konghq

  • Returns a paginated list of all the tags in the system.
  • 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.
  • If an entity is tagged with more than one tag, the entity_id for that entity will appear more than once in the resulting list. Similarly, if several entities have been tagged with the same tag, the tag will appear in several items of this list.

RESPONSES

status: OK

{"next":null,"data":[{"entity_id":"626169e4-6cd7-4952-85b1-3fda70fd5333","entity_name":"consumers","tag":"user-level"},{"entity_id":"626169e4-6cd7-4952-85b1-3fda70fd5333","entity_name":"consumers","tag":"low-priority"},{"entity_id":"875973fd-ba3f-4c7b-8301-e9263013e6d2","entity_name":"routes","tag":"user-level"},{"entity_id":"875973fd-ba3f-4c7b-8301-e9263013e6d2","entity_name":"routes","tag":"low-priority"},{"entity_id":"c883d8e7-0a33-4153-9d18-0741a3412125","entity_name":"consumers","tag":"user-level"},{"entity_id":"c883d8e7-0a33-4153-9d18-0741a3412125","entity_name":"consumers","tag":"low-priority"},{"entity_id":"e080cdd2-cdf4-4634-9d5d-1668c6929697","entity_name":"plugins","tag":"user-level"},{"entity_id":"e080cdd2-cdf4-4634-9d5d-1668c6929697","entity_name":"plugins","tag":"low-priority"},{"entity_id":"f8d38987-1eb6-4cb2-a7c8-6b11a17de911","entity_name":"upstreams","tag":"user-level"},{"entity_id":"f8d38987-1eb6-4cb2-a7c8-6b11a17de911","entity_name":"upstreams","tag":"low-priority"}]}