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

# Get User Agent Runs

`GET /me/agent-runs`

User Installed Tools

## Query parameters

- `next_cursor` string, date-time, nullable
- `limit` integer
- `search` string, nullable
- `status` 'completed' | 'failed', nullable
- `date_range` 'today' | '7d' | '30d', nullable
- `agent_id` string, uuid, nullable

## Response `200`

Successfully retrieved agent runs list

- AgentRunViewListResponse
  - `data` AgentRunView[], 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
    - `title` string, required
    - `chat_archived` boolean, required
  - `next_cursor` string, date-time, nullable, required

## Other responses

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