---
title: "Get PostHog chart data"
method: GET
path: "/v3/integrations/posthog/chart"
tags: ["PostHog"]
---

# Get PostHog chart data

`GET /v3/integrations/posthog/chart`

Returns PostHog pageview analytics chart data (sessions, users, pageviews) per day.

## Query parameters

- `teamId` string, required
- `days` string
- `startDate` string
- `endDate` string
- `country` string
- `filters` union
  - string
  - string[]

## Response `200`

Default Response

- object
  - `chartData` object[], required
    - `date` string, required
    - `sessions` number, required
    - `users` number, required
    - `pageviews` number, required

## Other responses

- `403` — Default Response
- `500` — Default Response

## Changes

- **2026-09-18** `e0163b1c37cb` — 1 breaking, 1 info
  - api path removed without deprecation
  - endpoint added

[Change history](https://skmtc.dev/snowseo/apis/snowseo-api/changes/v3/integrations/posthog/chart/get.md)

---

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