---
title: "Get a sharable link for the campaign's results page"
method: GET
path: "/campaigns/{campaign_id}/results/share"
tags: ["Campaigns"]
---

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

`GET /campaigns/{campaign_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

- `campaign_id` integer, required

## Response `200`

Return a sharable link for the campaign's results page

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

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.dev/optimizely/apis/optimizely-api.md) · [All operations](https://skmtc.dev/optimizely/apis/optimizely-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/optimizely/optimizely-api/revisions/5151fe6a2297/schema)
