Skip to main content
GET
/
services
/
{serviceId}
/
secrets
Get service secrets presence
curl --request GET \
  --url http://localhost:9371/services/{serviceId}/secrets
{
  "present": [
    "<string>"
  ]
}

Path Parameters

serviceId
string
required

Service identifier matching the installed manifest id.

Minimum string length: 1

Response

List of secrets paths with values present.

Indicates which secrets paths have values present (non-empty).

present
string[]
required

Secrets paths that currently have values set.

Last modified on July 1, 2026