Skip to main content

Generate presigned download URLs for all stored resources of a catalog version. Iterates all ArtifactPackage rows for th

GET 

/api/v1/models/model-versions/:version_id/download-urls

Generate presigned download URLs for all stored resources of a catalog version. Iterates all ArtifactPackage rows for the version, then all ArtifactResource rows with a non-null storage_key. Resources that fail presigning are silently skipped. Returns {source: "catalog", resources: []} when no resources have storage_keys.

Request

Responses

Success