search_gifts
search_giftsSearch gifts from all constituents within a date range to calculate totals and reconcile contributions for a specific period.
Instructions
Search gifts across all constituents by date range. Useful for totals and reconciliation questions (e.g. 'gifts in 2025'). Fund/amount filtering isn't exposed by LGL's search endpoint — filter the results client-side if needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 25, max 100). | |
| offset | No | Number of results to skip, for paging. | |
| to_date | No | YYYY-MM-DD, inclusive. | |
| verbose | No | Return the full, untrimmed LGL object instead of the compact summary. | |
| from_date | No | YYYY-MM-DD, inclusive. |