---
title: "GET /sequencestore/{sequenceStoreId}/importjob/{id}"
method: GET
path: "/sequencestore/{sequenceStoreId}/importjob/{id}"
---

# GET /sequencestore/{sequenceStoreId}/importjob/{id}

`GET /sequencestore/{sequenceStoreId}/importjob/{id}`

Gets detailed and status information about a read set import job and returns the data in JSON format.

## Path parameters

- `id` string, required
- `sequenceStoreId` string, required

## Response `200`

Success

- GetReadSetImportJobResponse
  - `id` string, required — The job's ID.
  - `sequenceStoreId` string, required — The job's sequence 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` ImportReadSetSourceItem[], required — The job's source files.
    - `sourceFiles` object, required — The source files' location in Amazon S3.
      - `source1` string, required — The location of the first file in Amazon S3.
      - `source2` string — The location of the second file in Amazon S3.
    - `sourceFileType` 'FASTQ' | 'BAM' | 'CRAM' | 'UBAM', required — The source's file type.
    - `status` 'NOT_STARTED' | 'IN_PROGRESS' | 'FINISHED' | 'FAILED', required — The source's status.
    - `statusMessage` string — The source's status message.
    - `subjectId` string, required — The source's subject ID.
    - `sampleId` string, required — The source's sample ID.
    - `generatedFrom` string — Where the source originated.
    - `referenceArn` string — The source's genome reference ARN.
    - `name` string — The source's name.
    - `description` string — The source's description.
    - `tags` object — The source's tags.
    - `readSetId` string — The source's read set 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)
