---
title: "Return cached supported and locally installed agent adapters"
method: GET
path: "/api/v1/agents"
tags: ["agents"]
---

# Return cached supported and locally installed agent adapters

`GET /api/v1/agents`

## Response `200`

OK

- ListAgentsResponse
  - `authorized` AgentInfo[], required — Compatibility list of installed agents whose local auth probe recently returned authorized. Advisory and stale-prone; spawn may still fail.
    - `authStatus` 'authorized' | 'unauthorized' | 'unknown' — Advisory local auth probe result. authorized means a recent local probe passed; spawn remains the authoritative validation point.
    - `id` string, required
    - `label` string, required
  - `installed` AgentInfo[], required — Agents whose binary resolved during the latest best-effort local catalog probe.
    - `authStatus` 'authorized' | 'unauthorized' | 'unknown' — Advisory local auth probe result. authorized means a recent local probe passed; spawn remains the authoritative validation point.
    - `id` string, required
    - `label` string, required
  - `supported` AgentInfo[], required — Agents supported by this daemon build.
    - `authStatus` 'authorized' | 'unauthorized' | 'unknown' — Advisory local auth probe result. authorized means a recent local probe passed; spawn remains the authoritative validation point.
    - `id` string, required
    - `label` string, required

## Other responses

- `500` — Internal Server Error
- `501` — Not Implemented

---

[API](https://skmtc.net/composiohq/apis/agent-orchestrator-http-daemon.md) · [All operations](https://skmtc.net/composiohq/apis/agent-orchestrator-http-daemon/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/composiohq/agent-orchestrator-http-daemon/versions/0754881ee8f4/schema)
