Skip to content

Return Async Job Criteria By Id

Request

Gets a list of job criteria by async job id for user.

Security
bearerToken
Path
jobIdstring, (uuid)required

id of the async aml job

Query
pageinteger

Starting page number.

Default:1
pageSizeinteger

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

statusesArray of strings

The async job criteria statuses. It can be the collection of submitted, processing, completed, failed.

curl -i -X GET \
  'https://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/asyncAmlJobs/{jobId}/criteria?page=1&pageSize=0&statuses=string' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Success

Bodyapplication/json
itemsArray of objects(KycProtectAsyncJobCriteriaResponse)

List of KYC Protect async AML job criteria responses.

totalSizeinteger, (int64)

Total number of items available.

correlationIdstring

Correlation ID for tracking the request.

Response
{ "items": [ {} ], "totalSize": 0, "correlationId": "string" }