Skip to main content
GET
JavaScript
The secrets scoped to one tool set, the ones only its tools resolve. Values are redacted on every row.
These are the tool-set-scoped overrides, separate from the workspace secrets any tool set can read. Use this to see which ${NAME} references this tool set resolves differently from the workspace default. limit and cursor page the list; there is no prefix or query filter here.

Create a tool set secret

Add one to this tool set.

List workspace secrets

The workspace-wide secrets these override.

Store and use secrets

Where tool set secrets sit in the precedence.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspaceId
string
required

The workspace that owns the tool set.

Example:

"workspace_01HXKD2E5NQM3T9AYWCF133E3Q"

toolSetId
string
required

The tool set whose secrets will be listed. Accepts the canonical ts_… form or the external_id: form.

Example:

"toolset_01HXKD2E5NQM3T9AYWCFNRMN74"

Query Parameters

limit
integer<int32>

Maximum number of results to return

cursor
string

Pagination cursor from previous response

prefix
string

Filter expression (query param: prefix)

query
string

Free-form search query

sortOrder
string

Sort order for results (asc or desc by creation time)

includeInfo
boolean

When set to true you may use more of your alloted API rate-limit

Response

OK

items
object[]
pagination
object

Page carries cursor-based pagination state. There is no total: the cursor walks the result set without ever counting it, and a count would cost a second query on every list.