---
title: "List all context tags"
method: GET
path: "/alert-context-tags"
tags: ["contexttag"]
---

# List all context tags

`GET /alert-context-tags`

Returns all context tags, both managed (system-defined) and custom (user-defined)

## Query parameters

- `cursor` string — Pagination token from a previous request
- `limit` integer — Maximum number of results to return
- `managed` boolean — Filter by tag type: true for managed tags only, false for custom tags only, omit for all tags

## Response `200`

OK response.

- ContexttagAPIListContextTagsResp — Response for listing context tags
  - `next` string — Pagination token for the next page of results
  - `results` ContexttagAPIContextTag[], required — The list of context tags
    - `category` string, required — The category of the tag
    - `managed` boolean, required — Whether the tag is managed by Panther
    - `tag` string, required — The tag value

## Other responses

- `400` — bad_request: Bad Request response.

---

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