# commission_ledger_get

> Get the full details of a single commission ledger entry by its ID — amounts, splits, status, payout dates, and the linked escrow.

<!-- Source: https://docs.actuallycare.com/tools/commission-ledger/commission_ledger_get -->

Get the full details of a single commission ledger entry by its ID — amounts, splits, status, payout dates, and the linked escrow. Use after [`commission_ledger_list`](/tools/commission-ledger/commission_ledger_list) when you need every field for one entry. Scoped to the caller — returns not-found if the entry belongs to another agent outside the caller scope. Returns the complete ledger entry.

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `id` | string | Yes | UUID of the commission ledger entry · Format: UUID |

## Example prompts

- "Pull up the details on one of my commission ledger."

## Safety

**Read-only.** This tool never changes your data — it only looks things up. Safe to run anytime.
