---
title: "# Get MITRE ATT&CK Techniques"
method: GET
path: "/v1/mitigation/detection-content/mitre/techniques"
tags: ["Mitigation"]
---

# # Get MITRE ATT&CK Techniques

`GET /v1/mitigation/detection-content/mitre/techniques`

Returns all available MITRE ATT&CK techniques. Used to populate technique selection when creating custom detection content.

## Response `200`

MitreTechniquesResponse

- object
  - `techniques` object[]
    - `mitre_id` string — MITRE ATT&CK technique identifier (e.g. T1059)
    - `name` string — Human-readable name of the technique

## Other responses

- `default` — genericErrorSwagger is represents the erroneous cases

---

[API](https://skmtc.net/picussecurity/apis/picus-rest-api.md) · [All operations](https://skmtc.net/picussecurity/apis/picus-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/picussecurity/picus-rest-api/versions/cb0d02ee28f8/schema)
