Skip to main content
GET
https://ageneral.ai
/
v1
/
nodes
/
{node_id}
/
secrets
List node secrets
curl --request GET \
  --url https://ageneral.ai/v1/nodes/{node_id}/secrets \
  --header 'Authorization: Bearer <token>'
{
  "names": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Session JWT or node identity token where applicable. Send as Authorization: Bearer <token>.

Path Parameters

node_id
string
required

Response

Success

names
string[]