---
title: "List video assets"
method: GET
path: "/organization/{organizationId}/webinar/{webinarId}/video-assets"
tags: ["Events API"]
---

# List video assets

`GET /organization/{organizationId}/webinar/{webinarId}/video-assets`

## Path parameters

- `organizationId` string, required
- `webinarId` string, required

## Response `200`

OK

- object
  - `assets` object[] — List of video assets
    - `playbackURL` string — The playback url for the video (.m3u8 format)
    - `thumbnailURL` string — A thumbnail image of the video
    - `gifURL` string — A gif image of the video
    - `createdAt` string — The time the asset was created
    - `source` 'upload-scheduled' | 'upload-on-demand' | 'rtmp' | 'studio' — The source of the asset
    - `host` 'ivs' | 'mux' — The service hosting the asset
    - `studioSessionId` string — The ID for the studio recording session. Each studio session is recorded both with IVS and Mux.

---

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