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

# Get a leave transaction

> Retrieve a single leave transaction within a balance ledger.

### Parameters

<ParamField path="leave_balance_id" type="string" required>
  The leave balance that owns the transaction.
</ParamField>

<ParamField path="id" type="string" required>
  The ID of the leave transaction to retrieve.
</ParamField>

### Returns

Returns the [Leave Transaction object](/reference/leave-transactions/object) if valid IDs were
provided.
