Per-family variant inventory
GET /admin/storage/variants
Read-only inventory of derivative families (#402), largest first.
Rows are grouped by variant FAMILY — the segment of
variant_key before the first / (turntable/0028.png →
turntable), or the whole key when it has none (original,
hires). variant_key itself is high-cardinality (one key per
HLS segment and per turntable frame — 2090 distinct on a dev
install), so a raw per-key listing would be thousands of
unreadable rows; the family grain is roughly a dozen.
distinct_keys reports how many raw keys each family covers.
Small result set, so no paging. Gated on system.storage.read
(or system.admin). No write path.
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”Variant families, largest first.
object
object
Variant_key up to the first ’/’, or the whole key when it has none.
Example
turntableVariant rows in this family.
How many distinct raw variant_keys the family covers.
Distinct objects that have at least one variant in this family.
Created_at of the most recent variant in the family.
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"}Authenticated but missing required capabilities
object
Human-readable error summary
Example
the request could not be completed