---
title: "Get Agent Studio Chats"
method: GET
path: "/me/agent-studio-chats"
tags: ["User API"]
---

# Get Agent Studio Chats

`GET /me/agent-studio-chats`

Get all agent studio chats for the authenticated user

## Response `200`

Successfully retrieved agent studio chats

- AgentStudioChat[]
  - `run_id` string, uuid, required
  - `visibility` 'public' | 'private', required
  - `title` string, required
  - `archived` boolean
  - `deployed` boolean
  - `user_id` string, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `last_ran_at` string, date-time, nullable
  - `sandbox_agent_id` string, uuid, required

---

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