get_card_transactions
Retrieve settled card transactions with pagination and user filtering to track expenses and manage financial data from Brex accounts.
Instructions
List settled transactions for all card accounts (primary card endpoint). Supports pagination and user filtering. NOTE: Does not support posted_at_start or expand parameters - filter client-side by posted_at_date if needed. Returns transactions with money annotation.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Pagination cursor from previous response | |
| limit | No | Maximum number of transactions to return (default: 50, max: 100) | |
| user_ids | No | Optional filter by user IDs |