Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Interface ListTransactionsRequest

Hierarchy

Properties

CatalogId?: string

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

MaxResults?: number

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

NextToken?: string

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

StatusFilter?: string

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