List an asset's versions
Returns every retained rendering of one asset, ordered by position ascending — the uploaded original first, the current rendering last. Not paginated. Each entry's version_urls follows the same include semantics as an asset's asset_urls: lean thumbnail by default, include=variants for the remaining rungs and the exact-byte original.
Path parameters
Asset ID (with asset_ prefix) whose versions to list.
Asset ID (with asset_ prefix) whose versions to list.
Query parameters
Optional response expansion. The single accepted value is variants: without it each row's version_urls carries only its lean thumbnail rung; with it, every rung plus the signed exact-byte original. Accepts multiple include= query params or a single comma-delimited value. Unknown values return 422.
Optional response expansion. The single accepted value is variants: without it each row's version_urls carries only its lean thumbnail rung; with it, every rung plus the signed exact-byte original. Accepts multiple include= query params or a single comma-delimited value. Unknown values return 422.
Response
Successful Response