---
title: "Get the AI Tech Radar"
method: GET
path: "/v1/radar"
tags: ["Radar Overview"]
---

# Get the AI Tech Radar

`GET /v1/radar`

Retrieve the items currently on the AI Tech Radar.

## Response `200`

Responds with a list of items from the AI Tech Radar.

- object
  - `items` RadarItem[], required
    - `id` string, required — Unique identifier for the radar item.
    - `title` string, required — Title of the radar item.
    - `quadrant` 'techniques' | 'tools' | 'platforms' | 'frameworks', required — Quadrant the radar item is in.
    - `status` 'adopt' | 'trial' | 'assess' | 'hold', required — Status of the radar item.

## Other responses

- `404` — Radar not found.
- `500` — Internal server error.

## Changes

- **2025-08-27** (v1) `f470f922345d` — 8 warning
  - added the new `adopt` enum value to the `items/items/status` response property for the response status `200`
  - added the new `assess` enum value to the `items/items/status` response property for the response status `200`
  - added the new `frameworks` enum value to the `items/items/quadrant` response property for the response status `200`
  - added the new `hold` enum value to the `items/items/status` response property for the response status `200`
  - …4 more

[Change history](https://skmtc.dev/defra/apis/ai-tech-radar-api/changes/v1/radar/get.md)

---

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