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

# Get Agent Studio Chat

`GET /me/agent-studio-chats/{run_id}`

Get a specific agent studio chat by ID

## Path parameters

- `run_id` string, required

## Response `200`

Successfully retrieved agent studio chat

- 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

## Other responses

- `403` — You don't have permission to access this chat
- `404` — Agent studio chat not found
- `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/b29810cc692d/schema)
