### Read a manager's ledger

`GET /api/v1/managers/{id}/journal`

Every money movement on this manager's wallet, newest first, with a running balance. This is the authoritative record — the wallet balance is its consequence, not a parallel truth.

- Authentication: manager session (JWT) or API token
- Permission: `prm_managers_journal` (View manager journal)
- Risk: read

#### Parameters

| Name | In | Type | Required | Description |
| --- | --- | --- | --- | --- |
| `id` | path | integer | yes | Manager id. |

