---
title: "Get Reasoning Agent Types"
method: GET
path: "/v1/reasoning-agent/types"
tags: ["Reasoning Agents"]
---

# Get Reasoning Agent Types

`GET /v1/reasoning-agent/types`

Retrieve all available reasoning agent types.

## Headers

- `x-api-key` string, required

## Response `200`

Successful Response

- ReasoningAgentTypesOutput
  - `status` string — Status of the request.
  - `agent_types` string[], required — List of available reasoning agent type identifiers.

## Other responses

- `422` — Validation Error

## Changes

- **2026-07-26** `9666c890823b` — 2 info
  - added the optional property `status` to the response with the `200` status
  - added the required property `agent_types` to the response with the `200` status

[Change history](https://skmtc.dev/swarms/apis/swarms-api/changes/v1/reasoning-agent/types/get.md)

---

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