---
title: "GET /referencestore/{referenceStoreId}/importjob/{id}"
method: GET
path: "/referencestore/{referenceStoreId}/importjob/{id}"
---

# GET /referencestore/{referenceStoreId}/importjob/{id}

`GET /referencestore/{referenceStoreId}/importjob/{id}`

Monitors the status of a reference import job. This operation can be called after calling the <code>StartReferenceImportJob</code> operation.

## Path parameters

- `id` string, required
- `referenceStoreId` string, required

## Response `200`

Success

- GetReferenceImportJobResponse
  - `id` string, required — The job's ID.
  - `referenceStoreId` string, required — The job's reference store ID.
  - `roleArn` string, required — The job's service role ARN.
  - `status` 'SUBMITTED' | 'IN_PROGRESS' | 'CANCELLING' | 'CANCELLED' | 'FAILED' | 'COMPLETED' | 'COMPLETED_WITH_FAILURES', required — The job's status.
  - `statusMessage` string — The job's status message.
  - `creationTime` string, date-time, required — When the job was created.
  - `completionTime` string, date-time — When the job completed.
  - `sources` ImportReferenceSourceItem[], required — The job's source files.
    - `sourceFile` string — The source file's location in Amazon S3.
    - `status` 'NOT_STARTED' | 'IN_PROGRESS' | 'FINISHED' | 'FAILED', required — The source's status.
    - `statusMessage` string — The source's status message.
    - `name` string — The source's name.
    - `description` string — The source's description.
    - `tags` object — The source's tags.
    - `referenceId` string — The source's reference ID.

## Other responses

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

---

[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)
