---
title: "Available Threat Maps"
method: GET
path: "/maps"
tags: ["Common"]
---

# Available Threat Maps

`GET /maps`

List all threat maps accessible to the current API token with their organization IDs and map types.

## Response `200`

OK

- object
  - `data` MapInfo[]
    - `name` string — Human-readable threat map name
    - `type` string — Map type
    - `organization` object — Organization this map belongs to
      - `id` string — Organization ID (uhash format)
      - `name` string — Organization display name
    - `url` string — Relative API path to retrieve this specific threat map

---

[API](https://skmtc.net/recordedfuture/apis/alert-api.md) · [All operations](https://skmtc.net/recordedfuture/apis/alert-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/recordedfuture/alert-api/revisions/c8c2f68d8b60/schema)
