Notifications & Audit
Read platform notifications and query the audit log from the trickest CLI.
On this page6
trickest notifications
Platform events (run finished, schedule triggered, etc.) surface as notifications.
| Subcommand | Description |
|---|---|
notifications ls | List notifications |
notifications read [id] | Mark one or all as read |
notifications rm [id] | Delete one or all |
notifications config | Manage notification preferences |
notifications ls
trickest notifications ls
trickest notifications ls --unread[{"id":"4fb0bc27","message":"","read":"no","created":"2026-06-03T20:39:51Z"}]| Flag | Description |
|---|---|
--unread | Only unread notifications |
notifications read / rm
trickest notifications read <id>
trickest notifications read --all
trickest notifications rm <id>
trickest notifications rm --alltrickest audit
Every significant platform action — including CLI reads — is recorded in the audit log.
| Subcommand | Description |
|---|---|
audit ls | List audit entries |
audit get <id> | Full entry details |
audit ls
trickest audit ls
trickest audit ls --since 7d --limit 20
trickest audit ls --action space-list --user 8[{"id":"0733dfb3-…","timestamp":"2026-06-03T20:54:24+00:00","actor":"you@org.com","event":"space-list","resource":"-","resource_id":""}]| Flag | Description |
|---|---|
--user <user-id> | Filter by user |
--action <action> | Filter by action type (e.g. space-list, auth) |
--resource <type> | Filter by resource type |
--since <duration-or-date> | From date (7d, 24h, or ISO 8601) |
--until <duration-or-date> | To date |
--limit <n> | Max entries (default 50) |