---
title: "Get tags"
method: GET
path: "/tags"
tags: ["tags"]
---

# Get tags

`GET /tags`

Returns a list of tags created by your organization.

## Query parameters

- `cursor` string
- `page_size` integer

## Response `200`

A list of tags created by your organization.

- PaginatedTagsList
  - `next` string, nullable — The cursor with which to continue pagination if additional result pages exist.
  - `previous` string, nullable — The cursor used to obtain the current result page.
  - `results` Tag[], required
    - `tag_id` string, uuid, required — The ID of the tag.
    - `created_at` string, date-time — The date the tag was created.
    - `updated_at` string, date-time — The date the tag was last updated.
    - `user_creator_id` string, uuid — The ID of the user that created the tag.
    - `key` string — The key of the tag.
    - `value` string — The value of the tag.

---

[API](https://skmtc.dev/opal/apis/opal-api.md) · [All operations](https://skmtc.dev/opal/apis/opal-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/opal/opal-api/revisions/16339a4fd3c7/schema)
