v49

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01151216390.1 KB
secrets

Get a Secret.

Retrieve a Secret by name. The secret value is not included for security.

get/v1/secrets/{name}

Path parameters

namestring required

The name of the Secret to retrieve.

Response

Successfully retrieved the Secret. Value is omitted for security.

idstring required

The unique identifier of the Secret.

namestring required

The globally unique name of the Secret. Used as the environment variable name in Devboxes.

create_time_msinteger required

Creation time of the Secret (Unix timestamp in milliseconds).

update_time_msinteger required

Last update time of the Secret (Unix timestamp in milliseconds).