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

# Get All Agents

`GET /me/agents`

## Response `200`

Successfully retrieved all agents

- AgentModel[]
  - `id` string, uuid, required
  - `prompt` string, nullable
  - `vars` object, nullable
  - `original_chat_id` string, uuid, nullable
  - `title` string, nullable
  - `history` object[], nullable
  - `public` boolean, nullable
  - `system_prompt` string, nullable
  - `model` string, nullable
  - `mcp_servers` string[], nullable
  - `tools` string[], nullable — List of tool slugs available to the agent
  - `slug` string, nullable
  - `price_in_cents` integer, nullable
  - `trial_period_in_days` integer, nullable
  - `upsell_description` UpsellDescription
    - `description` string, required
    - `use_cases` string[], required
  - `agent_builder_run_id` string, uuid, nullable
  - `count_runs` integer, nullable
  - `user_id` string, required
  - `created_at` string, date-time, nullable
  - `updated_at` string, date-time, nullable
  - `last_ran_at` string, date-time, nullable
  - `user_feedback` 'approved' | 'rejected' | 'pending'

---

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