List workspace secrets
Every secret in the workspace, by name. No values, ever.
spec.value comes back "". This lists what secrets exist and their names, so you can check that a ${NAME} your adapter references is stored.
limit, cursor, and prefix (name starts-with) are the controls, no free-text query here. Pair the list with a tool set’s adapter headers to audit that every ${NAME} it uses has a matching secret before a sync fails on a missing one.
Related
Create a workspace secret
Get a workspace secret
lastUsedAt.Store and use secrets
${NAME} resolves.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The workspace whose secrets will be listed.
"workspace_01HXKD2E5NQM3T9AYWCF133E3Q"
Query Parameters
Maximum number of results to return
Pagination cursor from previous response
Filter expression (query param: prefix)
Free-form search query
Filters by metadata labels. Comma-separated key=value pairs, e.g. "env=prod,team=ai". A resource matches only if every pair matches exactly (AND semantics).
Sort order for results (asc or desc by creation time)
When set to true you may use more of your alloted API rate-limit