v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1447264222.7 KB

Returns metadata about transactions and their status. To prevent the response from growing indefinitely, only uncommitted transactions and those available for time-travel queries are returned.

This operation can help you identify uncommitted transactions or to get information about transactions.

post/ListTransactions

Query parameters

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Request body

CatalogIdstring

The catalog for which to list transactions. Defaults to the account ID of the caller.

StatusFilter'ALL' | 'COMPLETED' | 'ACTIVE' | 'COMMITTED' | 'ABORTED'

A filter indicating the status of transactions to return. Options are ALL | COMPLETED | COMMITTED | ABORTED | ACTIVE. The default is <code>ALL</code>.

MaxResultsinteger

The maximum number of transactions to return in a single call.

NextTokenstring

A continuation token if this is not the first call to retrieve transactions.

Response

Success

NextTokenstring

A continuation token indicating whether additional data is available.