Skip to main content
GET
Returns completed transactions with specified parameters

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

TransactionStatus
enum<string>

Active Transactions status

Available options:
Processed,
Cancelled,
Failed
SkillId
string

Available skill's ID (according to permissions). If this field is empty, then all the available skills will be used as filter.

SkillVersion
integer<int32>

Only available skills can be filtered by their versions

StartDate
string<date-time>

Minimum creation time of the transactions. Time must be defined in UTC format.

EndDate
string<date-time>

Maximum creation time of the transactions. Time must be defined in UTC format. If not given, the current UTC time will be used.

TransactionParameters
object[]

List of transaction parameters. Retrieved transactions should contain all the parameters

DocumentParameters
object[]

List of document parameters. Retrieved transactions should contain all the parameters

Offset
integer<int32>

Pagination offset (default: 0)

Limit
integer<int32>
required

The pagination limit. Required; accepted values are 1 to 1000. Pagination limit

Response

Returns the matching completed transactions and their processed page counts as JSON. The upstream API specification does not declare a response schema for this endpoint; the example below shows the observed response shape. For field-level details, see Working with transactions.