Return All Async AML Jobs

Gets a list of async aml jobs for user.

SecuritybearerToken
Request
query Parameters
page
integer
Default: 1

Starting page number.

pageSize
integer <int32>
Default: 10

Specifies the number of items to be displayed per page. Allowed values are between 1 and 100.

statuses
Array of strings

The async job statuses. It can be the collection of created, processing, completed

targetType
string

The async job's target type. It can be either Profile or KeyParty

Enum: "profile" "keyParty"
Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

409

Conflict

get/compliance/kyc-protect/asyncAmlJobs
Request samples
Response samples
application/json
{
  • "items": [
    ],
  • "totalSize": 0
}