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

---

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