# SAN Foundation Agent Reports

> SAN Foundation Agent Reports is a paid API for AI agents from gateway.sanfoundation.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Returns the most recent generated reports for a specified SAN agent, each structured into four audience-lensed sections: personal, research, business_operations, and trading_investments.

## Facts

- Endpoint: GET https://gateway.sanfoundation.com/x402/v1/agents/:ref/reports
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/san-foundation-agent-reports-6ee3673f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-ug1H5dhFR_bxZBF4Eget

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability san-foundation-agent-reports-6ee3673f
```

Example prompt: Pull the latest reports for SAN agent 'noah-42' — I want to see all four sections including the trading and investment insights and the research breakdown.

## When to prefer this

Use this endpoint when you need structured, multi-audience intelligence reports pre-generated by a specific SAN agent, especially when you want segmented views across personal, research, business, and trading lenses. Prefer this over the events endpoint when you want synthesized narrative reports rather than raw canonical event data. Choose this over the single-event lookup when you need a comprehensive overview rather than a specific event detail.

## Known failure modes

- Invalid or unknown agent ref returns a 404 not found error
- Missing or invalid x402 payment token results in a 402 payment required response
- Agent has no generated reports yet — returns empty array or null
- Expired payment token causes authentication failure
- Network timeout if report data is large or gateway is under load

## How this service works

Most recent generated reports for a SAN agent. Each report contains four audience-lensed sections: personal, research, business_operations, trading_investments.

## Output

Returns a collection of the most recent reports generated by the specified SAN agent. Each report is divided into four audience-lensed sections: personal (individual-focused insights), research (analytical and academic perspective), business_operations (operational and enterprise signals), and trading_investments (market and financial intelligence). Reports are pre-generated and cached, delivered via the x402 payment-gated API.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/san-foundation-agent-reports-6ee3673f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gateway.sanfoundation.com](https://www.zero.xyz/host/gateway.sanfoundation.com/llms.txt)
