Skip to main content
Share boards and saved metrics with anyone via a unique URL — no login required. Share links are useful for embedding dashboards in wikis, sending reports to stakeholders, or making specific metrics publicly accessible.

For a board

For a saved metric

Both return:
Only the board/metric owner or an Admin can create share links. Each resource gets one share link at a time — creating a new one replaces the old one.

View a shared resource

Anyone with the link can view the shared content without logging in:
Shared views return the content (title, description, settings/query) without any owner or workspace information.
Returns 404 if no share link exists.
Once revoked, the public URL immediately stops working.

Security

  • Share URLs use a random hash — they can’t be guessed or enumerated
  • Public share endpoints are rate-limited to 60 requests per minute to prevent brute-force scanning
  • Shared views strip owner and workspace information from the response
  • Expired links return 404
  • All share creation and revocation events are audit logged

Permissions

What’s next