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

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

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

Retrieves status information about a read set export job and returns the data in JSON format. Use this operation to actively monitor the progress of an export job.

## Path parameters

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

## Response `200`

Success

- GetReadSetExportJobResponse
  - `id` string, required — The job's ID.
  - `sequenceStoreId` string, required — The job's sequence store ID.
  - `destination` string, required — The job's destination in Amazon S3.
  - `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.
  - `readSets` ExportReadSetDetail[] — The job's read sets.
    - `id` string, required — The set's ID.
    - `status` 'NOT_STARTED' | 'IN_PROGRESS' | 'FINISHED' | 'FAILED', required — The set's status.
    - `statusMessage` string — The set's status message.

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