get_persons
Retrieve person profiles from PostHog by distinct ID or search, with paginated results including properties.
Instructions
Look up person profiles in PostHog. Can search by distinct ID or return a paginated list of persons with their properties.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of persons to return (1–100, default 20) | |
| search | No | Search persons by email, name, or other identifying property | |
| distinct_id | No | Look up a specific person by their distinct ID (e.g. user ID or anonymous ID) |