List cloud management keys
List all cloud management keys for the account.
Management keys grant access to the Qdrant Cloud API and are used to authenticate CLI and API requests. Each key is identified by its ID and a prefix — the prefix represents the first bytes of the key value and is safe to display.
qcloud iam key list [flags]
# List all management keys for the account
qcloud iam key list
# Output as JSON
qcloud iam key list --json
-h, --help help for list
--no-headers Do not print column headers
--account-id string Qdrant Cloud Account ID (env: QDRANT_CLOUD_ACCOUNT_ID)
--api-key string Management API Key (env: QDRANT_CLOUD_API_KEY)
-c, --config string Config file path (env: QDRANT_CLOUD_CONFIG, default ~/.config/qcloud/config.yaml)
--context string Override the active context (env: QDRANT_CLOUD_CONTEXT)
--debug Enable debug logging to stderr
--endpoint string gRPC API endpoint (env: QDRANT_CLOUD_ENDPOINT, default grpc.cloud.qdrant.io:443)
--json Output as JSON
- qcloud iam key - Manage cloud management keys