LAWDE Shield · Documentation

Explore query builder

Explore is a structured filter UI over error clusters — not a SQL console. Business and Enterprise can search, sort, save views, and export CSV. Raw SQL is never accepted.

Where to open it

From the sidebar choose Explore, or Settings → Explore. The route is /{workspaceId}/explore. Hobby and Pro see a locked card.

Every filter

ControlWhat it matches
Error name containsCluster title and error class (for example TypeError)
Message containsTitle / sampled message text
EnvironmentExact environment string, such as production
StatusCluster severity: critical, warning, or info
Min occurrencesRecurrence count at or above this number
From / ToLast-seen date range
AppOptional app UUID when you have more than one app

Click Run query after changing filters. Active filters appear as chips you can clear one at a time. Pages return 50 clusters each.

Sorting

  • Last seen (default) — newest activity first when direction is descending.
  • Most frequent — by occurrence count.
  • Direction — descending (highest / newest) or ascending (lowest / oldest).

CSV export

Export CSV is owner-only and uses the same filters as the table. Columns include cluster id, title, app, environment, severity, occurrence count, first seen, and last seen.

Example queries

  1. Production TypeErrors, 10+ occurrences, last 30 days. Error name TypeError, environment production, min occurrences 10, From = 30 days ago, To = today. Sort by most frequent, descending.
  2. Critical production storms. Status critical, environment production, sort by last seen descending.
  3. Quiet warnings that still repeat. Status warning, min occurrences 5, sort by most frequent ascending to find the long tail.

Related: Quickstart · Pricing tiers · Documentation home