Skip to main content
The Metrics Summary endpoint (/v1/metrics/summary) returns an at-a-glance overview of your account’s core usage metrics — how many unique agents you’ve used and completion-call counts derived from your request history — in a single response. This is the endpoint to power a usage dashboard: unique agents used, lifetime completion calls, and recent-window activity.

Endpoint Information

  • URL: /v1/metrics/summary
  • Method: GET
  • Authentication: Required (x-api-key header)
  • Rate Limiting: Subject to tier-based rate limits

Response Format

The endpoint returns a JSON object with the following fields:

Example Response

Use Cases

  • Usage dashboards: Populate headline tiles (executions, success rate, unique agents) from a single request.
  • Activity monitoring: Track 24-hour and 7-day completion volume to spot spikes or drop-offs.
To list your agent configurations, use /v1/agents/list; for full request logs, use /v1/swarm/logs.