List Transactions
Paginated list of monitored transactions, newest first (txn_date desc). count is capped at 100; use total_transactions for the true row count. This endpoint does not support filtering or search parameters.
Authorizations
Query Parameters
Page size. Defaults to 50 when omitted. There is no enforced maximum, but keep pages small for latency.
x >= 1Zero-based offset of the first record to return. Prefer following the next URL from the previous page.
x >= 0Response
Paginated list of transaction summaries, newest first.
Capped count of matching transactions (exact up to 100, capped thereafter). Use total_transactions for the true count when paginating.
Absolute URL of the next page, or null on the last page.
Absolute URL of the previous page, or null on the first page.
Exact total count of (non-deleted) transactions for the application. Present on paginated responses.