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

# List Agents

`GET /api/agents`

List agents visible to 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
  - `updated_at` string, required
  - `widget_enabled` boolean, required
  - `allowed_domains` string[], required
  - `share_enabled` boolean, required
  - `share_updated_at` string, nullable, required
  - `access` string
  - `readonly` boolean
  - `can_edit` boolean
  - `can_publish` boolean
  - `can_delete` boolean

## Changes

- **2026-06-13** `33e4ba4936ad` — 7 info
  - added the optional property `items/access` to the response with the `200` status
  - added the optional property `items/can_delete` to the response with the `200` status
  - added the optional property `items/can_edit` to the response with the `200` status
  - added the optional property `items/can_publish` to the response with the `200` status
  - …3 more
- **2026-05-01** `c9eb29ec9a1b` — 3 info
  - added the required property `items/allowed_domains` to the response with the `200` status
  - added the required property `items/updated_at` to the response with the `200` status
  - added the required property `items/widget_enabled` to the response with the `200` status

[Change history](https://skmtc.dev/xorbitsai/apis/xagent/changes/api/agents/get.md)

---

[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/33e4ba4936ad/schema)
