List animation clips inside a bundled GLB
asset_list_bundle_animationsRetrieve named animation clips from a curated bundle's aggregate GLB. Omitting entryPath selects the standard non-root-motion GLB automatically.
Instructions
Range-extract and cache only the aggregate GLB from a curated bundle, then return its named animation clips. The standard non-root-motion GLB is selected automatically when entryPath is omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| packId | Yes | ||
| uploadId | Yes | ||
| entryPath | No | Optional aggregate GLB path. Omit to select the standard non-root-motion GLB automatically. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| packId | Yes | ||
| license | Yes | ||
| uploadId | Yes | ||
| entryPath | Yes | ||
| animations | Yes | ||
| alreadyCached | Yes | ||
| aggregateEntryBytes | Yes | ||
| attributionRequired | Yes | ||
| rangeBytesTransferred | Yes |