# Return Batch Upload File Details Returns a batch Upload response as specified by the provided id. Endpoint: GET /compliance/kyc-protect/batchUploads/{uploadId} Version: 1.10.9 Security: bearerToken ## Path parameters: - `uploadId` (integer, required) id of the upload. ## Response 200 fields (application/json): - `id` (string) Batch upload request Id - `filename` (string) User given file name - `status` (string) Batch upload status Enum: "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 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