---
title: "GET /share/{shareId}"
method: GET
path: "/share/{shareId}"
---

# GET /share/{shareId}

`GET /share/{shareId}`

Retrieves the metadata for the specified resource share.

## Path parameters

- `shareId` string, required

## Response `200`

Success

- GetShareResponse
  - `share` object — A resource share details object. The object includes the status, the resourceArn, and ownerId.
    - `shareId` string — The ID of the resource share.
    - `resourceArn` string — The Arn of the shared resource.
    - `resourceId` string — The ID of the shared resource.
    - `principalSubscriber` string — The principal subscriber is the account that is sharing the resource.
    - `ownerId` string — The account ID for the data owner. The owner creates the resource share.
    - `status` 'PENDING' | 'ACTIVATING' | 'ACTIVE' | 'DELETING' | 'DELETED' | 'FAILED' — The status of the share.
    - `statusMessage` string — The status message for a resource share. It provides additional details about the share status.
    - `shareName` string — The name of the resource share.
    - `creationTime` string, date-time — The timestamp of when the resource share was created.
    - `updateTime` string, date-time — The timestamp of the resource share update.

## Other responses

- `480` — InternalServerException
- `481` — ServiceQuotaExceededException
- `482` — ThrottlingException
- `483` — ValidationException
- `484` — ConflictException
- `485` — ResourceNotFoundException
- `486` — AccessDeniedException

---

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