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

## 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
  - `next_cursor` string, nullable, required
  - `total_count` integer, required

## Other responses

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

---

[API](https://skmtc.net/toolhouse/apis/toolhouse-api.md) · [All operations](https://skmtc.net/toolhouse/apis/toolhouse-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/toolhouse/toolhouse-api/versions/6e3bad3564b3/schema)
