# Rollbar Error tracking on Rollbar — item triage (list, get, resolve/mute/reopen/assign), occurrence drill-down, version-scoped items, and the top-active-items report. Run these through `omni-cli` once a human has connected the platform (`omni-cli rollbar login`). Full parameter and output schemas come from `omni-cli discovery rollbar`. ## items | Command | What it does | Kind | |---|---|---| | `omni-cli rollbar item get` | Get one item's full detail by its internal id. | read | | `omni-cli rollbar item get-by-counter` | Get an item by the per-project counter shown in the Rollbar UI and item URLs. | read | | `omni-cli rollbar item list` | List items (grouped errors/messages) filtered by status, level, environment, or assignee. | read | | `omni-cli rollbar item list-by-version` | List items with occurrences in a specific code version (post-deploy monitoring for a release). | read | | `omni-cli rollbar item update` | Triage an item — resolve, mute, reopen (status active), assign, retitle, set level, mark the resolved-in version, or snooze. Only submitted fields change. | write | ## occurrences | Command | What it does | Kind | |---|---|---| | `omni-cli rollbar item list-occurrences` | List the raw occurrences (log/error events) of one item, newest first. | read | | `omni-cli rollbar occurrence get` | Get one occurrence including its full data payload (message or stack trace, request, server, person). | read | | `omni-cli rollbar occurrence list` | List all occurrences (raw log/error events) in the project, newest first. | read | ## reports | Command | What it does | Kind | |---|---|---| | `omni-cli rollbar report top-active` | Top active items ranked by severity then 24h occurrence count, each with hourly counts. | read |