GET
/
packages
{
  "$schema": "https://example.com/schemas/ListPackagesOutputBody.json",
  "pagination": {
    "continue": "<string>"
  },
  "results": [
    {
      "$schema": "https://example.com/schemas/Package.json",
      "aliases": [
        "helm-prom"
      ],
      "created_by": "<string>",
      "created_on": "2023-11-07T05:31:56Z",
      "description": "<string>",
      "id": "pkg_cec05b17-80d8-498f-8a38-fc8392604a5a",
      "last_modified_by": "<string>",
      "last_modified_on": "2023-11-07T05:31:56Z",
      "system": "helm",
      "title": "Prometheus Helm Chart",
      "versioning": {
        "release_cycle": "regular",
        "release_interval_days": 1,
        "scheme": "semantic",
        "support_model": "rolling"
      }
    }
  ]
}

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.