---
title: "GET /assets/{id}"
method: GET
path: "/assets/{id}"
---

# GET /assets/{id}

`GET /assets/{id}`

Returns a description of a MediaPackage VOD Asset resource.

## Path parameters

- `id` string, required

## Response `200`

Success

- DescribeAssetResponse
  - `Arn` string — The ARN of the Asset.
  - `CreatedAt` string — The time the Asset was initially submitted for Ingest.
  - `EgressEndpoints` EgressEndpoint[] — The list of egress endpoints available for the Asset.
    - `PackagingConfigurationId` string — The ID of the PackagingConfiguration being applied to the Asset.
    - `Status` string — The current processing status of the asset used for the packaging configuration. The status can be either QUEUED, PROCESSING, PLAYABLE, or FAILED. Status information won't be available for most assets ingested before 2021-09-30.
    - `Url` string — The URL of the parent manifest for the repackaged Asset.
  - `Id` string — The unique identifier for the Asset.
  - `PackagingGroupId` string — The ID of the PackagingGroup for the Asset.
  - `ResourceId` string — The resource ID to include in SPEKE key requests.
  - `SourceArn` string — ARN of the source object in S3.
  - `SourceRoleArn` string — The IAM role_arn used to access the source S3 bucket.
  - `Tags` object — A collection of tags associated with a resource

## Other responses

- `480` — UnprocessableEntityException
- `481` — InternalServerErrorException
- `482` — ForbiddenException
- `483` — NotFoundException
- `484` — ServiceUnavailableException
- `485` — TooManyRequestsException

---

[API](https://skmtc.net/aws/apis/mediapackage-vod.md) · [All operations](https://skmtc.net/aws/apis/mediapackage-vod/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/mediapackage-vod/versions/2c9e82c3b418/schema)
