# Get an import **GET /api/v1/import/{uuid}** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Path parameters - **uuid** (string) ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) The UUID of the resource. - **created_at** (string) The timestamp of when the resource was created. - **updated_at** (string) The timestamp of when the resource was updated. - **type** (string) The type of model the importer is importing - **mode** (string) The mode this import was run on - **headers** (array[string]) Headers taken from uploaded csv, not visible on index route - **mapping** (object) Mapped headers, not visible on index route - **status** (string) The status of the importer - **total_jobs** (integer) Total amount of imports in the importer - **progress** (integer) The current progress of the importer - **jobs_remaining** (integer) Number of pending imports - **failed_jobs** (integer) Number of failed imports - **error_report** (object) Error report file - **errors** (object) Array of failed imports, limited to 25 rows - **account** (object) Account that initiated the import [Powered by Bump.sh](https://bump.sh)