Query workshop ยท = view.Organization.Name ?>
Follow the evidence.
Welcome, = view.DisplayName ?>. Write one bounded query, run it on the server, and inspect both the result and its cost.
Typed query
Ask a bounded question
Queries stay out of the URL and access log. The same parser, authorization scope, sensitivity rules, and execution limits used by the API are applied here.
= view.ErrorMessage ?>
} ?> if view.Executed { ?>Authorized result
Query results
- Scanned rows
- = view.Stats.ScannedRows ?>
- Matched rows
- = view.Stats.MatchedRows ?>
- Scanned bytes
- = view.Stats.ScannedBytes ?>
- Execution
- = view.Stats.Duration ?>
Result limit reached. Refine the query or deliberately choose a different bounded limit.
} ?> if view.Stats.Approximate { ?>Approximate result. This answer uses an authorized aggregate projection.
} ?> ~ ResultTable(view.Table) ?>