Files
a2a-platform 145ca85f72 deploy
2026-06-27 01:02:12 +00:00

47 lines
1.4 KiB
Markdown

---
name: cashflow-report-routes
description: Handle 4 OpenAPI operation(s) under /cashflow_report for the cashflow report route group.
---
# cashflow report API Routes
Handle 4 OpenAPI operation(s) under /cashflow_report for the cashflow report route group.
Use the generated operation tools to make real API calls. Do not invent API responses.
If a tool reports missing setup, return the exact setup field name to the caller.
For write, update, or delete operations, state the intended action before calling the tool.
## Operations
### cashflow_report_refresh
- Operation ID: `cashflow_report_refresh`
- Route: `POST /cashflow_report/refresh`
- Mode: WRITE
- Summary: Refresh transaction data in `cashflow_report`
- Body: JSON request body accepted.
### cashflow_report_get
- Operation ID: `cashflow_report_get`
- Route: `POST /cashflow_report/get`
- Mode: WRITE
- Summary: Gets transaction data in `cashflow_report`
- Body: JSON request body accepted.
### cashflow_report_transactions_get
- Operation ID: `cashflow_report_transactions_get`
- Route: `POST /cashflow_report/transactions/get`
- Mode: WRITE
- Summary: Gets transaction data in `cashflow_report`
- Body: JSON request body accepted.
### cashflow_report_insights_get
- Operation ID: `cashflow_report_insights_get`
- Route: `POST /cashflow_report/insights/get`
- Mode: WRITE
- Summary: Gets insights data in Cashflow Report
- Body: JSON request body accepted.