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

# GET /tags

`GET /tags`

## Query parameters

- `includeDescriptions` boolean — Include the full description in the response or not. Default is false.

## Response `200`

Get all tags

- object
  - `status` 'success', required
  - `statusCode` number, required
  - `result` object[], required
    - `name` string, required
    - `intent` 'malicious' | 'suspicious' | 'unknown' | 'none', required
    - `category` 'activity' | 'tool' | 'actor' | 'none', required
    - `description` string — A description about the tag. Only included if includeDescriptions is set to true.

---

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