media_set_get
Retrieve a media set (gallery) by ID to view its title, kind, and ordered assets with each asset's id, position, title, filename, and type. Use this to discover asset IDs and current titles before updating media.
Instructions
Get a media_set (gallery) by id (GET /media_sets/{id}). Returns a curated view: media_set id, title, kind, and the ordered assets array with each asset's id, position, title, filename, and type. Read-only. Use this to discover asset ids and current titles before calling media_set_update_asset_titles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | Site name from voog_list_sites | |
| media_set_id | Yes | Voog media_set (gallery) id |