list-items
View and filter error tracking items in Rollbar projects by status, severity, environment, or search query to monitor and diagnose issues.
Instructions
List all items in the Rollbar project with optional search and filtering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter by item status (e.g., 'active', 'resolved', 'muted') (default: 'active') | active |
| level | No | Filter by severity levels (e.g., ['error', 'critical', 'warning']) | |
| environment | No | Filter by environment (e.g., 'production', 'staging') (default: 'production') | production |
| page | No | Page number for pagination (default: 1) | |
| limit | No | Number of items per page (default: 20, max: 5000) | |
| query | No | Search query to filter items by title or content | |
| project | No | Project name (optional when only one project is configured) |