# DNB Storages Provides functionalities for creating, retrieving, updating and deleting DNB storage, as well as managing associated data sources and data monitors. ## List DNB Records - [GET /v5/dnbstorages/dnbrecords](https://developer.cdq.com/apis/data-exchange-api/api-v5/dnb-storages/paths/~1v5~1dnbstorages~1dnbrecords/get.md): Read a page of records from the D&B storage of your organization. ## Start DNB Import Job - [POST /jobs/dnbimportjobs](https://developer.cdq.com/apis/data-exchange-api/api-v5/dnb-storages/paths/~1jobs~1dnbimportjobs/post.md): To start a D&B Import Job use the following request with using this sample file: The file can be a or . The file should contain only one column with the DUNS number. In the first row should the header . The DUNS number can be in following forms: - As CDQ-ID. Example or - as raw DUNS The DUNS consist of 9 digits. When the input DUNS does not consist of 9 digits, leading zeros are added. ## Poll DNB Import Job - [GET /jobs/dnbimportjobs/{id}](https://developer.cdq.com/apis/data-exchange-api/api-v5/dnb-storages/paths/~1jobs~1dnbimportjobs~1%7Bid%7D/get.md): After you have started a D&B import job, you will receive a job id in the response. Use this ID to poll for the status of the job using this endpoint. Once the status is FINISHED, you can see the results in the D&B storage. ## Create LOD File - [POST /jobs/dnbcreatelodjobs](https://developer.cdq.com/apis/data-exchange-api/api-v5/dnb-storages/paths/~1jobs~1dnbcreatelodjobs/post.md): For all data mirrors configured for an organization read Business Partners identifiers with type DUNS_ID and create a List fd DUNS file. This file is used the initialization of the D&B Monitoring process ## Poll DNB LOD Job - [GET /jobs/dnbcreatelodjobs/{id}](https://developer.cdq.com/apis/data-exchange-api/api-v5/dnb-storages/paths/~1jobs~1dnbcreatelodjobs~1%7Bid%7D/get.md): After you have started a D&B LOD job, you will receive a job id in the response. Use this ID to poll for the status of the job using this endpoint. Once the status is FINISHED, you can see the results in the attachments. ## Fetch DNB Record - [POST /v4/dnbstorages/fetch](https://developer.cdq.com/apis/data-exchange-api/api-v5/dnb-storages/paths/~1v4~1dnbstorages~1fetch/post.md): Fetch a D&B record by providing the DUNS.