---
title: "Get the status of an importation"
method: GET
path: "/sample/import/{id}"
tags: ["Sample"]
---

# Get the status of an importation

`GET /sample/import/{id}`

## Path parameters

- `id` integer, required

## Headers

- `Accept-Version` string

## Response `200`

Get the status of the requested importation

- ImportSampleResult
  - `SampleId` integer — Id of the imported sample
  - `Status` 'NotScheduled' | 'Pending' | 'Running' | 'Stopped' | 'Completed' | 'Failed' | 'PendingTest' — Current status of the importation

## Other responses

- `401` — The request must be authenticated using the Authorization HTTP header
- `403` — The authenticated user does not have permission to import samples into this survey.
- `404` — The requested importation task does not exist.

---

[API](https://skmtc.net/voxco/apis/acuity-webapi-1-0.md) · [All operations](https://skmtc.net/voxco/apis/acuity-webapi-1-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voxco/acuity-webapi-1-0/revisions/2ea4b8555197/schema)
