---
title: "List Assets"
method: GET
path: "/video/workspaces/{workspace_id}/list"
tags: ["API Endpoints"]
---

# List Assets

`GET /video/workspaces/{workspace_id}/list`

List folders and assets for a workspace in a single response. Use `parent_id` to browse a specific folder, or filters like `title`, `status`, and `playlist_id` to search assets.

## Path parameters

- `workspace_id` string, required

## Query parameters

- `type` 'folders' | 'videos' | 'all'
- `parent_id` string
- `title` string
- `status` string
- `tag` string
- `playlist_id` string
- `start_date` string
- `end_date` string
- `min_duration` number
- `max_duration` number
- `sortBy` 'title' | 'duration' | 'uploaded_at' | 'created_at'
- `orderBy` 'asc' | 'desc'
- `searchIndex` 'search_index_for_asset_list' | 'cms-search' | 'cms-search-v2'
- `offset` integer
- `size` integer

## Response `200`

200

- object
  - `folders` object[]
    - `id` string
    - `name` string
    - `video_source_id` string
    - `parent_id` string, nullable
    - `path` string[]
    - `path_names` string[]
    - `depth` integer
    - `subdirectory_count` integer
    - `asset_count` integer
    - `created_at` string
    - `updated_at` string
  - `all_assets` object[]
    - `asset_id` string
    - `progress` integer
    - `created_at` integer
    - `status` string
    - `tag` string
    - `source_id` string
    - `input` object
      - `transformations` object
        - `resolution` string
        - `format` string
        - `audio_codec` string[]
        - `video_codec` string[]
        - `thumbnail` string[]
        - `thumbnail_format` string
        - `mp4_access` boolean
        - `audio_only` boolean
        - `keep_original` boolean
        - `per_title_encoding` boolean
        - `process_low_resolution_input` boolean
      - `source_url` string
      - `size` integer
      - `duration` number
      - `aspect_ratio` string
      - `fps` integer
      - `width` integer
      - `height` integer
      - `additional_tracks` object[]
        - `url` string
        - `type` string
        - `language_code` string
        - `name` string
    - `output` object
      - `format` string
      - `status_url` string
      - `playback_url` string
      - `thumbnail_url` string[]
  - `folder_count` integer
  - `asset_count` integer
  - `total_count` integer
  - `current_offset` integer

## Other responses

- `400` — 400

---

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