Skip to main content
GET
Get Transactions
Retrieve a paginated list of your transactions with optional filtering by status and date range.

Example Request

Query Parameters

Example Response

Use date range filters to export transaction data for specific periods. Combine with status filter to find failed transactions that may need to be retried.

Authorizations

X-API-Key
string
header
required

Your Rolla API key

Query Parameters

page
integer
default:1

Page number (default: 1)

pageSize
integer
default:20

Number of results per page (default: 20)

status
enum<string>

Filter by transaction status

Available options:
pending,
completed,
failed
startDate
string<date>

Filter transactions from this date (ISO 8601 format)

endDate
string<date>

Filter transactions until this date (ISO 8601 format)

Response

Transactions retrieved successfully

status
integer
Example:

200

success
boolean
Example:

true

message
string
Example:

"Transactions retrieved successfully"

transactions
object[]
totalCount
integer

Total number of transactions

Example:

150

page
integer

Current page number

Example:

1

pageSize
integer

Results per page

Example:

20

totalPages
integer

Total number of pages

Example:

8