---
title: "List agent cards in a workspace"
method: GET
path: "/api/workspaces/{wid}/agents"
tags: ["Agent"]
---

# List agent cards in a workspace

`GET /api/workspaces/{wid}/agents`

## Path parameters

- `wid` string, required

## 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
- `403` — not a member
- `500` — internal error

---

[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)
