Returns active transactions with specified parameters
Returns transactions that are currently being processed, filtered by stage, skill, creation time, or registration parameters. Use this to track transactions waiting at the Manual Review stage. For a walkthrough, see Getting a list of transactions.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
Actual stage of transaction
ManualReview, CustomActivity, Automatic Actual stage's name of transaction
Available skill's ID (according to permissions). If this field is empty, then all the available skills will be used as filter.
Only available skills can be filtered by their versions
Minimum creation time of the transactions. Time must be defined in UTC format.
Maximum creation time of the transactions. Time must be defined in UTC format. If not given, the current UTC time will be used.
List of transaction parameters. Retrieved transactions should contain all the parameters
List of document parameters. Retrieved transactions should contain all the parameters
Pagination offset (default: 0)
The pagination limit. Required; accepted values are 1 to 1000. Pagination limit
Response
Returns the matching active transactions 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.
