v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
Container as a Service

List pull secrets

List all pull secrets in the specified project and region.

get/cloud/v1/caas/secrets/{project_id}/{region_id}

Path parameters

project_idinteger required

Project id

Example:1

Project id

region_idinteger required

Region id

Example:1

Region id

Query parameters

limitinteger

Optional. Limit the number of returned items

Example:1000

Optional. Limit the number of returned items

offsetinteger

Optional. Offset value is used to exclude the first set of records from the result

Optional. Offset value is used to exclude the first set of records from the result

Response

OK

countinteger required

Number of objects

Example response

{
  "count": 1,
  "results": [
    {
      "login": "login",
      "name": "my-secret",
      "registry": "some.registry.com",
      "updated_at": "2021-01-01T00:00:00Z"
    }
  ]
}