/vault/api/v1/search/secretsAsk AIpost https://example.com/vault/api/v1/search/secretsSearch for the user-specific secretsQuery ParamsoffsetintegerDefaults to 0Offset where to start fetching the itemslimitinteger≤ 100Defaults to 100Number of items to returnsortkeystringDefaults to nameSort object by name, updated, or created.sortdirstringenumDefaults to ASCSort direction asc or descASCDESCAllowed:ASCDESCBody ParamskeywordsstringComma or space-separated strings to search in secrets' names. The leading and trailing wildcards for the keywords are implicit.owner_idarray of stringsList of users IDs that owns secrets.owner_idADD stringfilterstringenumDefines what type of secrets to search forpersonalsharedreadblewritableempty stringAllowed:personalsharedreadblewritableempty stringResponses 200Search successful, return matching secrets without secret data 400Bad request 401Unauthorized request, OAuth2 authorization missing or invalid 403Unauthorized request, OAuth2 authorization OK but scope insufficient 404Resource not found 500Internal server errorUpdated over 4 years ago