GET
/
ociartifacts
/
{artifact}
/
{
  "$schema": "https://example.com/schemas/OCIArtifact.json",
  "architecture": "amd64",
  "created_by": "<string>",
  "created_on": "2023-11-07T05:31:56Z",
  "digest": "ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015ad",
  "last_modified_by": "<string>",
  "last_modified_on": "2023-11-07T05:31:56Z",
  "media_type": "application/vnd.docker.distribution.manifest.v2+json",
  "package_releases": [
    "<string>"
  ],
  "project_releases": [
    "<string>"
  ],
  "size_bytes": 1276217,
  "tags": [
    "<string>"
  ]
}

Response

200
application/json

OK

The response is of type object.