# Import log

The Import log feature provides a history of all the Git repositories and container registry images imported into an Organization through an Integration, allowing all manual and automated changes to be reviewed and any errors troubleshooted. This log makes it easier to see if any errors have occurred and how to resolve them.

## View import log

The Import Log is located under the Organization **Projects** page in the Snyk Web UI.\
Select the **View import log** button next to **Add Projects**.

{% hint style="warning" %}
You must have the View Organization and View Project [permissions](https://docs.snyk.io/snyk-platform-administration/user-roles/pre-defined-roles) to view Import Log messages for imports made within your Organization.
{% endhint %}

## Import log timeline

The Import Log timeline will go back as far as the **most recent** applicable condition of:

* January 25th 2023.
* The date the Organization was created.

For example, if the Organization was created before January 25th, 2023, Snyk cannot retrieve any logs before that date.

<figure><img src="https://2533899886-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MdwVZ6HOZriajCf5nXH%2Fuploads%2Fgit-blob-dac98d720ff8d59563e7390765171a499b5c6d3e%2F2024-04-29_15-38-51.png?alt=media" alt=""><figcaption><p>The Import Log timeline</p></figcaption></figure>

The Import Log shows all imported targets listed in reverse chronological order, with the most recent import at the top of the page. Each import can be expanded using the dropdown, listing all the imported Projects created in Snyk at the time of import.

Targets that are in the process of being imported will have a loading icon stating **Importing target**.

Selecting **View Project** will take you to the Issues tab for that specific Project.

## Import log error messages

If an error occurs on import, a warning icon will display on the repository name. Expanding this will show the Project the error is related to, with the error detail under the **Status** column.

The error messages that can be displayed are:

* Project created with errors.
* Project could not be created.
* Project failed to import.

<figure><img src="https://2533899886-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MdwVZ6HOZriajCf5nXH%2Fuploads%2Fgit-blob-cef4de7edf93e7bddb824d0b093c9323956fc177%2F2024-04-29_15-49-19.png?alt=media" alt="A detailed error message for Project created with errors"><figcaption><p>A detailed error message for Project created with errors</p></figcaption></figure>

{% hint style="info" %}
Snyk displays detailed error messages for `golang-deps`, `npm-deps`, `dotnet-deps`, `maven-deps` and `pip-deps` ecosystems.
{% endhint %}
