list_gifts
List gifts by constituent or across account with date range filtering.
Instructions
List gifts, either for a specific constituent (nested) or across the account (search). Supports date-range filtering via start_date/end_date (YYYY-MM-DD).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | Search term across all gifts (if not filtering by constituent) | |
| end_date | No | Latest gift_date to include, YYYY-MM-DD (inclusive) | |
| start_date | No | Earliest gift_date to include, YYYY-MM-DD (inclusive) | |
| constituent_id | No | Filter by constituent (calls nested API) |