---
title: "Retrieve Intel Requirement Category by ID"
method: GET
path: "/v3/intelRequirements/categories/{uniqueId}"
tags: ["IntelRequirementsCategories"]
---

# Retrieve Intel Requirement Category by ID

`GET /v3/intelRequirements/categories/{uniqueId}`

Returns a single Intel Requirement Category corresponding to provided uniqueId

## Path parameters

- `uniqueId` '1' | '2' | '3', required — param ID of the Intel Requirement Category that needs to be fetched

## Query parameters

- `fields` string[]
- `count` string

## Response `200`

The Intel Requirement Category

- IntelReqType
  - `id` integer
  - `name` string
  - `description` string

---

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