---
title: "Get All Agent Runs"
method: GET
path: "/v1/agent-runs"
tags: ["SDK API"]
---

# Get All Agent Runs

`GET /v1/agent-runs`

## Response `200`

Agent runs successfully retrieved

- AgentRunListResponse
  - `data` AgentRun[], required
    - `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

## Other responses

- `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/ce92a5e2d085/schema)
