---
title: "Posthog Projects"
method: GET
path: "/integrations/posthog/projects"
tags: ["posthog"]
---

# Posthog Projects

`GET /integrations/posthog/projects`

Every project this grant can reach, across every organization.

OAuth identifies a person, not a project, and that person may reach several
across several organizations. Until one is chosen the integration is
connected but cannot answer anything.

## Response `200`

Successful Response

- PostHogProjectsResponse
  - `projects` PostHogProject[], required
    - `project_id` string, required
    - `name` string, required
    - `organization_id` string, required
    - `organization_name` string, required
  - `selected_project_id` string, nullable

## Other responses

- `409` — Error

## Changes

- **2026-09-03** `fbb95eac3965` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/getanana/apis/cleon-api/changes/integrations/posthog/projects/get.md)

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getanana/cleon-api/revisions/fbb95eac3965/schema)
