list_account_transactions
Fetch a paginated transaction list for a Mercury account, filtering by date, status, search term, or merchant category to review account activity.
Instructions
Retrieve a paginated list of transactions for a specific Mercury account. Supports filtering by date range, status, search term, and merchant category. Returns trimmed transaction objects: id, amount, counterpartyName, createdAt, postedAt, status, kind, mercuryCategory, note, externalMemo, bankDescription, dashboardLink.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | Latest date filter (YYYY-MM-DD or ISO 8601). Defaults to today. | |
| limit | No | Maximum results (1–1000, default 1000). | |
| order | No | Sort order. Defaults to desc. | |
| start | No | Earliest date filter (YYYY-MM-DD or ISO 8601). Defaults to 30 days ago. | |
| offset | No | Number of results to skip for pagination. | |
| search | No | Search term to filter by description or counterparty name. | |
| status | No | Filter by transaction status. | |
| accountId | Yes | The Mercury account UUID. | |
| mercuryCategory | No | Filter by Mercury merchant category (e.g. Software, Restaurants). |