v51

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-08-01131107332.8 KB
Artifacts

Get artifact by global ID

Gets the content for an artifact version in the registry using its globally unique identifier.

This operation may fail for one of the following reasons:

  • No artifact version with this globalId exists (HTTP error 404)
  • A server error occurred (HTTP error 500)
get/ids/globalIds/{globalId}

Query parameters

references'PRESERVE' | 'DEREFERENCE' | 'REWRITE'

How to handle references when retrieving content. References can either be left unchanged (PRESERVE), re-written so they are valid in the context of the registry (REWRITE), or fully dereferenced such that all externally referenced content is internalized (DEREFERENCE).

Allows the user to specify how references in the content should be treated.

returnArtifactTypeboolean

When set to true, the HTTP response will include a header named X-Registry-ArtifactType that contains the type of the artifact being returned.

Response

The content of one version of one artifact.

All 131 operations