Docs

Get budget performance report

GET /api/v1/programmatic/reports/budget-performance

GET/api/v1/programmatic/reports/budget-performance
Reportsv1reports:read

Returns budget utilization and pacing for a month.

Parameters

NameInType Description
monthquerystringOptional 2026-07

Code examples

curl --request GET \
  --url 'https://api.tetri.app/api/v1/programmatic/reports/budget-performance?month=2026-07' \
  --header 'Authorization: Bearer $TETRI_API_TOKEN'

Responses

200Budget performance 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.