---
title: "GET /import/variant/{jobId}"
method: GET
path: "/import/variant/{jobId}"
---

# GET /import/variant/{jobId}

`GET /import/variant/{jobId}`

Amazon Web Services HealthOmics variant stores and annotation stores are no longer open to new customers. Existing customers can continue to use the service as normal. For more information, see [Amazon Web Services HealthOmics variant store and annotation store availability change](https://docs.aws.amazon.com/omics/latest/dev/variant-store-availability-change.html).

Gets information about a variant import job.

## Path parameters

- `jobId` string, required

## Response `200`

Success

- GetVariantImportResponse
  - `id` string, required — The job's ID.
  - `destinationName` string, required — The job's destination variant store.
  - `roleArn` string, required — The job's service role ARN.
  - `status` 'SUBMITTED' | 'IN_PROGRESS' | 'CANCELLED' | 'COMPLETED' | 'FAILED' | 'COMPLETED_WITH_FAILURES', required — The job's status.
  - `statusMessage` string, required — The job's status message.
  - `creationTime` string, date-time, required — When the job was created.
  - `updateTime` string, date-time, required — When the job was updated.
  - `completionTime` string, date-time — When the job completed.
  - `items` VariantImportItemDetail[], required — The job's items.
    - `source` string, required — The source file's location in Amazon S3.
    - `jobStatus` 'SUBMITTED' | 'IN_PROGRESS' | 'CANCELLED' | 'COMPLETED' | 'FAILED' | 'COMPLETED_WITH_FAILURES', required — The item's job status.
    - `statusMessage` string — A message that provides additional context about a job
  - `runLeftNormalization` boolean, required — The job's left normalization setting.
  - `annotationFields` object — The annotation schema generated by the parsed annotation data.

## Other responses

- `480` — InternalServerException
- `481` — ThrottlingException
- `482` — ValidationException
- `483` — ResourceNotFoundException
- `484` — AccessDeniedException

---

[API](https://skmtc.net/aws/apis/omics.md) · [All operations](https://skmtc.net/aws/apis/omics/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/omics/versions/e9df1bcc0813/schema)
