You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/docs/content/docs/en/tools/posthog.mdx
-24Lines changed: 0 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,30 +79,6 @@ Capture multiple events at once in PostHog. Use this for bulk event ingestion to
79
79
|`status`| string | Status message indicating whether the batch was captured successfully |
80
80
|`eventsProcessed`| number | Number of events processed in the batch |
81
81
82
-
### `posthog_list_events`
83
-
84
-
List events in PostHog. Note: This endpoint is deprecated but kept for backwards compatibility. For production use, prefer the Query endpoint with HogQL.
85
-
86
-
#### Input
87
-
88
-
| Parameter | Type | Required | Description |
89
-
| --------- | ---- | -------- | ----------- |
90
-
|`personalApiKey`| string | Yes | PostHog Personal API Key \(for authenticated API access\)|
91
-
|`region`| string | No | PostHog region: us \(default\) or eu |
92
-
|`projectId`| string | Yes | PostHog Project ID |
93
-
|`limit`| number | No | Number of events to return \(default: 100, max: 100\)|
94
-
|`offset`| number | No | Number of events to skip for pagination |
95
-
|`event`| string | No | Filter by specific event name |
96
-
|`distinctId`| string | No | Filter by specific distinct_id |
97
-
|`before`| string | No | ISO 8601 timestamp - only return events before this time |
98
-
|`after`| string | No | ISO 8601 timestamp - only return events after this time |
99
-
100
-
#### Output
101
-
102
-
| Parameter | Type | Description |
103
-
| --------- | ---- | ----------- |
104
-
|`events`| array | List of events with their properties and metadata |
105
-
106
82
### `posthog_list_persons`
107
83
108
84
List persons (users) in PostHog. Returns user profiles with their properties and distinct IDs.
0 commit comments