Artifacts
Operations related to artifacts management.
📄️ Upload Artifact
Upload raw artifact content for a package; returns the created version hash.
📄️ List Artifact Namespaces
Retrieve a paginated list of artifact namespaces.
📄️ List Artifacts in Namespace
Retrieve a paginated list of artifacts for a namespace.
📄️ List Artifact Versions
Retrieve a paginated list of versions for an artifact.
📄️ Retrieve Artifact Metadata by Tag
Retrieve metadata for a specific artifact version by tag.
📄️ Patch Artifact Metadata by Tag
Patch artifact metadata for the referenced version. Only tags can be patched; provided fields are merged.
📄️ Delete Artifact by Tag
Delete the artifact version referenced by tag.
📄️ Retrieve Artifact Metadata by Hash
Retrieve metadata for a specific artifact version by hash.
📄️ Patch Artifact Metadata by Hash
Patch artifact metadata for the referenced version. Only tags can be patched; provided fields are merged.
📄️ Delete Artifact by Hash
Delete the artifact version referenced by hash.
📄️ Download Artifact by Tag
Download raw artifact content for a version referenced by tag.
📄️ Download Artifact by Hash
Download raw artifact content for a version referenced by hash.