List report runs
documentedList report runs for accounting/analytics.
GET /report-runsReport runsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://sandbox-merchant.revolut.com/api/report-runs" \
-X POST \
-H "Authorization: Bearer {{REVOLUT_API_KEY}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "Revolut-Api-Version: 2025-12-04" \
-d '{"filter": {"from": "{{$from}}", "to": "{{$to}}", "entity_types": ["payment"], "entity_states": ["completed"], "currency": "{{$currency}}"}, "format": "csv", "type": "settlement_report", "options": {"timezone": "{{$timezone}}", "columns": ["transaction_id","order_id","payment_method","amount","currency","state","completed_date"]}}'