get_posthog_insight_details
Retrieve detailed information about a specific PostHog insight by providing project and insight IDs.
Instructions
Get details for a specific PostHog insight.
Args: project_id: The ID of the project as an integer (e.g. 99423) insight_id: The ID of the insight as an integer (e.g. 12345)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| insight_id | Yes |