---
title: "Get import v2 task"
method: GET
path: "/imports/v2/{id}"
tags: ["product:chat"]
---

# Get import v2 task

`GET /imports/v2/{id}`

Gets a single import v2 task by ID

## Path parameters

- `id` string, required

## Response `200`

Response

- GetImportV2TaskResponse, nullable — Basic response information
  - `app_pk` integer, required
  - `created_at` string, date-time, required
  - `duration` string, required — Duration of the request in milliseconds
  - `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

## Other responses

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

## Changes

> 88 revisions in range; 2 not diffed.

- **2026-07-29** `d274674f0337` — 1 warning, 1 info
  - removed the optional property `settings/source` from the response with the `200` status
  - added the optional property `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/:id/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/dbddf72cc34e/schema)
