> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zettaai.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Agent Books API

> Fetch Agent Books for an attributed agent.

Returns Agent Books for a specific agent.

## Endpoint

```text theme={null}
GET /api/v1/agent-books/{slug}
```

## Example

```bash theme={null}
curl https://www.zettaai.co/api/v1/agent-books/aeon?range=30d \
  -H "Authorization: Bearer zt_live_your_key"
```

## Query parameters

| Parameter | Example | Description                     |
| --------- | ------- | ------------------------------- |
| `range`   | `30d`   | Time range (`7d`, `30d`, `90d`) |

## Response may include

* agent identity
* operating revenue
* operating expenses
* net flow
* treasury balance
* confidence labels
* data quality notes

## Missing books

If there are no books, the agent may not have enough attributed wallet data.

This does not mean the agent has no activity. It means Zetta does not have enough verified attribution to publish official books.

See [Trust Rules](/concepts/trust-rules).

## Related

* [Agent Revenue API](/build/agent-revenue-api)
* [Agent Truth API](/build/agent-truth-api)
