# Retrieve bulk payment request import job details Endpoint: GET /payment_requests/bulk_import/{jobId} Version: 1.0.0 Security: Biller Access Token (Production), Biller Access Token (Staging) ## Path parameters: - `jobId` (string, required) The ID of the bulk payment request import job ## Response 200 fields (application/json): - `jobId` (string, required) The internal id of the bulk import job - `type` (string, required) The type of the import job. Possible values (non-exclusive): BULK_PAYMENT_REQUEST_IMPORT - `status` (string, required) The status of the import job. Possible values (non-exclusive): PENDING, PROCESSING, COMPLETED, FAILED, DELETED - `creationTime` (string, required) The creation time of the import job - `countsByItemStatus` (array, required) The count of items for each review session item status - `countsByItemStatus.status` (string, required) The status of review session item. Possible values (non-exclusive): PENDING, PROCESSING, COMPLETED, FAILED - `countsByItemStatus.count` (integer, required) The count of items for this status ## Response 400 fields ## Response 401 fields ## Response 404 fields ## Response 422 fields ## Response 500 fields