---
title: "GET /v1/playground/media/{assetId}"
method: GET
path: "/v1/playground/media/{assetId}"
tags: ["PlaygroundService"]
---

# GET /v1/playground/media/{assetId}

`GET /v1/playground/media/{assetId}`

GetMediaAsset 获取媒体资产详情

## Path parameters

- `assetId` string, required

## Response `200`

OK

- PlaygroundV1GetMediaAssetReply
  - `asset` PlaygroundV1MediaAsset — MediaAsset 媒体资产
    - `assetType` string
    - `billedMicros` string
    - `completedAt` string, date-time
    - `createdAt` string, date-time
    - `durationMs` integer
    - `failReason` string
    - `height` integer
    - `id` string
    - `internalCostMicros` string
    - `mimeType` string
    - `modelId` string
    - `negativePrompt` string
    - `params` string
    - `prompt` string
    - `resultUrl` string
    - `sessionId` string
    - `sizeBytes` string
    - `status` string
    - `thumbnailUrl` string
    - `upstreamTaskId` string
    - `userId` string
    - `width` integer

---

[API](https://skmtc.dev/apiqik/apis/apiqik-api.md) · [All operations](https://skmtc.dev/apiqik/apis/apiqik-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apiqik/apiqik-api/revisions/e06b96127408/schema)
