Docs

Get savings runway report

GET /api/v1/programmatic/reports/savings-runway

GET/api/v1/programmatic/reports/savings-runway
Reportsv1reports:read

Estimates how long current assets cover recent expenses.

Code examples

curl --request GET \
  --url 'https://api.tetri.app/api/v1/programmatic/reports/savings-runway' \
  --header 'Authorization: Bearer $TETRI_API_TOKEN'

Responses

200Savings runway 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.