# OF03 - Get the error report file for an offer import

Description

This API returns a CSV, XLSX or XML file, depending on the file format provided by the seller.


Call Frequency

Recommended usage: After each OF02 call, every 5 minutes
Maximum usage: Once per minute
Read More

More context

Endpoint: GET /api/offers/imports/{import}/error_report

## Path parameters:

  - `import` (integer, required)
    Import identifier

## Query parameters:

  - `shop_id` (integer)
    Use this parameter when your user has access to several shops. If not specified, the shop_id from your default shop will be used.


