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

# GET /sequencestore/{sequenceStoreId}/readset/{id}/metadata

`GET /sequencestore/{sequenceStoreId}/readset/{id}/metadata`

Retrieves the metadata for a read set from a sequence store in JSON format. This operation does not return tags. To retrieve the list of tags for a read set, use the <code>ListTagsForResource</code> API operation.

## Path parameters

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

## Response `200`

Success

- GetReadSetMetadataResponse
  - `id` string, required — The read set's ID.
  - `arn` string, required — The read set's ARN.
  - `sequenceStoreId` string, required — The read set's sequence store ID.
  - `subjectId` string — The read set's subject ID.
  - `sampleId` string — The read set's sample ID.
  - `status` 'ARCHIVED' | 'ACTIVATING' | 'ACTIVE' | 'DELETING' | 'DELETED' | 'PROCESSING_UPLOAD' | 'UPLOAD_FAILED', required — The read set's status.
  - `name` string — The read set's name.
  - `description` string — The read set's description.
  - `fileType` 'FASTQ' | 'BAM' | 'CRAM' | 'UBAM', required — The read set's file type.
  - `creationTime` string, date-time, required — When the read set was created.
  - `sequenceInformation` object — The read set's sequence information.
    - `totalReadCount` integer — The sequence's total read count.
    - `totalBaseCount` integer — The sequence's total base count.
    - `generatedFrom` string — Where the sequence originated.
    - `alignment` string — The sequence's alignment setting.
  - `referenceArn` string — The read set's genome reference ARN.
  - `files` object — The read set's files.
    - `source1` object — The location of the first file in Amazon S3.
      - `totalParts` integer — The file's total parts.
      - `partSize` integer — The file's part size.
      - `contentLength` integer — The file's content length.
      - `s3Access` object — The S3 URI metadata of a sequence store.
        - `s3Uri` string — The S3 URI for each read set file.
    - `source2` object — The location of the second file in Amazon S3.
      - `totalParts` integer — The file's total parts.
      - `partSize` integer — The file's part size.
      - `contentLength` integer — The file's content length.
      - `s3Access` object — The S3 URI metadata of a sequence store.
        - `s3Uri` string — The S3 URI for each read set file.
    - `index` object — The files' index.
      - `totalParts` integer — The file's total parts.
      - `partSize` integer — The file's part size.
      - `contentLength` integer — The file's content length.
      - `s3Access` object — The S3 URI metadata of a sequence store.
        - `s3Uri` string — The S3 URI for each read set file.
  - `statusMessage` string — The status message for a read set. It provides more detail as to why the read set has a status.
  - `creationType` 'IMPORT' | 'UPLOAD' — The creation type of the read set.
  - `etag` object — The entity tag (ETag) is a hash of the object meant to represent its semantic content.
    - `algorithm` 'FASTQ_MD5up' | 'BAM_MD5up' | 'CRAM_MD5up' | 'FASTQ_SHA256up' | 'BAM_SHA256up' | 'CRAM_SHA256up' | 'FASTQ_SHA512up' | 'BAM_SHA512up' | 'CRAM_SHA512up' — The algorithm used to calculate the read set’s ETag(s).
    - `source1` string — The ETag hash calculated on Source1 of the read set.
    - `source2` string — The ETag hash calculated on Source2 of the read set.
  - `creationJobId` string — The read set's creation job 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)
