Return A List Of Requested Uploads

Returns a list of uploads that have been requested.

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 statuses list to filter by. It can be the collection of submitted, validating, rejected, validated, insufficientCredits, queued, inProgress, processed, completed, partiallyCompleted, failed.

uploadedById
integer <int32>

The id of the uploaded user to filter by.

Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

409

Conflict

502

Server Error

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