---
title: "POST /sequencestore/{sequenceStoreId}/exportjobs"
method: POST
path: "/sequencestore/{sequenceStoreId}/exportjobs"
---

# POST /sequencestore/{sequenceStoreId}/exportjobs

`POST /sequencestore/{sequenceStoreId}/exportjobs`

Retrieves a list of read set export jobs in a JSON formatted response. This API operation is used to check the status of a read set export job initiated by the <code>StartReadSetExportJob</code> API operation.

## Path parameters

- `sequenceStoreId` string, required

## Query parameters

- `maxResults` integer
- `nextToken` string

## Request body

- object
  - `filter` object — An read set export job filter.
    - `status` 'SUBMITTED' | 'IN_PROGRESS' | 'CANCELLING' | 'CANCELLED' | 'FAILED' | 'COMPLETED' | 'COMPLETED_WITH_FAILURES' — A status to filter on.
    - `createdAfter` string, date-time — The filter's start date.
    - `createdBefore` string, date-time — The filter's end date.

## Response `200`

Success

- ListReadSetExportJobsResponse
  - `nextToken` string — A pagination token that's included if more results are available.
  - `exportJobs` ExportReadSetJobDetail[] — A list of jobs.
    - `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.
    - `creationTime` string, date-time, required — When the job was created.
    - `completionTime` string, date-time — When the job completed.

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