---
title: "Retrieve an insight"
method: GET
path: "/social/{connection_id}/insight/{id}"
tags: ["social", "insight"]
---

# Retrieve an insight

`GET /social/{connection_id}/insight/{id}`

## Path parameters

- `connection_id` string, required
- `id` string, required

## Query parameters

- `fields` string[]
- `raw` string

## Response `200`

Successful

- SocialInsight
  - `id` string
  - `created_at` string, date-time
  - `profile_id` string
  - `post_id` string
  - `date` string, date-time
  - `period` 'DAY' | 'WEEK' | 'MONTH' | 'LIFETIME' | 'TOTAL' | 'OTHER'
  - `metric` 'FOLLOWERS' | 'FOLLOWING' | 'POSTS' | 'IMPRESSIONS' | 'REACH' | 'ENGAGEMENT' | 'PROFILE_VIEWS' | 'CLICKS' | 'VIDEO_VIEWS' | 'LIKES' | 'COMMENTS' | 'SHARES' | 'SAVES' | 'OTHER'
  - `value` number
  - `raw` object

## Changes

- **2026-08-24** `1fbb53b88365` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/unified/apis/unified-to-api/changes/social/:connection_id/insight/:id/get.md)

---

[API](https://skmtc.dev/unified/apis/unified-to-api.md) · [All operations](https://skmtc.dev/unified/apis/unified-to-api/llms.txt) · [OpenAPI document](https://skmtc.dev/unified/apis/unified-to-api/revisions/ce0cfee83c14?raw)
