# List of marketplace catalog item imports **GET /2024-09/marketplaces/catalog-item-imports** Get the list of catalog item import requests with optional filters. ## Servers - Production server (uses live data): https://app.merchanthq.com/api (Production server (uses live data)) ## Authentication methods - Default ## Parameters ### Query parameters - **marketplace_id** (string(uuid)) Filter imports by marketplace UUID - **import_reason** (string) Filter by import reason - **completed** (boolean) Filter by completion status - **page** (integer) The page number to retrieve - **per_page** (integer) The number of results to return per page ## Responses ### 200 A successful response returning the list of marketplace catalog item imports #### Body: application/json (object) - **links** (object) - **meta** (object) - **data** (array[object]) ### 401 The request requires user authentication or the user is not authorized to access this resource. #### Body: application/json (object) - **message** (string) ### 422 Validation error #### Body: application/json (object) - **message** (string) - **errors** (object) [Powered by Bump.sh](https://bump.sh)