---
title: "List import v2 tasks"
method: GET
path: "/imports/v2"
tags: ["product:chat"]
---

# List import v2 tasks

`GET /imports/v2`

Lists all import v2 tasks for the app

## Query parameters

- `state` integer

## Response `200`

Response

- ListImportV2TasksResponse, nullable — Basic response information
  - `duration` string, required — Duration of the request in milliseconds
  - `import_tasks` ImportV2TaskItem[], required
    - `app_pk` integer, required
    - `created_at` string, date-time, required
    - `id` string, required
    - `product` string, required
    - `result` object
    - `settings` ImportV2TaskSettings, required
      - `merge_custom` boolean
      - `mode` string
      - `path` string
      - `s3` ImportV2TaskSettingsS3
        - `bucket` string
        - `dir` string
        - `region` string
      - `skip_references_check` boolean
      - `use_import_time_as_op_time` boolean
    - `state` integer, required
    - `updated_at` string, date-time, required
  - `next` string
  - `prev` string

## Other responses

- `400` — Bad request
- `429` — Too many requests

## Changes

> 108 revisions in range; 2 not diffed, 6 could not be searched.

- **2026-07-29** `d274674f0337` — 1 warning, 1 info
  - removed the optional property `import_tasks/items/settings/source` from the response with the `200` status
  - added the optional property `import_tasks/items/settings/use_import_time_as_op_time` to the response with the `200` status

[Change history](https://skmtc.dev/getstream/apis/stream-api/changes/imports/v2/get.md)

---

[API](https://skmtc.dev/getstream/apis/stream-api.md) · [All operations](https://skmtc.dev/getstream/apis/stream-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getstream/stream-api/revisions/653d3d10a523/schema)
