List secret groups
Secret Groups
List secret groups
List secret groups the caller has access to, along with associated secrets for each group. Secret values are not included in the response.
GET
List secret groups
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Number of items per page
Required range:
1 <= x <= 1000Example:
10
Number of items to skip
Required range:
x >= 0Example:
0
Fqn of secret group.
Search query - filters by secret group names that contain the search string
Comma-separated list of attributes to return (e.g. id,name). When provided, only the specified fields are fetched. id is always included.