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

# List all profiles

`GET /cdp/{connection_id}/profile`

## Path parameters

- `connection_id` string, required

## Query parameters

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

## Response `200`

Successful

- CdpProfile[]
  - `id` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `name` string
  - `first_name` string
  - `last_name` string
  - `email` string
  - `telephone` string
  - `gender` 'MALE' | 'FEMALE' | 'INTERSEX' | 'TRANS' | 'NON_BINARY'
  - `birthdate` string
  - `title` string
  - `company` string
  - `address` PropertyCdpProfileAddress — The address of the profile
    - `address1` string
    - `address2` string
    - `city` string
    - `region` string
    - `region_code` string
    - `postal_code` string
    - `country` string
    - `country_code` string
  - `identifiers` CdpIdentifier[] — The typed identifiers stitched to this profile
    - `type` 'EMAIL' | 'USER_ID' | 'ANONYMOUS_ID' | 'DEVICE_ID' | 'PHONE' | 'CRM_ID' | 'LOYALTY_ID' | 'OTHER'
    - `value` string, required
    - `is_primary` boolean
    - `encoding` string
    - `source` string
  - `metadata` CdpMetadata[] — The traits/attributes of the profile
    - `id` string
    - `slug` string
    - `value` union
      - object
      - string
      - number
      - boolean
      - union[]
        - union
          - object
          - string
          - number
          - boolean
    - `namespace` string
    - `format` 'TEXT' | 'NUMBER' | 'DATE' | 'BOOLEAN' | 'ARRAY' | 'OBJECT'
    - `extra_data` union
      - object
      - string
      - number
      - boolean
      - union[]
        - union
          - object
          - string
          - number
          - boolean
  - `segments` CdpProfileSegment[] — The segments/audiences this profile currently belongs to
    - `segment_id` string
    - `name` string
    - `joined_at` string, date-time
    - `expires_at` string, date-time
  - `is_anonymous` boolean
  - `consent` CdpConsent[] — The consent/privacy preferences of the profile
    - `purpose` string
    - `status` 'GRANTED' | 'DENIED' | 'PENDING'
    - `updated_at` string, date-time
  - `source_id` string
  - `raw` object

---

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