---
title: "Get Agents List"
method: GET
path: "/me/agents/list"
tags: ["User API"]
---

# Get Agents List

`GET /me/agents/list`

## Query parameters

- `limit` integer
- `next_cursor` string, nullable
- `search` string, nullable
- `roi_eligible` boolean

## Response `200`

Successfully retrieved paginated agents

- AgentListResponse
  - `data` AgentListItem[], required
    - `id` string, uuid, required
    - `title` string, nullable
    - `slug` string, nullable
    - `public` boolean, nullable
    - `user_id` string, required
    - `created_at` string, date-time, nullable
    - `updated_at` string, date-time, nullable
    - `last_ran_at` string, date-time, nullable
    - `count_runs` integer
    - `kpis` string[]
  - `next_cursor` string, nullable, required
  - `total_count` integer, required

## Other responses

- `400` — Invalid pagination cursor
- `422` — Validation Error

## Changes

- **2026-09-04** `fc441a13cd1f` — 2 info
  - added the new optional `query` request parameter `roi_eligible`
  - added the optional property `data/items/kpis` to the response with the `200` status

[Change history](https://skmtc.dev/toolhouse/apis/toolhouse-api/changes/me/agents/list/get.md)

---

[API](https://skmtc.dev/toolhouse/apis/toolhouse-api.md) · [All operations](https://skmtc.dev/toolhouse/apis/toolhouse-api/llms.txt) · [OpenAPI document](https://skmtc.dev/toolhouse/apis/toolhouse-api/revisions/2c8bf9f139a8?raw)
