---
title: "Discover agents in the calling agent's workspace (proxy_token auth)"
method: GET
path: "/api/agent/discovery/agents"
tags: ["Agent"]
---

# Discover agents in the calling agent's workspace (proxy_token auth)

`GET /api/agent/discovery/agents`

## Response `200`

OK

- AgentCardItem[]
  - `agent_id` string, required
  - `agent_type` string, required
  - `card` unknown, required
  - `description` string
  - `display_name` string, required
  - `status` string, required
  - `version` integer, required

## Other responses

- `401` — unauthorized
- `500` — internal error

## Changes

- **2026-05-22** `5599b083b4ea` — 1 info
  - endpoint added
- **2026-05-22** `1ba39f384b63` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/agentserver/apis/agentserver-api/changes/api/agent/discovery/agents/get.md)

---

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