Skip to main content
GET
curl

Authorizations

x-api-key
string
header
required

Query Parameters

limit
integer
default:50

Page size. Defaults to 50 when omitted. There is no enforced maximum, but keep pages small for latency.

Required range: x >= 1
offset
integer
default:0

Zero-based offset of the first record to return. Prefer following the next URL from the previous page.

Required range: x >= 0

Response

Paginated list of transaction summaries, newest first.

count
integer

Capped count of matching transactions (exact up to 100, capped thereafter). Use total_transactions for the true count when paginating.

next
string | null

Absolute URL of the next page, or null on the last page.

previous
string | null

Absolute URL of the previous page, or null on the first page.

total_transactions
integer

Exact total count of (non-deleted) transactions for the application. Present on paginated responses.

results
object[]