settings

Get secret metadata

[cloud-only] Returns metadata for a specific secret. Does not return the plaintext secret value.

get/api/secrets/{id}

Path parameters

idstring uuid required

The secret ID.

Response

Secret metadata

idstring uuid required

Unique identifier for the secret

namestring required

User-provided label for the secret

providerstring

Provider identifier (e.g., huggingface, civitai)

last_used_atstring date-time

When the secret was last used for decryption

created_atstring date-time required

When the secret was created

updated_atstring date-time required

When the secret was last updated

Changes