get_ramp_statements
Retrieve and filter Ramp financial statements by date range with pagination support. Use to manage and access transaction details efficiently.
Instructions
Retrieve Ramp statements with optional date filtering and pagination.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
from_date | No | Start date in ISO format (YYYY-MM-DD) | |
page_size | No | Number of results per page | |
start | No | Token for pagination | |
to_date | No | End date in ISO format (YYYY-MM-DD) |