---
title: "Get Agent Run Metrics Summary"
method: GET
path: "/me/metrics/agent-runs/summary"
tags: ["User API", "Metrics"]
---

# Get Agent Run Metrics Summary

`GET /me/metrics/agent-runs/summary`

## Query parameters

- `days` integer
- `bucket_hours` 1 | 2 | 3 | 4 | 6 | 8 | 12 | 24

## Response `200`

Successfully retrieved agent run metrics summary

- AgentRunMetricsSummary
  - `total_runs` integer, required
  - `completed_runs` integer, required
  - `failed_runs` integer, required
  - `active_runs` integer, required
  - `success_rate` number, nullable, required
  - `failure_rate` number, 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)
