---
title: "List Imports"
method: GET
path: "/v0/imports"
tags: ["Imports"]
---

# List Imports

`GET /v0/imports`

Lists all imports for the Webset.

## Query parameters

- `cursor` string
- `limit` integer

## Response `200`

List of imports

- ListImportsResponse
  - `data` Import[], required — The list of imports
    - `id` string, required — The unique identifier for the Import
    - `object` 'import', required — The type of object
    - `status` 'pending' | 'processing' | 'completed' | 'failed' | 'canceled', required — The status of the Import
    - `format` 'csv' | 'webset', required — The format of the import.
    - `entity` union, required
      - CompanyEntity
        - `type` 'company', required
      - PersonEntity
        - `type` 'person', required
      - ArticleEntity
        - `type` 'article', required
      - ResearchPaperEntity
        - `type` 'research_paper', required
      - CustomEntity
        - `type` 'custom', required
        - `description` string, required
    - `title` string, required — The title of the import
    - `count` number, required — The number of entities in the import
    - `metadata` object, required — Set of key-value pairs you want to associate with this object.
    - `failedReason` 'invalid_format' | 'invalid_file_content' | 'missing_identifier', nullable, required — The reason the import failed
    - `failedAt` string, date-time, nullable, required — When the import failed
    - `failedMessage` string, nullable, required — A human readable message of the import failure
    - `createdAt` string, date-time, required — When the import was created
    - `updatedAt` string, date-time, required — When the import was last updated
  - `hasMore` boolean, required — Whether there are more results to paginate through
  - `nextCursor` string, nullable, required — The cursor to paginate through the next set of results

---

[API](https://skmtc.net/exa/apis/exa-public-api.md) · [All operations](https://skmtc.net/exa/apis/exa-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/exa/exa-public-api/revisions/982a352e3781/schema)
