Find a specific error
The issue list is built for narrowing down fast. Combine any of these - they stack with AND.
Search by text
Type in the search box (or add q=) to match across the title, message,
exception class, source path, and channel:
?api=errors&q=timeout
Filter
| Filter | Example | Finds |
|---|---|---|
| Severity | severity=ERROR | Only that level |
| Status | status=open | Open / in-progress / fixed / won't-fix / reoccurred |
| Type | log_type=nginx_access | Laravel, Horizon, nginx_access, console, manual |
| Source | source=billing | A channel or archived file path |
| Module | module=billing | One module (id, slug, or name) |
| Date | date=2026-07-21 | Issues with an occurrence that day |
| Tag | tag=webhook | Issues carrying a tag |
| Has stack | has_stack=true | Only issues with a parsed stack trace |
Sort and page
sort=occurrences (most frequent), newest, or oldest; then page and
limit.
Example - the day's most frequent errors:
?api=errors&date=2026-07-21&severity=ERROR&sort=occurrences