GET
/
api
/
v1
/
clusters
/
{cluster_id}
/
manifests
{
  "manifests": [
    {
      "name": "<string>",
      "manifest_base64": "<string>",
      "state": "planned",
      "delete_permanently": true,
      "created_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Headers

authorization
string | null

Path Parameters

cluster_id
string
required

Response

200
application/json

Successful Response

The response is of type object.