# Get shotgun import errors **GET /import/shotgun/errors** Get all Shotgun import errors from the database. Returns a list of data import errors with source "shotgun". ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ## Responses ### 200 List of import errors retrieved successfully #### Body: application/json (array[object]) - **id** (string(uuid)) Import error unique identifier - **source** (string) Source of the import error - **event_data** (object) Error event data - **created_at** (string(date-time)) Creation timestamp ### 400 Invalid request [Powered by Bump.sh](https://bump.sh)