---
title: "List import jobs"
method: GET
path: "/v3/imports"
tags: ["Imports"]
---

# List import jobs

`GET /v3/imports`

Lists import jobs. By default only `pending` and `running` jobs are
returned — pass `status` to widen the search.

## Query parameters

- `status` string
- `created_since` string, date-time

## Response `200`

The import jobs.

- ImportJob[]
  - `jobId` string, uuid
  - `createdAt` string, date-time
  - `connection` string
  - `resource` string — The URL the data was imported from.
  - `destination` string
  - `overwrite` boolean — Only returned by the list endpoint.
  - `status` 'pending' | 'running' | 'success' | 'failure' | 'cancelled' — `success`, `failure` and `cancelled` are final states.
  - `error` unknown
  - `metadata` object

## Other responses

- `401` — The token is missing, malformed or expired.
- `429` — You went over the [rate limit](#rate-limits) for this API.

---

[API](https://skmtc.net/gitbookio/apis/carto-api.md) · [All operations](https://skmtc.net/gitbookio/apis/carto-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gitbookio/carto-api/revisions/019f79ecdd6c/schema)
