# Get a list of tags (deprecated) Endpoint: GET /v1/tags Version: 1.0.0 Security: ApiKeyAuth, BearerAuth ## Response 200 fields (application/json): - `data` (array, required) - `data.id` (string, required) - `data.name` (string) The name of the tag - `data.color` (string) The hex color the tag when displayed in the Agent Interface. - `paging` (object) - `paging.cursors` (object, required) - `paging.cursors.after` (string) The id of the item immediately after the last item in this resultset - `paging.cursors.before` (string) The id of the item immedeately before the first item in this resultset - `paging.next_page` (string) The link to the next page of values - `paging.prev_page` (string) The link to the previsous page of results