List variant files (palette swaps, transcodes, thumbnails) for an asset
GET /assets/{id}/alternates
Returns the sibling-version variants attached to this asset, most-recently-created first. Where companions are sidecars the primary asset references, alternates are variants of the asset itself — a palette-swapped sprite sheet, a web-res thumbnail, a transcoded proxy. Each alternate stands on its own and can be downloaded directly.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Responses
Section titled “ Responses ”List of alternates (may be empty)
A sibling-version variant of an asset (palette swap, transcode, thumbnail, authored variant). Where companions are sidecars the primary asset references, alternates stand on their own and can be downloaded individually.
object
Human label shown in alt-file lists; unique per asset.
Example
walk — team-green paletteProvenance tag — palette_swap | thumbnail | low_res | authored | transcode. Open-ended.
Example
palette_swapExample
image/pngKind-specific JSON. Sprite tool palette swaps store the colour remap here.
object
Authentication required, missing, or invalid
object
Human-readable error summary
Example
the request could not be completedExample
{ "error": "authentication required: sign in and retry with a valid session or API token"}Resource not found
object
Human-readable error summary
Example
the request could not be completed