# GET /agent-ops/metrics

**Resource:** [Agent Ops](./agent-ops.md)  
**MCP tool:** `list_agent_metrics`  
**Scopes:** `agent-ops:read`  
**Write operation:** no

List daily agent metrics.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `agent_name` | query | string | no |  |

## Request example

```bash
curl   "https://api.trustpager.com/functions/v1/api/v1/agent-ops/metrics"   -H "Authorization: Bearer YOUR_API_KEY"
```

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`