Docs

List transactions

GET /api/v1/programmatic/transactions

GET/api/v1/programmatic/transactions
Transactionsv1transactions:read

Returns posted, non-archived transactions with offset or cursor pagination.

Parameters

NameInType Description
typequerywithdrawal | deposit | transfer | loan_paymentOptional withdrawal
startquerystringOptional 2026-07-01
endquerystringOptional 2026-07-31
pagequerynumberOptional <page>
limitquerynumberOptional <limit>
queryquerystringOptional <query>
account_idquerystringOptional <account_id>
category_idquerystringOptional <category_id>
afterquerystringOptional Opaque cursor returned as next_cursor. <after>

Code examples

curl --request GET \
  --url 'https://api.tetri.app/api/v1/programmatic/transactions?type=withdrawal&start=2026-07-01&end=2026-07-31&page=<page>' \
  --header 'Authorization: Bearer $TETRI_API_TOKEN'

Responses

200Transaction page 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.