# Retry Previous Upload Re-uploads the file if it was previously failed due to 'insufficientCredits' status. Endpoint: PUT /compliance/kyc-protect/batchUploads/{uploadId}/retry Version: 1.10.9 Security: bearerToken ## Path parameters: - `uploadId` (string, required) id of the upload ## Response 202 fields (application/json): - `id` (string) Batch upload request Id - `filename` (string) User given file name - `status` (string) Batch upload status (submitted, validating, rejected, validated, insufficientCredits, queued, inProgress, processed, completed, partiallyCompleted, failed) - `rowCount` (integer) Batch upload file record count - `successCount` (integer) Successful record count in batch upload file - `uploadedAt` (string) Batch upload requested timestamp - `uploadedById` (integer) Batch upload requested by user id - `uploadedBy` (string) Batch file uploaded by user - `completedAt` (string,null) Batch upload completed timestamp ## 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 404 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 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