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

# Get User Metrics Summary

`GET /v1/metrics/summary`

Retrieve a summary of the authenticated user's core usage metrics, including unique agents used, lifetime completion calls, successful completions, and recent-window completion counts.

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

---

[API](https://skmtc.net/swarms/apis/swarms-api.md) · [All operations](https://skmtc.net/swarms/apis/swarms-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/swarms/swarms-api/versions/2575bd7539ca/schema)
