---
title: "List agents"
method: GET
path: "/v1/agent"
tags: ["Agent"]
---

# List agents

`GET /v1/agent`

Returns a paginated list of agents for the authenticated project.

## Query parameters

- `limit` integer
- `after` string
- `searchText` string

## Response `200`

List of agents

- object
  - `data` object[], required
    - `id` string, uuid, required — Unique identifier of the agent
    - `name` string, required — Name of the agent
    - `description` string, nullable, required — Description of the agent
    - `customId` string, nullable, required — Custom identifier for the agent
    - `createdAt` string, required — Creation timestamp in ISO 8601 format
    - `updatedAt` string, required — Last update timestamp in ISO 8601 format
  - `pagination` object, required
    - `total` number, required — Total number of items
    - `hasMore` boolean, required — Whether there are more items to fetch
    - `nextCursor` string, nullable, required — Cursor for the next page of items

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error

## Changes

- **2026-08-17** `887b091b3d81` — 4 warning
  - added the new `conflict` enum value to the `type` response property for the response status `401`
  - added the new `conflict` enum value to the `type` response property for the response status `500`
  - added the new `payment_required` enum value to the `type` response property for the response status `401`
  - added the new `payment_required` enum value to the `type` response property for the response status `500`

[Change history](https://skmtc.dev/roarkhq/apis/roark-analytics-api/changes/v1/agent/get.md)

---

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