---
title: "Filter Live Assets"
method: GET
path: "/video/live/assets/list/{live_source_id}"
tags: ["API Endpoints"]
---

# Filter Live Assets

`GET /video/live/assets/list/{live_source_id}`

This endpoint lists live assets on the basis of `status` for the given `live_source_id`.

## Path parameters

- `live_source_id` string, required

## Query parameters

- `status` string
- `offset` integer
- `size` integer

## Response `200`

200

- object
  - `all_live_assets` 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
    - `deleted_at` integer
  - `total_live_asset_count` integer
  - `current_offset` integer

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