glean-cli-insights

Installation
SKILL.md

glean insights

PREREQUISITE: Read ../glean-cli/SKILL.md for auth, global flags, and security rules.

Retrieve Glean usage insights. Subcommands: get.

glean insights <subcommand> [flags]

Subcommands

Subcommand Description
get Get analytics data

Flags

Flag Type Default Description
--dry-run boolean false
--json string JSON request body (required) (required)
--output json | ndjson | text json

Examples

glean insights get --json '{"insightTypes":["SEARCH"]}' | jq .

Discovering Commands

# Show machine-readable schema for this command
glean schema insights

# List all available commands
glean schema | jq '.commands'
Related skills
Installs
20
GitHub Stars
46
First Seen
Apr 8, 2026