# GET /agent-ops/signals

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

List inter-agent signals. Filter by for_agent, created_by, signal type, or pending.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `for_agent` | query | string | no | Filter by recipient agent |
| `created_by` | query | string | no | Filter by sender agent |
| `signal` | query | string | no | Filter by signal type |
| `pending` | query | boolean | no | If true, only return unactioned signals |

## Response example

```json
{ "data": [] }
```

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