---
title: "Get an import job"
method: GET
path: "/v3/imports/{jobId}"
tags: ["Imports"]
---

# Get an import job

`GET /v3/imports/{jobId}`

Returns the current state of an import job. Poll this until `status` is
`success`, `failure` or `cancelled`.

## Path parameters

- `jobId` string, uuid, required

## Response `200`

The import job.

- 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 job belongs to another user.
- `404` — The resource doesn't exist.
- `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)
