---
title: "Get User Metrics Summary (deprecated path)"
method: GET
path: "/v1/metrics/summary"
tags: ["Metrics", "Monitoring"]
deprecated: true
---

# Get User Metrics Summary (deprecated path)

`GET /v1/metrics/summary`

> **Deprecated.**

Deprecated alias for /v1/account/metrics/summary, kept for backwards compatibility.

## Headers

- `x-api-key` string, required

## Response `200`

Successful Response

- MetricsSummaryOutput
  - `success` boolean — Indicates whether the metrics summary was retrieved successfully.
  - `unique_agents` integer, required — Number of unique agent configurations the user has used.
  - `total_completion_calls` integer, required — Lifetime count of completion calls.
  - `successful_completions` integer, required — Lifetime count of completions with status 'success'.
  - `completions_last_24h` integer, required — Completion calls in the last 24 hours.
  - `completions_last_7d` integer, required — Completion calls in the last 7 days.
  - `timestamp` string, required — ISO timestamp when the summary was generated.

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-22** `b7b92eb482fe` — 2 info
  - api operation id `get_metrics_summary_v1_metrics_summary_get` removed and replaced with `get_metrics_summary_legacy_v1_metrics_summary_get`
  - endpoint deprecated

[Change history](https://skmtc.dev/swarms/apis/swarms-api/changes/v1/metrics/summary/get.md)

---

[API](https://skmtc.dev/swarms/apis/swarms-api.md) · [All operations](https://skmtc.dev/swarms/apis/swarms-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/swarms/swarms-api/revisions/5387d771c840/schema)
