Skip to main content
GET
/
ociartifacts
{
  "results": [
    {
      "created_by": "<string>",
      "created_on": "2023-11-07T05:31:56Z",
      "digest": "<string>",
      "last_modified_by": "<string>",
      "last_modified_on": "2023-11-07T05:31:56Z",
      "media_type": "<string>",
      "package_releases": [
        "<string>"
      ],
      "project_releases": [
        "<string>"
      ],
      "size_bytes": 123,
      "tags": [
        "<string>"
      ],
      "$schema": "<string>",
      "architecture": "<string>"
    }
  ],
  "$schema": "<string>",
  "pagination": {
    "continue": "<string>"
  }
}

Query Parameters

continue
string

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

n
integer<int64>

Number of records to show per page of results. Number of records to show per page of results.

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

Record filter. Record filter.

Response

OK

results
object[] | null
required
$schema
string<uri>

A URL to the JSON Schema for this object.

pagination
object