> ## 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.

# List leave transactions

> Returns the ledger for one leave balance.

### Parameters

<ParamField path="leave_balance_id" type="string" required>
  The leave balance whose ledger you want to inspect.
</ParamField>

<ParamField query="type" type="string">
  Only return transactions for this transaction type.
</ParamField>

<ParamField query="status" type="string">
  Only return transactions with this status. Supported values are `posted` and `pending`.
</ParamField>

<ParamField query="limit" type="number">
  A limit on the number of objects to be returned. Limit can range between 1 and 100, and the
  default is 10.
</ParamField>

<ParamField query="cursor" type="string">
  A value from a previous response that lets you fetch the next page.
</ParamField>

<ParamField query="starting_after" type="string">
  Return results after this object ID.
</ParamField>

<ParamField query="ending_before" type="string">
  Return results before this object ID.
</ParamField>

### Returns

Returns a dictionary with a `transactions` property that contains an array of
[Leave Transaction](/reference/leave-transactions/object) objects.
