Docs

Get expense comparison report

GET /api/v1/programmatic/reports/expense-comparison

GET/api/v1/programmatic/reports/expense-comparison
Reportsv1reports:read

Compares expense totals between two months.

Parameters

NameInType Description
monthquerystringOptional 2026-07
compare_monthquerystringOptional 2026-06

Code examples

curl --request GET \
  --url 'https://api.tetri.app/api/v1/programmatic/reports/expense-comparison?month=2026-07&compare_month=2026-06' \
  --header 'Authorization: Bearer $TETRI_API_TOKEN'

Responses

200Expense comparison returned successfully.
401The access token is missing, invalid, expired, or revoked.
403The token does not have the required scope or workspace access.
429The credential has exceeded its request limit.