Lists skill secret requirements.
Lists the secrets a skill needs and whether they are set for the user. Secret values are never returned.
<Check title="Required Permissions" icon="key">Any authenticated user.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
skillId
The skill ID.
Query parameters
agentId
The optional linked agent through which read access is requested.
Response
OK
id
The secret requirement identifier.
envVarName
The environment variable name the secret is injected as.
description
The description shown to users when providing the secret.
scope
Who must provide the secret value.
isRequired
Whether the secret is required for the skill to work.
hasValue
Whether a value is available for the requesting user.
Errors
401
Unauthorized Error
404
Not Found Error

