list_lease_transactions
Get a paginated list of transactions for a given lease ID. Specify limit and offset to control result size and paging.
Instructions
List transactions for a specific lease.
Args: lease_id: The lease ID. limit: Maximum number of results (default: 100). offset: Offset for pagination (default: 0).
Returns: Dictionary with transactions list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| lease_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||