/vault/api/v1/user/{user_id}/secretsAsk AIget https://example.com/vault/api/v1/user/{user_id}/secretsGet secrets client owns.Path Paramsuser_idstringrequiredUser ID of the user who owns the secretQuery ParamsoffsetintegerDefaults to 0Offset where to start fetching the itemslimitinteger≤ 100Defaults to 100Number of items to returnResponses 200Successful response, returns an array of secrets, returns an empty array if no secrets found 400Bad request 401Unauthorized request, OAuth2 authorization missing or invalid 403Unauthorized request, OAuth2 authorization OK but scope insufficient 500Internal server errorUpdated over 4 years ago