# Get an Import Cost Estimate **GET /import_cost_estimates/{import_cost_estimate_id}** **Availability: Public Preview** _This endpoint is currently in public preview and available only to approved accounts._ _Please contact Arta to request access for your organization._ Retrieve an existing import cost estimate record by its unique identifier. ## Servers - https://api.arta.io: https://api.arta.io () ## Parameters ### Headers - **Authorization** (string) Authorize your API calls with an Arta API token ### Path parameters - **import_cost_estimate_id** (string) import_cost_estimate_id parameter ## Responses ### 200 Successful Import Cost Estimate response #### Headers - **content-type** (string) - **x-arta-request-id** (string) A unique identifier for the Arta API call #### Body: application/json (object) - **currency** (string) ISO 4217 three-letter alphabetic currency code. Options are defined in the Currencies metadata endpoint - **destination** (object) Details about the destination where it will be imported to - **end_use** (string | null) The end use of the goods - **estimate** (object) Breakdown of the estimated import costs - **id** (string(uuid)) Unique identifier for the import cost estimate - **objects** (array[object]) List of objects/items being imported - **origin** (object) Details about the origin location - **reference** (string | null) Reference string for identifying the estimate in your systems - **shortcode** (string) Short automatically generated reference code for the identifying import cost estimate in Arta's system - **status** (string) Status of the import cost estimate calculation - **transport** (object) Information about the transport method and cost ### 404 Not Found #### Headers - **content-type** (string) - **x-arta-request-id** (string) A unique identifier for the Arta API call #### Body: application/json (object) - **errors** (object) [Powered by Bump.sh](https://bump.sh)