Error
A valid request URL is required to generate request examples{
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"transaction_type": "<string>",
"operation_type": "<string>",
"success": true,
"execution_time_ms": 123,
"created_at": "2023-11-07T05:31:56Z"
}
],
"current_page": 123,
"per_page": 123,
"total": 123
}Transaction History
List database transactions
Returns paginated list of database transactions with filtering options.
GET
/
transactions
Error
A valid request URL is required to generate request examples{
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"transaction_type": "<string>",
"operation_type": "<string>",
"success": true,
"execution_time_ms": 123,
"created_at": "2023-11-07T05:31:56Z"
}
],
"current_page": 123,
"per_page": 123,
"total": 123
}Authorizations
Enter token in format (Bearer )
Query Parameters
Filter by database ID
Number of transactions per page
Required range:
1 <= x <= 100Filter by transaction type
Available options:
ddl, dml, admin Filter by success status