skills/cli/umbraco-logs/SKILL.md
Log and diagnostics operations
npx skillsauth add albanist/umbraco_cli umbraco-logsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
PREREQUISITE: Read
../umbraco-shared/SKILL.mdfor auth, global flags, and security rules.
umbraco logs <command> [flags]
| Command | Description |
|---------|-------------|
| logs level-count | Get count per level |
| logs list | List log entries |
| logs search | Search logs |
| logs templates | List paginated log message templates |
umbraco logs level-count
| Flag | Type | Default | Description |
|------|------|---------|-------------|
| --from | string | — | Start date (ISO) |
| --params | string | — | Filter params as JSON |
| --to | string | — | End date (ISO) |
umbraco logs list
| Flag | Type | Default | Description |
|------|------|---------|-------------|
| --filter-expression | string | — | Serilog filter expression |
| --from | string | — | Start date (ISO) |
| --level | string | — | Log level |
| --params | string | — | Filter params as JSON (accepted keys: startDate,endDate,skip,take,filterExpression,logLevel) |
| --skip | int | -1 | Skip count |
| --take | int | -1 | Take count |
| --to | string | — | End date (ISO) |
umbraco logs search
| Flag | Type | Default | Description |
|------|------|---------|-------------|
| --filter-expression | string | — | Serilog filter expression |
| --from | string | — | Start date (ISO) |
| --level | string | — | Log level |
| --params | string | — | Search params as JSON (accepted keys: startDate,endDate,skip,take,filterExpression,logLevel) |
| --skip | int | -1 | Skip count |
| --take | int | -1 | Take count |
| --to | string | — | End date (ISO) |
umbraco logs templates
| Flag | Type | Default | Description |
|------|------|---------|-------------|
| --from | string | — | Start date (ISO) |
| --skip | int | -1 | Skip count |
| --take | int | -1 | Take count |
| --to | string | — | End date (ISO) |
# Browse subcommands
umbraco logs --help
# Inspect a specific endpoint schema
umbraco schema logs.<method>
tools
Umbraco Automate operations (event-driven workflow automation)
development
Webhook management (the Management API's outbound event notifications)
development
Backoffice user management (accounts, state, groups, API credentials)
tools
Backoffice user group management (permission sets)