---
title: "Get Agent Run"
method: GET
path: "/v1/agent-runs/{run_id}"
tags: ["SDK API"]
---

# Get Agent Run

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

## Path parameters

- `run_id` string, uuid, required

## Response `200`

Agent run successfully retrieved

- AgentRunAPIResponse
  - `data` AgentRunResponse, required
    - `id` string, uuid, nullable
    - `chat_id` string, uuid, required
    - `schedule_id` string, uuid, nullable
    - `results` object[], nullable
    - `status` 'queued' | 'in_progress' | 'completed' | 'failed', required
    - `created_at` string, date-time, nullable
    - `updated_at` string, date-time, nullable
    - `toolhouse_id` string, nullable
    - `vars` object, nullable
    - `callback_url` string, uri, nullable
    - `last_agent_message` string, nullable

## Other responses

- `403` — Chat ID associated to this Agent Run is invalid
- `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)
