GET
/
ociartifacts
{
  "$schema": "https://example.com/schemas/ListOCIArtifactsOutputBody.json",
  "pagination": {
    "continue": "<string>"
  },
  "results": [
    {
      "$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>"
      ]
    }
  ]
}

Query Parameters

continue
string

Continuation token value (used when retrieving the next page of results).

n
integer

Number of records to show per page of results.

Required range: 0 <= x <= 100
filter
string

Record filter.

Response

200
application/json

OK

The response is of type object.