---
title: "List Agents"
method: GET
path: "/api/agents"
tags: ["agents"]
---

# List Agents

`GET /api/agents`

List all agents for the current user.

## Response `200`

Successful Response

- AgentListItem[]
  - `id` integer, required
  - `name` string, required
  - `description` string, nullable, required
  - `logo_url` string, nullable, required
  - `status` string, required
  - `created_at` string, required

---

[API](https://skmtc.dev/xorbitsai/apis/xagent.md) · [All operations](https://skmtc.dev/xorbitsai/apis/xagent/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xorbitsai/xagent/revisions/66a05609bfdd/schema)
