---
title: "Get a sharable link for the experiment's results page"
method: GET
path: "/experiments/{experiment_id}/results/share"
tags: ["Experiments"]
---

# Get a sharable link for the experiment's results page

`GET /experiments/{experiment_id}/results/share`

This link allows read-only access for anyone to view the results, even if they don't have an Optimizely account. Because anyone can use the link, be careful where you share it.

## Path parameters

- `experiment_id` integer, required

## Response `200`

Return sharable link for the experiment's results page

- ResultsShareLink
  - `url` string, url — The share link for the results of this Campaign

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.net/optimizely/apis/optimizely-api.md) · [All operations](https://skmtc.net/optimizely/apis/optimizely-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/optimizely/optimizely-api/versions/35d56dc0d1b9/schema)
