get_selected_assets
Fetch complete asset records for a provided ID list in a single call, avoiding multiple round-trips after search results.
Instructions
Fetch full asset records for an explicit ID list in one call. Use after search_assets returned a set of IDs and you want full attributes without N round-trips.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Asset ids to hydrate | |
| aggregates_only | No | Return only aggregations, not full assets |