Skip to main content

Queries Overview

The Queries view is the home screen of a group. It lists every saved query and is the starting point for almost everything you do in Kvery — creating, running, sharing, scheduling, and organising your SQL.

The queries list

Each query in the list shows useful at-a-glance information, including its name, tags, and usage stats such as how many times it has run and its average runtime. You can:

  • Search across your queries by name.
  • Filter by tag to focus on a related set.
  • Open a query to run it, or jump straight into the editor to change its SQL.

What you can do from here

ActionPage
Create a new queryCreating a query
Run a query and use its formRunning a query
Stage changes safelyDrafts
Compare versions and roll backHistory and rollback
Share by link or publish as APISharing
Duplicate a queryCloning
Run on a schedule and email resultsScheduling
Upload data into a queryImporting data
Remove a queryDeleting

Internal notes

Every query can carry an internal note — free-form text visible only to group members. Use it to document what the query does, who owns it, or any caveats. The note never appears in shared or API responses.

Query metadata

Alongside the SQL, a saved query keeps a name, tags, an internal note, its result layout, an optional share hash, any schedules, and its version history. The following pages cover each of these in turn.