Search returns secrets across the tenant. Can filter by creator, sharing mode, status, time range, etc.
Documentation Index
Fetch the complete documentation index at: https://conductorone-groman-network-requirements-updates.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.
Admin search request - can filter by any user's secrets.
Filter by creator user ID (admin can see all users' secrets)
Include deleted secrets
The pageSize field.
The pageToken field.
Fuzzy search by display name
Filter by secret type (optional)
SECRET_TYPE_UNSPECIFIED, SECRET_TYPE_TEXT, SECRET_TYPE_FILE Filter by sharing mode (optional)
PAPER_VAULT_SHARING_MODE_UNSPECIFIED, PAPER_VAULT_SHARING_MODE_INTERNAL, PAPER_VAULT_SHARING_MODE_EXTERNAL Sort order
SEARCH_SORT_BY_UNSPECIFIED, SEARCH_SORT_BY_CREATED_DESC, SEARCH_SORT_BY_CREATED_ASC, SEARCH_SORT_BY_EXPIRES_ASC, SEARCH_SORT_BY_NAME_ASC Filter by status (optional)
SECRET_STATUS_UNSPECIFIED, SECRET_STATUS_ACTIVE, SECRET_STATUS_EXPIRED, SECRET_STATUS_BURNED, SECRET_STATUS_REVOKED, SECRET_STATUS_DATA_DELETED