> For the complete documentation index, see [llms.txt](https://docs.codemash.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codemash.io/cloud/database/imports/details.md).

# Import details

**Where:** Database → Imports → import · `/projects/<project>/db/imports/<importId>/edit`

{% hint style="info" %}
Screenshot TODO — capture comes from testing-plan area **05-imports**.
{% endhint %}

The **Import preview** shows one saved import (`imp_…`): its status badge, a copyable import id, and the facts of the run —

* **Schema**, **Initiated On**, **Completed On**;
* **Total rows in the file**, **Total rows imported**, **Total rows not imported because of errors**;
* a **Failure reason** when the run failed;
* the **Source file** (the uploaded CSV, downloadable) and the **Error file** `errors.txt` with one line per rejected row;
* the frozen **Mapping** table — CSV column, header, target property (or *Not imported*), and the per-column *Don't import on error* choice.

**Delete** removes the import together with its stored CSV and `errors.txt`; it is blocked while the import is still `Processing`. **Back** returns to the list.

## API reference

Endpoints: [Database](/api-reference/database.md).
