---
title: "How do I share run output?"
description: "TL;DR: Generate a shareable link from a completed run so others can view the output without full Studio access. Shared links use a token-based URL (e.g. /s/:token) and optionally allow downloading output files."
canonical_url: "https://docs.ballet.dev/articles/how-do-i-share-run-output-8VcvBxbbHT"
md_url: "https://docs.ballet.dev/articles/how-do-i-share-run-output-8VcvBxbbHT.md"
---
# How do I share run output?

**TL;DR:** Generate a shareable link from a completed run so others can view the output without full Studio access. Shared links use a token-based URL (e.g. `/s/:token`) and optionally allow downloading output files.

## Who this is for

Builders and Members who need to share run results with teammates or stakeholders.

## How do I create a share link?

1. Open a completed run from the playbook's **History** tab or the run detail view.
2. Click **Share output** (or the share icon).
3. Configure options — optionally allow downloading attached files.
4. Copy the generated link and send it to your audience.

## Who can view a shared link?

Anyone with the link can view the run output. Shared links do not require Ballet sign-in. Treat links as semi-public — share only with intended recipients.

## Can I revoke a share link?

Regenerate or disable sharing from the run detail view. Previous links may stop working when sharing is revoked.

## What appears in the shared view?

- Run status and timestamp
- Step outputs and results
- Attached files (if download is enabled)

Logs and internal debugging details may be summarized or hidden depending on configuration.

## Related articles

- [How do I read runs and run history?](/articles/how-do-i-read-runs-and-run-history-WukfYP5du3)
- [How do I run a playbook?](/articles/how-do-i-run-a-playbook-dChtouCzok)
