---
title: "Get Campaign Sharing Analytics"
method: GET
path: "/v1/interviews/{interview_id}/sharing/analytics"
tags: ["campaign-sharing"]
---

# Get Campaign Sharing Analytics

`GET /v1/interviews/{interview_id}/sharing/analytics`

## Path parameters

- `interview_id` string, uuid, required

## Response `200`

Successful Response

- CampaignSharingAnalyticsOut
  - `interview_id` string, uuid, required
  - `summary` CampaignSharingAnalyticsSummary, required
    - `recipient_count` integer
    - `recipient_opened_count` integer
    - `total_visits` integer
    - `active_seconds` integer
    - `report_active_seconds` integer
    - `conversations_active_seconds` integer
  - `viewers` CampaignSharingViewerAnalytics[], required
    - `first_opened_at` string, date-time, nullable
    - `last_opened_at` string, date-time, nullable
    - `visit_count` integer
    - `active_seconds` integer
    - `report_active_seconds` integer
    - `conversations_active_seconds` integer
    - `channel` 'recipient' | 'workspace', required
    - `recipient_id` string, uuid, nullable
    - `recipient_email` string, nullable
    - `viewer_user_id` string, nullable
    - `viewer_name` string, nullable
    - `viewer_email` string, nullable
    - `access_level` string, nullable
    - `status` string, nullable
  - `public_link` CampaignSharingAnalyticsMetrics, required
    - `first_opened_at` string, date-time, nullable
    - `last_opened_at` string, date-time, nullable
    - `visit_count` integer
    - `active_seconds` integer
    - `report_active_seconds` integer
    - `conversations_active_seconds` integer

## Other responses

- `422` — Validation Error

---

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