Skip to main content

Query Sharing

Share queries and notebooks via encrypted links.

Share Query Dialog

Share a Query

  1. Click Share button in toolbar
  2. Copy the generated URL
  3. Send via Slack, email, docs

URL format: https://app.querylab.io/s/{id}#k={key}


Security

Your queries are encrypted directly on your computer before leaving your browser. The encryption key is embedded in the URL fragment (after the # symbol) and never sent to Querylab.io servers. We only store the encrypted data and cannot decrypt or read your SQL.

  • Client-side encryption: Queries encrypted in your browser before transmission
  • Key stays with you: The decryption key only exists in the URL you share
  • Configurable expiration: Choose how long links remain active (default: 7 days)
  • Organization-aware: If you're in an org, shares are restricted to members

What Gets Shared

Shared links include SQL text, tab name, and parameters.


Notebook Sharing

Share entire SQL Notebooks — all cells, variables, and configuration. Recipients can open the notebook and run cells with their own credentials.


Opening Shared Queries

  1. Click the share URL
  2. Query opens in editor
  3. Configure your project/dataset if needed
  4. Run with your credentials