Docs

Get uncategorized clusters report

GET /api/v1/programmatic/reports/uncategorized-clusters

GET/api/v1/programmatic/reports/uncategorized-clusters
Reportsv1reports:read

Groups uncategorized transactions by similar descriptions.

Code examples

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

Responses

200Uncategorized clusters 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.