---
title: "Get Live Asset Status"
method: GET
path: "/video/live/assets/{live_asset_id}"
tags: ["API Endpoints"]
---

# Get Live Asset Status

`GET /video/live/assets/{live_asset_id}`

This endpoint retrieves the details of a live video asset that has previously been created.

## Path parameters

- `live_asset_id` string, required

## Response `200`

200

- object
  - `status` string
  - `stream_key` string
  - `live_asset_id` string
  - `live_video_source_id` string
  - `input` object
    - `resolution` string[]
    - `title` string
  - `stream_url` string
  - `output` object
    - `playback_url` string
    - `recording_playback_url` string
    - `recording_dash_playback_url` string
  - `thumbnail` object
    - `preparing` string
    - `disconnected` string
    - `end` string
  - `created_at` integer
  - `updated_at` integer
  - `vod_asset_id` string

## Other responses

- `400` — 400
- `401` — 401

---

[API](https://skmtc.net/gumlet/apis/gumlet-rest-apis.md) · [All operations](https://skmtc.net/gumlet/apis/gumlet-rest-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gumlet/gumlet-rest-apis/revisions/b1f7ac2aeeec/schema)
