Serverless Containers

Get secrets

get/v1/secrets

Response

A list of secrets

namestring required

Name of the secret

created_atstring required

The date when the secret was created

secret_type'generic' | 'file-secret' required

Type of the secret

Example response

[
  {
    "name": "api-token",
    "created_at": "2020-08-12T12:00:00.000Z",
    "secret_type": "generic"
  }
]

Changes

No recorded changes to this endpoint across all 10 revisions of this API.