Radar Overview

Get the AI Tech Radar

Retrieve the items currently on the AI Tech Radar.

get/v1/radar

Response

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

Example response

{
  "items": [
    {
      "title": "LangGraph",
      "quadrant": "frameworks",
      "status": "adopt"
    }
  ]
}

Changes

Changed in 1 of the 2 revisions of this API.8

    • added the new adopt enum value to the items/items/status response property for the response status 200

      response-property-enum-value-added

    • added the new assess enum value to the items/items/status response property for the response status 200

      response-property-enum-value-added

    • added the new frameworks enum value to the items/items/quadrant response property for the response status 200

      response-property-enum-value-added

    • added the new hold enum value to the items/items/status response property for the response status 200

      response-property-enum-value-added

    • added the new platforms enum value to the items/items/quadrant response property for the response status 200

      response-property-enum-value-added

    • added the new techniques enum value to the items/items/quadrant response property for the response status 200

      response-property-enum-value-added

    • added the new tools enum value to the items/items/quadrant response property for the response status 200

      response-property-enum-value-added

    • added the new trial enum value to the items/items/status response property for the response status 200

      response-property-enum-value-added