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

# Logs API

> Retrieve account, routing, payment, receipt, and privacy events.

`GET /v1/logs`

Query parameters:

| Parameter   | Description                         |
| ----------- | ----------------------------------- |
| `accountId` | Admin-only account selector         |
| `cursor`    | Pagination cursor from prior page   |
| `limit`     | Maximum events to return            |
| `receiptId` | Filter events for a single receipt  |
| `type`      | Event type such as `provider.route` |

Use logs for operational audits and UI timelines. Receipts remain the canonical per-request billing
record.
