list_payees
Read-onlyIdempotent
Retrieve all payees associated with a specific budget to manage transactions and track spending sources.
Instructions
List all payees for a specific budget
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| budget_id | Yes | ||
| limit | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cached | No | Indicates if data was served from cache | |
| payees | Yes | List of payees | |
| usedDelta | No | Indicates if delta merge optimization was applied for budgets | |
| cache_info | No | Human-readable cache status message (e.g., "Cache hit", "Cache miss") | |
| total_count | Yes | Total payee count | |
| returned_count | Yes | Returned payee count |