# GET /agent-ops/registry/:id

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

Get a single registered agent by UUID.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `id` | path | string | yes | Agent registry UUID |

## Response example

```json
{
  "data": {
    "id": "880b909e-aa2f-4d8c-8372-073921a9d947",
    "name": "nurture-agent",
    "display_name": "Nurture Agent",
    "status": "active",
    "last_run_at": "2026-05-19T06:00:00Z",
    "consecutive_failures": 0
  }
}
```

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