provider persons GET /api/environments/{environment_id}/persons/cohorts/
@utdk/posthog /api/environments/{environment_id}/persons/cohorts/
environments_persons_cohorts_retrieve
This endpoint is meant for reading and deleting persons. To create or update persons, we recommend using the [capture API](https://posthog.com/docs/api/capture), the `$set` and `$unset` [properties](https://posthog.com/docs/product-analytics/user-properties), or one of our SDKs.
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string
format query
enum: csv, json
person_id query required
The person ID or UUID to get cohorts for.
string

Try it

Authentication
Configure credentials for PostHog API
environmentsPersonsCohortsRetrieve
GET/api/environments/{environment_id}/persons/cohorts/
This endpoint is meant for reading and deleting persons. To create or update persons, we recommend using the [capture API](https://posthog.com/docs/api/capture), the `$set` and `$unset` [properties](https://posthog.com/docs/product-analytics/user-properties), or one of our SDKs.

Parameters

required

Deprecated. Use /api/projects/{project_id}/ instead.

required

The person ID or UUID to get cohorts for.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import posthog from '@utdk/posthog';

await posthog.environmentsPersonsCohortsRetrieve()