---
title: "List all profiles"
method: GET
path: "/social/{connection_id}/profile"
tags: ["social", "profile"]
---

# List all profiles

`GET /social/{connection_id}/profile`

## Path parameters

- `connection_id` string, required

## Query parameters

- `limit` number
- `offset` number
- `updated_gte` string
- `sort` string
- `order` string
- `query` string
- `parent_id` string
- `fields` string[]
- `raw` string

## Response `200`

Successful

- SocialProfile[]
  - `id` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `name` string
  - `username` string
  - `parent_id` string
  - `description` string
  - `url` string
  - `website_url` string
  - `avatar_url` string
  - `phone` string
  - `location` string
  - `address` PropertySocialProfileAddress — Structured postal address
    - `address1` string
    - `address2` string
    - `city` string
    - `region` string
    - `postal_code` string
    - `country` string
  - `category` string
  - `is_verified` boolean
  - `is_private` boolean
  - `metrics` PropertySocialProfileMetrics — Audience metrics for the profile
    - `follower_count` number
    - `following_count` number
    - `post_count` 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/profile/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/e0a7ff925921?raw)
