---
title: "List Tags"
method: GET
path: "/tags"
tags: ["tags"]
---

# List Tags

`GET /tags`

This endpoint returns a list of tags.

## Query parameters

- `page[number]` string
- `page[size]` string
- `filter[resource-type]` string
- `filter[name]` string
- `filter[tag]` string
- `sort` string[]
- `query` string
- `fields` object
  - `tags` string — The comma-separated list of fields to return in response for Tag resource.

## Response `200`

Success.

## Other responses

- `403` — User unauthorized to perform this action.
- `4XX` — Client error.
- `5XX` — Server error.

---

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