---
title: "GET /jobs/imports"
method: GET
path: "/jobs/imports"
tags: ["Jobs"]
---

# GET /jobs/imports

`GET /jobs/imports`

Retrieves all import jobs.
Status codes:
* 200 OK

## Query parameters

- `api-version` string, required

## Headers

- `max-items-per-page` integer

## Response `200`

Success

- ImportJobCollection — A collection of import job objects.
  - `value` ImportJob[], required — The list of import job objects.
    - `id` string — The identifier of the import job.
    - `inputBlobUri` string, required — The path to the input Azure storage blob that contains file(s) describing the operations to perform in the job.
    - `outputBlobUri` string, required — The path to the output Azure storage blob that will contain the errors and progress logs of import job.
    - `status` 'notstarted' | 'running' | 'failed' | 'succeeded' | 'cancelling' | 'cancelled' — Status of the job.
    - `createdDateTime` string, date-time — Start time of the job. The timestamp is in RFC3339 format: `yyyy-MM-ddTHH:mm:ssZ`.
    - `lastActionDateTime` string, date-time — Last time service performed any action from the job. The timestamp is in RFC3339 format: `yyyy-MM-ddTHH:mm:ssZ`.
    - `finishedDateTime` string, date-time — End time of the job. The timestamp is in RFC3339 format: `yyyy-MM-ddTHH:mm:ssZ`.
    - `purgeDateTime` string, date-time — Time at which job will be purged by the service from the system. The timestamp is in RFC3339 format: `yyyy-MM-ddTHH:mm:ssZ`.
    - `error` Error — Error definition.
      - `code` string — Service specific error code which serves as the substatus for the HTTP error code.
      - `message` string — A human-readable representation of the error.
      - `details` Error[] — Internal error details.
      - `innererror` InnerError — A more specific error description than was provided by the containing error.
        - `code` string — A more specific error code than was provided by the containing error.
        - `innererror` InnerError — recursive
  - `nextLink` string — A URI to retrieve the next page of results.

## Other responses

- `default` — Default response.

---

[API](https://skmtc.net/azure/apis/digitaltwins-digitaltwins.md) · [All operations](https://skmtc.net/azure/apis/digitaltwins-digitaltwins/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/digitaltwins-digitaltwins/revisions/8d81dcdaf9a2/schema)
