---
title: "Get User Agent Run"
method: GET
path: "/me/agent-runs/{run_id}"
tags: ["User API", "Agent Runs"]
---

# Get User Agent Run

`GET /me/agent-runs/{run_id}`

User Installed Tools

## Path parameters

- `run_id` string, uuid, required

## Response `200`

Successfully retrieved agent run

- AgentRunView
  - `id` string, uuid, nullable
  - `chat_id` string, uuid, required
  - `user_id` string, required
  - `schedule_id` string, uuid, nullable
  - `status` 'queued' | 'in_progress' | 'completed' | 'failed', required
  - `results` object[], nullable
  - `created_at` string, date-time, nullable
  - `updated_at` string, date-time, nullable
  - `toolhouse_id` string, nullable
  - `vars` object, nullable
  - `callback_url` string, uri, nullable
  - `error` string, nullable
  - `title` string, required
  - `chat_archived` boolean, required

## Other responses

- `404` — Agent run not found
- `422` — Validation Error
- `500` — Internal server 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)
