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

Authorizations

Authorization
string
header
required

Session JWT from Ageneral sign-in. Send as Authorization: Bearer <token>.

Path Parameters

agent_id
string
required

Response

Success

names
string[]