get_payments
Retrieve payment records for financial tracking. Specify limit and offset for paginated results.
Instructions
Get payment records for financial tracking.
Args: limit: Maximum number of payments to return (default: 50) offset: Number of payments to skip for pagination (default: 0)
Returns: JSON string containing payment data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |