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

# Get User Agent Run Logs

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

User Installed Tools

## Path parameters

- `run_id` string, uuid, required

## Response `200`

Successfully retrieved agent run logs

- AgentRunLog[]
  - `id` string, uuid, nullable
  - `user_id` string, required
  - `agent_id` string, uuid, required
  - `run_id` string, uuid, nullable
  - `type` 'local' | 'agent_stream' | 'agent_run' | 'agent_studio' | 'agent_studio_v3', required
  - `created_at` string, date-time, nullable
  - `start_time` string, date-time, nullable
  - `end_time` string, date-time, nullable

## 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)
