# Return A List Of Requested Uploads Returns a list of uploads that have been requested. Endpoint: GET /compliance/kyc-protect/batchUploads Version: 1.10.9 Security: bearerToken ## Query parameters: - `page` (integer) Starting page number. - `pageSize` (integer) Number of items to return per Page. - `statuses` (array) 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) The id of the uploaded user to filter by. ## Response 200 fields (application/json): - `items` (array) - `items.id` (string) Batch upload request Id - `items.filename` (string) User given file name - `items.status` (string) Batch upload status Enum: "submitted", "validating", "rejected", "validated", "insufficientCredits", "queued", "inProgress", "processed", "completed", "partiallyCompleted", "failed" - `items.rowCount` (integer) Batch upload file record count - `items.successCount` (integer) Successful record count in batch upload file - `items.uploadedAt` (string) Batch upload requested timestamp - `items.uploadedById` (integer) Batch upload requested by user id - `items.uploadedBy` (string) Batch file uploaded by user - `items.completedAt` (string,null) Batch upload completed timestamp - `totalSize` (integer) ## Response 400 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected ## Response 401 fields (application/json): - `error` (string) ## Response 403 fields (application/json): - `message` (string) Example: "Access forbidden" ## Response 409 fields (application/json): - `correlationId` (string) The unique identifier. (A UUID specified by RFC4122). - `message` (string) - `details` (string) Provides further information on why the request was rejected ## Response 502 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected