gumlet-video-asset
List assets in a workspace
gumlet video asset list --workspace-id <id>
gumlet video asset list --workspace-id <id> --output table
Optional filters
| Flag | Description |
|---|---|
--status |
Filter by status: ready, processing, upload-pending |
--tag |
Filter by tag |
--title |
Filter by title |
--folder |
Filter by folder |
--size |
Page size |
--offset |
Pagination offset |
--sort-by |
Field to sort by |
--order-by |
asc or desc |
--playlist-id |
Filter by playlist |
gumlet video asset list --workspace-id <id> --status ready --size 20 --output table
gumlet video asset list --workspace-id <id> --tag promo
Get details of a single asset
Returns asset ID, title, playback URL, thumbnail URL, status, tags, and collection info.
gumlet video asset get --asset-id <id>
Delete an asset
gumlet video asset delete --asset-id <id>
Notes
--workspace-idis required forlist.--asset-idis required forgetanddelete.- Use
--output tablefor a human-readable view.
More from gumlet/cli
gumlet-image-purge
Purge the Gumlet CDN cache for an image source subdomain using the Gumlet CLI. Use this skill when you need to invalidate cached images after updating source files — either purge the entire cache for a subdomain or target specific image URLs/paths. Requires the Gumlet CLI to be installed and authenticated via `gumlet login`.
2gumlet-image-source
Manage Gumlet image sources using the Gumlet CLI. Use this skill to list all image sources, get details of a specific source, create a new image source connected to a storage backend (Amazon S3, GCS, web proxy, DigitalOcean Spaces, Wasabi, Azure, Cloudflare, Backblaze, etc.), update an existing source's configuration, or delete a source. Requires the Gumlet CLI to be installed and authenticated via `gumlet login`.
1gumlet-video-playlist
Manage Gumlet video playlists using the Gumlet CLI. Use this skill to list playlists in a workspace, create or update a playlist, add or remove assets from a playlist, view assets inside a playlist, or delete a playlist. Requires the Gumlet CLI to be installed and authenticated via `gumlet login`.
1gumlet-video-workspace
Manage Gumlet video workspaces using the Gumlet CLI. Use this skill to list all workspaces, get details of a specific workspace, create a new workspace, rename an existing workspace, or delete a workspace. Requires the Gumlet CLI to be installed and authenticated via `gumlet login`.
1gumlet-video-asset-upload
Upload a local video file to Gumlet as a new video asset using the Gumlet CLI. Use this skill when you need to upload a video file from the local filesystem to Gumlet for transcoding and delivery. The CLI handles the two-step process automatically: creating the upload session and streaming the file to the returned pre-signed URL. A real-time progress indicator is shown during upload. Requires the Gumlet CLI to be installed and authenticated via gumlet login.
1