Get contributions
civicrm_get_contributionsRetrieve contributions (donations, dues, event fees) filtered by contact, date range, status, or financial type, with readable donor names and status labels.
Instructions
List contributions (donations, dues, event fees) with optional filters by contact, date window, status, and financial type. Resolves donor display name and human-readable status labels.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| since | No | ISO date/datetime lower bound for receive_date, e.g. '2026-01-01'. | |
| until | No | ISO date/datetime upper bound for receive_date. | |
| status | No | Contribution status name, e.g. 'Completed', 'Pending', 'Failed', 'Refunded'. | |
| contact_id | No | Filter by donor contact id. | |
| financial_type | No | Financial type name, e.g. 'Donation', 'Member Dues', 'Event Fee'. |