da017caf56f1
Get asset details
Retrieves detailed information about a specific asset
Path parameters
Asset ID
Response
Asset details retrieved successfully
Timestamp when the asset was created
Display name of the asset. Mirrors name for backwards compatibility.
Relative path in global-namespace-root form (e.g. "models/checkpoints/flux.safetensors")
Blake3 hash of the asset content.
Unique identifier for the asset
Whether this asset is immutable (cannot be modified or deleted)
ID of the job that created this asset, if available
Timestamp when the asset was last accessed
The bare value a loader widget consumes for this asset. For models it is the path inside the category folder (e.g. "flux.safetensors" for "models/checkpoints/flux.safetensors"), which is what the model resolver matches. For input/output/temp it is the content hash, because those assets are fetched by hash rather than staged by name — that is the value LoadImage-style widgets must carry. Clients add the "[output]"/"[temp]" annotation from the asset's own type, so it is never included here. Null when no such value can be derived.
System-managed metadata from download sources (HuggingFace, CivitAI, etc.) - read-only, not user-modifiable
MIME type of the asset
Name of the asset file
ID of the preview asset if available
URL for asset preview/thumbnail
Durable, owner-gated short link to this asset's content (relative /api/s/{id} path). Stable across the underlying signed URL's expiry — resolving it re-mints a fresh signed URL on every request — so it is safe to persist or share into chat, unlike preview_url. Only the minting user can resolve it. Omitted when the short-link surface is disabled or the asset has no resolvable content hash.
Size of the asset in bytes
Tags associated with the asset
Timestamp when the asset was last updated
Custom user metadata for the asset