Load
GenAssetLoadVersion
Load Asset From GenAsset
Loads the latest asset, a specific asset, or a specific version with image, workflow JSON, and metadata.
Use when
Use it when an edit workflow needs to start from an existing GenAsset asset.
Behavior
- Empty asset id loads the latest asset.
- Asset id loads that asset's current version.
- Version id loads the exact historical version.
Inputs
base_urltokenasset_idversion_idOutputs
imageasset_idversion_idworkflow_jsonmetadata_jsonstatus_jsonNotes
- Prefer exact
version_idwhen reproducibility matters.