Skip to main content
GET
List workspace secrets

Authorizations

Authorization
string
header
required

Workspace API key (wk_). GET endpoints require the Workspace read API scope, POST endpoints the Workspace write API scope.

Response

Success. Empty result sets are also 200.

id
string
required
name
string
required
type
string
required

Secret type, e.g. http, gcp, salesforce.

sanitizedSecret
string
required

Masked display value. The real value never leaves the platform.

fields
object[]
required
addedAt
string
required

ISO 8601 timestamp.

addedBy
string
required

User id.

updatedAt
string
required

ISO 8601 timestamp.

updatedBy
string
required

User id.

description
string
allAgents
boolean

True means every agent in the workspace may use the secret.

agentIds
string[]

Agents granted use, in addition to the teams in groupIds.

adminUserIds
string[]

Empty or absent means every member may administer it.

groupIds
string[]

Teams whose agents are granted use.

disabled
boolean
meta
object
{key}
any