---
title: "Get Profile Sessions"
method: GET
path: "/profiles/profile/{profile_id}/sessions"
---

# Get Profile Sessions

`GET /profiles/profile/{profile_id}/sessions`

## Path parameters

- `profile_id` integer, required

## Query parameters

- `limit` integer
- `page` integer
- `min_timestamp` string, date-time, nullable
- `max_timestamp` string, date-time, nullable
- `query_timestamp` number, nullable

## Headers

- `Authorization` string, nullable
- `X-User-Id` string, nullable

## Cookies

- `session_id` string, nullable

## Response `200`

Successful Response

- ProfileSessionsResponseSchema
  - `sessions` ProfileEventSessionSchema[], required
    - `browser_info` ProfileEventBrowserInfoSchema
      - `$browser` string
      - `$device` string
      - `$device_brand` string
      - `$device_model` string
      - `$device_type` string
      - `$os` string
      - `$user_agent` string
    - `conversions` ProfileEventSessionConversionSchema[], required
      - `total_price` number, required
      - `currency` string, required
    - `event_names` string[], required
    - `first_timestamp` string, date-time, nullable
    - `session_duration` integer, required
    - `session_id` string, required
    - `session_properties` ProfileEventSessionPropertiesSchema
      - `utm_source` string, nullable
      - `utm_medium` string, nullable
      - `utm_campaign` string, nullable
      - `utm_content` string, nullable
      - `utm_term` string, nullable
      - `cvg_source` string, nullable
      - `cvg_adid` string, nullable
      - `cvg_cid` string, nullable
      - `first_timestamp` string, date-time, nullable
      - `landing_url` string
      - `referrer` string
    - `stitchable_session` object, nullable
    - `channel` string, nullable
    - `channel_group` string, nullable
    - `ad_id` string, nullable
    - `ad_name` string, nullable
    - `adset_id` string, nullable
    - `adset_name` string, nullable
    - `campaign_id` string, nullable
    - `campaign_name` string, nullable
  - `query_timestamp` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/runconverge/apis/fastapi.md) · [All operations](https://skmtc.dev/runconverge/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/runconverge/fastapi/revisions/1452e350bd1d/schema)
