analytics
PostHog MCP, CLI, and Lua Integration for AI Agents
PostHog integration docs for AI agents: MCP gateway setup, PostHog CLI commands, Lua API reference, credentials, and function schemas.PostHog for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
posthog.posthog_capture_event | Write write | 6 | Send one analytics event through the PostHog capture API. |
posthog.posthog_codeinvitescheckaccessretrieve | Read read | 0 | Check access |
posthog.posthog_codeinvitesredeemcreate | Write write | 0 | Redeem invite code |
posthog.posthog_environmentsalertslist | Read read | 0 | Environmentsalertslist |
posthog.posthog_environmentsalertscreate | Write write | 0 | Environmentsalertscreate |
posthog.posthog_environmentsalertsretrieve | Read read | 0 | Environmentsalertsretrieve |
posthog.posthog_environmentsalertsupdate | Write write | 0 | Environmentsalertsupdate |
posthog.posthog_environmentsalertspartialupdate | Write write | 0 | Environmentsalertspartialupdate |
posthog.posthog_environmentsalertsdestroy | Write write | 0 | Environmentsalertsdestroy |
posthog.posthog_environmentsalertssimulatecreate | Write write | 0 | Simulate a detector on an insight's historical data. Read-only - no AlertCheck records are created. |
posthog.posthog_environmentsbatchexportslist | Read read | 0 | Environmentsbatchexportslist |
posthog.posthog_environmentsbatchexportscreate | Write write | 0 | Environmentsbatchexportscreate |
posthog.posthog_environmentsbatchexportsbackfillslist | Read read | 0 | ViewSet for BatchExportBackfill models. Allows creating and reading backfills, but not updating or deleting them. |
posthog.posthog_environmentsbatchexportsbackfillscreate | Write write | 0 | Create a new backfill for a BatchExport. |
posthog.posthog_environmentsbatchexportsbackfillsretrieve | Read read | 0 | ViewSet for BatchExportBackfill models. Allows creating and reading backfills, but not updating or deleting them. |
posthog.posthog_environmentsbatchexportsbackfillscancelcreate | Write write | 0 | Cancel a batch export backfill. |
posthog.posthog_environmentsbatchexportsrunslist | Read read | 0 | Environmentsbatchexportsrunslist |
posthog.posthog_environmentsbatchexportsrunsretrieve | Read read | 0 | Environmentsbatchexportsrunsretrieve |
posthog.posthog_environmentsbatchexportsrunscancelcreate | Write write | 0 | Cancel a batch export run. |
posthog.posthog_environmentsbatchexportsrunslogsretrieve | Read read | 0 | Environmentsbatchexportsrunslogsretrieve |
posthog.posthog_environmentsbatchexportsrunsretrycreate | Write write | 0 | Retry a batch export run. We use the same underlying mechanism as when backfilling a batch export, as retrying a run is the same as backfilling one run. |
posthog.posthog_environmentsbatchexportsretrieve | Read read | 0 | Environmentsbatchexportsretrieve |
posthog.posthog_environmentsbatchexportsupdate | Write write | 0 | Environmentsbatchexportsupdate |
posthog.posthog_environmentsbatchexportspartialupdate | Write write | 0 | Environmentsbatchexportspartialupdate |
posthog.posthog_environmentsbatchexportsdestroy | Write write | 0 | Environmentsbatchexportsdestroy |
posthog.posthog_environmentsbatchexportslogsretrieve | Read read | 0 | Environmentsbatchexportslogsretrieve |
posthog.posthog_environmentsbatchexportspausecreate | Write write | 0 | Pause a BatchExport. |
posthog.posthog_environmentsbatchexportsrunteststepcreate | Write write | 0 | Environmentsbatchexportsrunteststepcreate |
posthog.posthog_environmentsbatchexportsunpausecreate | Write write | 0 | Unpause a BatchExport. |
posthog.posthog_environmentsbatchexportsrunteststepnewcreate | Write write | 0 | Environmentsbatchexportsrunteststepnewcreate |
posthog.posthog_environmentsbatchexportstestretrieve | Read read | 0 | Environmentsbatchexportstestretrieve |
posthog.posthog_environmentsdashboardslist | Read read | 0 | Environmentsdashboardslist |
posthog.posthog_environmentsdashboardscreate | Write write | 0 | Environmentsdashboardscreate |
posthog.posthog_environmentsdashboardscollaboratorslist | Read read | 0 | Environmentsdashboardscollaboratorslist |
posthog.posthog_environmentsdashboardscollaboratorscreate | Write write | 0 | Environmentsdashboardscollaboratorscreate |
posthog.posthog_environmentsdashboardscollaboratorsdestroy | Write write | 0 | Environmentsdashboardscollaboratorsdestroy |
posthog.posthog_environmentsdashboardssharinglist | Read read | 0 | Environmentsdashboardssharinglist |
posthog.posthog_environmentsdashboardssharingpasswordscreate | Write write | 0 | Create a new password for the sharing configuration. |
posthog.posthog_environmentsdashboardssharingpasswordsdestroy | Write write | 0 | Delete a password from the sharing configuration. |
posthog.posthog_environmentsdashboardssharingrefreshcreate | Write write | 0 | Environmentsdashboardssharingrefreshcreate |
posthog.posthog_environmentsdashboardsretrieve | Read read | 0 | Environmentsdashboardsretrieve |
posthog.posthog_environmentsdashboardsupdate | Write write | 0 | Environmentsdashboardsupdate |
posthog.posthog_environmentsdashboardspartialupdate | Write write | 0 | Environmentsdashboardspartialupdate |
posthog.posthog_environmentsdashboardsdestroy | Write write | 0 | Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true |
posthog.posthog_environmentsdashboardsanalyzerefreshresultcreate | Write write | 0 | Generate AI analysis comparing before/after dashboard refresh. Expects cachekey in request body pointing to the stored 'before' state. |
posthog.posthog_environmentsdashboardscopytilecreate | Write write | 0 | Copy an existing dashboard tile to another dashboard (insight or text card; new tile row). |
posthog.posthog_environmentsdashboardsmovetilepartialupdate | Write write | 0 | Environmentsdashboardsmovetilepartialupdate |
posthog.posthog_environmentsdashboardsreordertilescreate | Write write | 0 | Environmentsdashboardsreordertilescreate |
posthog.posthog_environmentsdashboardsruninsightsretrieve | Read read | 0 | Run all insights on a dashboard and return their results. |
posthog.posthog_environmentsdashboardssnapshotcreate | Write write | 0 | Snapshot the current dashboard state (from cache) for AI analysis. Returns a cachekey representing the 'before' state, to be used with analyzerefreshresult. |
posthog.posthog_environmentsdashboardsstreamtilesretrieve | Read read | 0 | Stream dashboard metadata and tiles via Server-Sent Events. Sends metadata first, then tiles as they are rendered. |
posthog.posthog_environmentsdashboardsbulkupdatetagscreate | Write write | 0 | Bulk update tags on multiple objects. Accepts: - {"ids": [...], "action": "add"|"remove"|"set", "tags": ["tag1", "tag2"]} Actions: - "add": Add tags to existing tags on each object - "remove": Remove specific tags from each object - "set": Replace all tags... |
posthog.posthog_environmentsdashboardscreatefromtemplatejsoncreate | Write write | 0 | Environmentsdashboardscreatefromtemplatejsoncreate |
posthog.posthog_environmentsdashboardscreateunlisteddashboardcreate | Write write | 0 | Creates an unlisted dashboard from template by tag. Enforces uniqueness (one per tag per team). Returns 409 if unlisted dashboard with this tag already exists. |
posthog.posthog_environmentsdatacolorthemeslist | Read read | 0 | Environmentsdatacolorthemeslist |
posthog.posthog_environmentsdatacolorthemescreate | Write write | 0 | Environmentsdatacolorthemescreate |
posthog.posthog_environmentsdatacolorthemesretrieve | Read read | 0 | Environmentsdatacolorthemesretrieve |
posthog.posthog_environmentsdatacolorthemesupdate | Write write | 0 | Environmentsdatacolorthemesupdate |
posthog.posthog_environmentsdatacolorthemespartialupdate | Write write | 0 | Environmentsdatacolorthemespartialupdate |
posthog.posthog_environmentsdatacolorthemesdestroy | Write write | 0 | Environmentsdatacolorthemesdestroy |
posthog.posthog_environmentsdatamodelingjobslist | Read read | 0 | List data modeling jobs which are "runs" for our saved queries. |
posthog.posthog_environmentsdatamodelingjobsretrieve | Read read | 0 | List data modeling jobs which are "runs" for our saved queries. |
posthog.posthog_environmentsdatamodelingjobsrecentretrieve | Read read | 0 | Get the most recent non-running job for each saved query from the v2 backend. |
posthog.posthog_environmentsdatamodelingjobsrunningretrieve | Read read | 0 | Get all currently running jobs from the v2 backend. |
posthog.posthog_environmentsdatawarehousecheckdatabasenameretrieve | Read read | 0 | Check if a database name is available. |
posthog.posthog_environmentsdatawarehousecompletedactivityretrieve | Read read | 0 | Returns completed/non-running activities (jobs with status 'Completed'). Supports pagination and cutoff time filtering. |
posthog.posthog_environmentsdatawarehousedatahealthissuesretrieve | Read read | 0 | Returns failed/disabled data pipeline items for the Pipeline status side panel. Includes: materializations, syncs, sources, destinations, and transformations. |
posthog.posthog_environmentsdatawarehousedataopsdashboardretrieve | Read read | 0 | Returns the data ops overview dashboard ID for this team, creating it if it doesn't exist yet. |
posthog.posthog_environmentsdatawarehousedeprovisioncreate | Write write | 0 | Start deprovisioning the managed warehouse for this team. |
posthog.posthog_environmentsdatawarehousejobstatsretrieve | Read read | 0 | Returns success and failed job statistics for the last 1, 7, or 30 days. Query parameter 'days' can be 1, 7, or 30 (default: 7). |
posthog.posthog_environmentsdatawarehousepropertyvaluesretrieve | Read read | 0 | API endpoints for data warehouse aggregate statistics and operations. |
posthog.posthog_environmentsdatawarehouseprovisioncreate | Write write | 0 | Start provisioning a managed warehouse for this team. |
posthog.posthog_environmentsdatawarehouseresetpasswordcreate | Write write | 0 | Reset the root password for the managed warehouse. |
posthog.posthog_environmentsdatawarehouserunningactivityretrieve | Read read | 0 | Returns currently running activities (jobs with status 'Running'). Supports pagination and cutoff time filtering. |
posthog.posthog_environmentsdatawarehousetotalrowsstatsretrieve | Read read | 0 | Returns aggregated statistics for the data warehouse total rows processed within the current billing period. Used by the frontend data warehouse scene to display usage information. |
posthog.posthog_environmentsdatawarehousewarehousestatusretrieve | Read read | 0 | Get the current provisioning status of the managed warehouse. |
posthog.posthog_environmentsdatasetitemslist | Read read | 0 | Environmentsdatasetitemslist |
posthog.posthog_environmentsdatasetitemscreate | Write write | 0 | Environmentsdatasetitemscreate |
posthog.posthog_environmentsdatasetitemsretrieve | Read read | 0 | Environmentsdatasetitemsretrieve |
posthog.posthog_environmentsdatasetitemsupdate | Write write | 0 | Environmentsdatasetitemsupdate |
posthog.posthog_environmentsdatasetitemspartialupdate | Write write | 0 | Environmentsdatasetitemspartialupdate |
posthog.posthog_environmentsdatasetitemsdestroy | Write write | 0 | Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true |
posthog.posthog_environmentsdatasetslist | Read read | 0 | Environmentsdatasetslist |
posthog.posthog_environmentsdatasetscreate | Write write | 0 | Environmentsdatasetscreate |
posthog.posthog_environmentsdatasetsretrieve | Read read | 0 | Environmentsdatasetsretrieve |
posthog.posthog_environmentsdatasetsupdate | Write write | 0 | Environmentsdatasetsupdate |
posthog.posthog_environmentsdatasetspartialupdate | Write write | 0 | Environmentsdatasetspartialupdate |
posthog.posthog_environmentsdatasetsdestroy | Write write | 0 | Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true |
posthog.posthog_environmentselementslist | Read read | 0 | Environmentselementslist |
posthog.posthog_environmentselementscreate | Write write | 0 | Environmentselementscreate |
posthog.posthog_environmentselementsretrieve | Read read | 0 | Environmentselementsretrieve |
posthog.posthog_environmentselementsupdate | Write write | 0 | Environmentselementsupdate |
posthog.posthog_environmentselementspartialupdate | Write write | 0 | Environmentselementspartialupdate |
posthog.posthog_environmentselementsdestroy | Write write | 0 | Environmentselementsdestroy |
posthog.posthog_environmentselementsstatsretrieve | Read read | 0 | The original version of this API always and only returned $autocapture elements If no include query parameter is sent this remains true. Now, you can pass a combination of include query parameters to get different types of elements Currently only $autocaptu... |
posthog.posthog_environmentselementsvaluesretrieve | Read read | 0 | Environmentselementsvaluesretrieve |
posthog.posthog_environmentsendpointslist | Read read | 0 | List all endpoints for the team. |
posthog.posthog_environmentsendpointscreate | Write write | 0 | Create a new endpoint. |
posthog.posthog_environmentsendpointsretrieve | Read read | 0 | Retrieve an endpoint, or a specific version via ?version=N. |
posthog.posthog_environmentsendpointsupdate | Write write | 0 | Update an existing endpoint. Parameters are optional. Pass version in body or ?version=N query param to target a specific version. |
posthog.posthog_environmentsendpointspartialupdate | Write write | 0 | Update an existing endpoint. |
posthog.posthog_environmentsendpointsdestroy | Write write | 0 | Delete an endpoint and clean up materialized query. |
posthog.posthog_environmentsendpointsmaterializationpreviewcreate | Write write | 0 | Preview the materialization transform for an endpoint. Shows what the query will look like after materialization, including range pair detection and bucket functions. |
posthog.posthog_environmentsendpointsmaterializationstatusretrieve | Read read | 0 | Get materialization status for an endpoint. Supports ?version=N query param. |
posthog.posthog_environmentsendpointsopenapi_jsonretrieve | Read read | 0 | Get OpenAPI 3.0 specification for this endpoint. Use this to generate typed SDK clients. |
posthog.posthog_environmentsendpointsrunretrieve | Read read | 0 | Execute endpoint with optional materialization. Supports version parameter, runs latest version if not set. |
posthog.posthog_environmentsendpointsruncreate | Write write | 0 | Execute endpoint with optional materialization. Supports version parameter, runs latest version if not set. |
posthog.posthog_environmentsendpointsversionslist | Read read | 0 | List all versions for an endpoint. |
posthog.posthog_environmentsendpointslastexecutiontimescreate | Write write | 0 | Get the last execution times in the past 6 months for multiple endpoints. |
posthog.posthog_environmentserrortrackingreleaseslist | Read read | 0 | Environmentserrortrackingreleaseslist |
posthog.posthog_environmentserrortrackingreleasescreate | Write write | 0 | Environmentserrortrackingreleasescreate |
posthog.posthog_environmentserrortrackingreleasesretrieve | Read read | 0 | Environmentserrortrackingreleasesretrieve |
posthog.posthog_environmentserrortrackingreleasesupdate | Write write | 0 | Environmentserrortrackingreleasesupdate |
posthog.posthog_environmentserrortrackingreleasespartialupdate | Write write | 0 | Environmentserrortrackingreleasespartialupdate |
posthog.posthog_environmentserrortrackingreleasesdestroy | Write write | 0 | Environmentserrortrackingreleasesdestroy |
posthog.posthog_environmentserrortrackingreleaseshashretrieve | Read read | 0 | Environmentserrortrackingreleaseshashretrieve |
posthog.posthog_environmentserrortrackingsymbolsetslist | Read read | 0 | Environmentserrortrackingsymbolsetslist |
posthog.posthog_environmentserrortrackingsymbolsetscreate | Write write | 0 | Environmentserrortrackingsymbolsetscreate |
posthog.posthog_environmentserrortrackingsymbolsetsretrieve | Read read | 0 | Environmentserrortrackingsymbolsetsretrieve |
posthog.posthog_environmentserrortrackingsymbolsetsupdate | Write write | 0 | Environmentserrortrackingsymbolsetsupdate |
posthog.posthog_environmentserrortrackingsymbolsetspartialupdate | Write write | 0 | Environmentserrortrackingsymbolsetspartialupdate |
posthog.posthog_environmentserrortrackingsymbolsetsdestroy | Write write | 0 | Environmentserrortrackingsymbolsetsdestroy |
posthog.posthog_environmentserrortrackingsymbolsetsdownloadretrieve | Read read | 0 | Return a presigned URL for downloading the symbol set's source map. |
posthog.posthog_environmentserrortrackingsymbolsetsfinishuploadupdate | Write write | 0 | Environmentserrortrackingsymbolsetsfinishuploadupdate |
posthog.posthog_environmentserrortrackingsymbolsetsbulkdeletecreate | Write write | 0 | Environmentserrortrackingsymbolsetsbulkdeletecreate |
posthog.posthog_environmentserrortrackingsymbolsetsbulkfinishuploadcreate | Write write | 0 | Environmentserrortrackingsymbolsetsbulkfinishuploadcreate |
posthog.posthog_environmentserrortrackingsymbolsetsbulkstartuploadcreate | Write write | 0 | Environmentserrortrackingsymbolsetsbulkstartuploadcreate |
posthog.posthog_environmentserrortrackingsymbolsetsstartuploadcreate | Write write | 0 | Environmentserrortrackingsymbolsetsstartuploadcreate |
posthog.posthog_environmentseventslist | Read read | 0 | This endpoint allows you to list and filter events. It is effectively deprecated and is kept only for backwards compatibility. If you ever ask about it you will be advised to not use it... If you want to ad-hoc list or aggregate events, use the Query endpoi... |
posthog.posthog_environmentseventsretrieve | Read read | 0 | Environmentseventsretrieve |
posthog.posthog_environmentseventsvaluesretrieve | Read read | 0 | Environmentseventsvaluesretrieve |
posthog.posthog_environmentsexportslist | Read read | 0 | Environmentsexportslist |
posthog.posthog_environmentsexportscreate | Write write | 0 | Environmentsexportscreate |
posthog.posthog_environmentsexportsretrieve | Read read | 0 | Environmentsexportsretrieve |
posthog.posthog_environmentsexportscontentretrieve | Read read | 0 | Environmentsexportscontentretrieve |
posthog.posthog_environmentsexternaldataschemaslist | Read read | 0 | Environmentsexternaldataschemaslist |
posthog.posthog_environmentsexternaldataschemascreate | Write write | 0 | Environmentsexternaldataschemascreate |
posthog.posthog_environmentsexternaldataschemasretrieve | Read read | 0 | Environmentsexternaldataschemasretrieve |
posthog.posthog_environmentsexternaldataschemasupdate | Write write | 0 | Environmentsexternaldataschemasupdate |
posthog.posthog_environmentsexternaldataschemaspartialupdate | Write write | 0 | Environmentsexternaldataschemaspartialupdate |
posthog.posthog_environmentsexternaldataschemasdestroy | Write write | 0 | Environmentsexternaldataschemasdestroy |
posthog.posthog_environmentsexternaldataschemascancelcreate | Write write | 0 | Environmentsexternaldataschemascancelcreate |
posthog.posthog_environmentsexternaldataschemasdeletedatadestroy | Write write | 0 | Environmentsexternaldataschemasdeletedatadestroy |
posthog.posthog_environmentsexternaldataschemasincrementalfieldscreate | Write write | 0 | Environmentsexternaldataschemasincrementalfieldscreate |
posthog.posthog_environmentsexternaldataschemasreloadcreate | Write write | 0 | Environmentsexternaldataschemasreloadcreate |
posthog.posthog_environmentsexternaldataschemasresynccreate | Write write | 0 | Environmentsexternaldataschemasresynccreate |
posthog.posthog_environmentsexternaldatasourceslist | Read read | 0 | Create, Read, Update and Delete External data Sources. |
posthog.posthog_environmentsexternaldatasourcescreate | Write write | 0 | Create, Read, Update and Delete External data Sources. |
posthog.posthog_environmentsexternaldatasourcesretrieve | Read read | 0 | Create, Read, Update and Delete External data Sources. |
posthog.posthog_environmentsexternaldatasourcesupdate | Write write | 0 | Create, Read, Update and Delete External data Sources. |
posthog.posthog_environmentsexternaldatasourcespartialupdate | Write write | 0 | Create, Read, Update and Delete External data Sources. |
posthog.posthog_environmentsexternaldatasourcesdestroy | Write write | 0 | Create, Read, Update and Delete External data Sources. |
posthog.posthog_environmentsexternaldatasourcesbulkupdateschemaspartialupdate | Write write | 0 | Create, Read, Update and Delete External data Sources. |
posthog.posthog_environmentsexternaldatasourcescreatewebhookcreate | Write write | 0 | Create, Read, Update and Delete External data Sources. |
posthog.posthog_environmentsexternaldatasourcesdeletewebhookcreate | Write write | 0 | Create, Read, Update and Delete External data Sources. |
posthog.posthog_environmentsexternaldatasourcesjobsretrieve | Read read | 0 | Create, Read, Update and Delete External data Sources. |
posthog.posthog_environmentsexternaldatasourcesrefreshschemascreate | Write write | 0 | Fetch current schema/table list from the source and create any new ExternalDataSchema rows (no data sync). |
posthog.posthog_environmentsexternaldatasourcesreloadcreate | Write write | 0 | Create, Read, Update and Delete External data Sources. |
posthog.posthog_environmentsexternaldatasourcesrevenueanalyticsconfigpartialupdate | Write write | 0 | Update the revenue analytics configuration and return the full external data source. |
posthog.posthog_environmentsexternaldatasourcesupdatewebhookinputscreate | Write write | 0 | Create, Read, Update and Delete External data Sources. |
posthog.posthog_environmentsexternaldatasourceswebhookinforetrieve | Read read | 0 | Create, Read, Update and Delete External data Sources. |
posthog.posthog_environmentsexternaldatasourcescheckcdcprerequisitescreate | Write write | 0 | Validate CDC prerequisites against a live Postgres connection. Used by the source wizard to surface / checks before source creation, and by the self-managed setup popup to verify user-created publications. |
posthog.posthog_environmentsexternaldatasourcesconnectionslist | Read read | 0 | Create, Read, Update and Delete External data Sources. |
posthog.posthog_environmentsexternaldatasourcesdatabaseschemacreate | Write write | 0 | Create, Read, Update and Delete External data Sources. |
posthog.posthog_environmentsexternaldatasourcessourceprefixcreate | Write write | 0 | Create, Read, Update and Delete External data Sources. |
posthog.posthog_environmentsexternaldatasourceswizardretrieve | Read read | 0 | Create, Read, Update and Delete External data Sources. |
posthog.posthog_environmentsfilesystemlist | Read read | 0 | Environmentsfilesystemlist |
posthog.posthog_environmentsfilesystemcreate | Write write | 0 | Environmentsfilesystemcreate |
posthog.posthog_environmentsfilesystemretrieve | Read read | 0 | Environmentsfilesystemretrieve |
posthog.posthog_environmentsfilesystemupdate | Write write | 0 | Environmentsfilesystemupdate |
posthog.posthog_environmentsfilesystempartialupdate | Write write | 0 | Environmentsfilesystempartialupdate |
posthog.posthog_environmentsfilesystemdestroy | Write write | 0 | Environmentsfilesystemdestroy |
posthog.posthog_environmentsfilesystemcountcreate | Write write | 0 | Get count of all files in a folder. |
posthog.posthog_environmentsfilesystemlinkcreate | Write write | 0 | Environmentsfilesystemlinkcreate |
posthog.posthog_environmentsfilesystemmovecreate | Write write | 0 | Environmentsfilesystemmovecreate |
posthog.posthog_environmentsfilesystemcountbypathcreate | Write write | 0 | Get count of all files in a folder. |
posthog.posthog_environmentsfilesystemlogviewretrieve | Read read | 0 | Environmentsfilesystemlogviewretrieve |
posthog.posthog_environmentsfilesystemlogviewcreate | Write write | 0 | Environmentsfilesystemlogviewcreate |
posthog.posthog_environmentsfilesystemundodeletecreate | Write write | 0 | Environmentsfilesystemundodeletecreate |
posthog.posthog_environmentsfilesystemunfiledretrieve | Read read | 0 | Environmentsfilesystemunfiledretrieve |
posthog.posthog_environmentsfilesystemshortcutlist | Read read | 0 | Environmentsfilesystemshortcutlist |
posthog.posthog_environmentsfilesystemshortcutcreate | Write write | 0 | Environmentsfilesystemshortcutcreate |
posthog.posthog_environmentsfilesystemshortcutretrieve | Read read | 0 | Environmentsfilesystemshortcutretrieve |
posthog.posthog_environmentsfilesystemshortcutupdate | Write write | 0 | Environmentsfilesystemshortcutupdate |
posthog.posthog_environmentsfilesystemshortcutpartialupdate | Write write | 0 | Environmentsfilesystemshortcutpartialupdate |
posthog.posthog_environmentsfilesystemshortcutdestroy | Write write | 0 | Environmentsfilesystemshortcutdestroy |
posthog.posthog_environmentsfilesystemshortcutreordercreate | Write write | 0 | Set the display order of the current user's shortcuts. orderedids becomes the new top-to-bottom order; any unknown IDs are rejected. |
posthog.posthog_environmentsgroupslist | Read read | 0 | List all groups of a specific group type. You must pass ?grouptypeindex= in the URL. To get a list of valid group types, call /api/:projectid/groupstypes/ |
posthog.posthog_environmentsgroupscreate | Write write | 0 | Environmentsgroupscreate |
posthog.posthog_environmentsgroupsactivityretrieve | Read read | 0 | Environmentsgroupsactivityretrieve |
posthog.posthog_environmentsgroupsdeletepropertycreate | Write write | 0 | Environmentsgroupsdeletepropertycreate |
posthog.posthog_environmentsgroupsfindretrieve | Read read | 0 | Environmentsgroupsfindretrieve |
posthog.posthog_environmentsgroupspropertydefinitionsretrieve | Read read | 0 | Environmentsgroupspropertydefinitionsretrieve |
posthog.posthog_environmentsgroupspropertyvaluesretrieve | Read read | 0 | Environmentsgroupspropertyvaluesretrieve |
posthog.posthog_environmentsgroupsrelatedretrieve | Read read | 0 | Environmentsgroupsrelatedretrieve |
posthog.posthog_environmentsgroupsupdatepropertycreate | Write write | 0 | Environmentsgroupsupdatepropertycreate |
posthog.posthog_environmentsheatmapscreenshotscontentretrieve | Read read | 0 | Environmentsheatmapscreenshotscontentretrieve |
posthog.posthog_environmentsheatmapslist | Read read | 0 | Environmentsheatmapslist |
posthog.posthog_environmentsheatmapseventsretrieve | Read read | 0 | Environmentsheatmapseventsretrieve |
posthog.posthog_environmentshogflowslist | Read read | 0 | Environmentshogflowslist |
posthog.posthog_environmentshogflowscreate | Write write | 0 | Environmentshogflowscreate |
posthog.posthog_environmentshogflowsretrieve | Read read | 0 | Environmentshogflowsretrieve |
posthog.posthog_environmentshogflowsupdate | Write write | 0 | Environmentshogflowsupdate |
posthog.posthog_environmentshogflowspartialupdate | Write write | 0 | Environmentshogflowspartialupdate |
posthog.posthog_environmentshogflowsdestroy | Write write | 0 | Environmentshogflowsdestroy |
posthog.posthog_environmentshogflowsbatchjobsretrieve | Read read | 0 | Environmentshogflowsbatchjobsretrieve |
posthog.posthog_environmentshogflowsbatchjobscreate | Write write | 0 | Environmentshogflowsbatchjobscreate |
posthog.posthog_environmentshogflowsblockedrunsretrieve | Read read | 0 | List workflow runs that were blocked by the dedup bug. |
posthog.posthog_environmentshogflowsinvocationscreate | Write write | 0 | Environmentshogflowsinvocationscreate |
posthog.posthog_environmentshogflowslogsretrieve | Read read | 0 | Environmentshogflowslogsretrieve |
posthog.posthog_environmentshogflowsmetricsretrieve | Read read | 0 | Environmentshogflowsmetricsretrieve |
posthog.posthog_environmentshogflowsmetricstotalsretrieve | Read read | 0 | Environmentshogflowsmetricstotalsretrieve |
posthog.posthog_environmentshogflowsreplayallblockedrunscreate | Write write | 0 | Replay all blocked runs in a single bulk call to Node. |
posthog.posthog_environmentshogflowsreplayblockedruncreate | Write write | 0 | Replay a single blocked run. Django fetches the event, Node creates the invocation and writes the log. |
posthog.posthog_environmentshogflowsscheduleslist | Read read | 0 | Environmentshogflowsscheduleslist |
posthog.posthog_environmentshogflowsschedulescreate | Write write | 0 | Environmentshogflowsschedulescreate |
posthog.posthog_environmentshogflowsschedulespartialupdate | Write write | 0 | Environmentshogflowsschedulespartialupdate |
posthog.posthog_environmentshogflowsschedulesdestroy | Write write | 0 | Environmentshogflowsschedulesdestroy |
posthog.posthog_environmentshogflowsbulkdeletecreate | Write write | 0 | Environmentshogflowsbulkdeletecreate |
posthog.posthog_environmentshogflowsuserblastradiuscreate | Write write | 0 | Environmentshogflowsuserblastradiuscreate |
posthog.posthog_environmentshogfunctionslist | Read read | 0 | Environmentshogfunctionslist |
posthog.posthog_environmentshogfunctionscreate | Write write | 0 | Environmentshogfunctionscreate |
posthog.posthog_environmentshogfunctionsretrieve | Read read | 0 | Environmentshogfunctionsretrieve |
posthog.posthog_environmentshogfunctionsupdate | Write write | 0 | Environmentshogfunctionsupdate |
posthog.posthog_environmentshogfunctionspartialupdate | Write write | 0 | Environmentshogfunctionspartialupdate |
posthog.posthog_environmentshogfunctionsdestroy | Write write | 0 | Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true |
posthog.posthog_environmentshogfunctionsenablebackfillscreate | Write write | 0 | Environmentshogfunctionsenablebackfillscreate |
posthog.posthog_environmentshogfunctionsinvocationscreate | Write write | 0 | Environmentshogfunctionsinvocationscreate |
posthog.posthog_environmentshogfunctionslogsretrieve | Read read | 0 | Environmentshogfunctionslogsretrieve |
posthog.posthog_environmentshogfunctionsmetricsretrieve | Read read | 0 | Environmentshogfunctionsmetricsretrieve |
posthog.posthog_environmentshogfunctionsmetricstotalsretrieve | Read read | 0 | Environmentshogfunctionsmetricstotalsretrieve |
posthog.posthog_environmentshogfunctionsiconretrieve | Read read | 0 | Environmentshogfunctionsiconretrieve |
posthog.posthog_environmentshogfunctionsiconsretrieve | Read read | 0 | Environmentshogfunctionsiconsretrieve |
posthog.posthog_environmentshogfunctionsrearrangepartialupdate | Write write | 0 | Update the execution order of multiple HogFunctions. |
posthog.posthog_environmentsinsightvariableslist | Read read | 0 | Environmentsinsightvariableslist |
posthog.posthog_environmentsinsightvariablescreate | Write write | 0 | Environmentsinsightvariablescreate |
posthog.posthog_environmentsinsightvariablesretrieve | Read read | 0 | Environmentsinsightvariablesretrieve |
posthog.posthog_environmentsinsightvariablesupdate | Write write | 0 | Environmentsinsightvariablesupdate |
posthog.posthog_environmentsinsightvariablespartialupdate | Write write | 0 | Environmentsinsightvariablespartialupdate |
posthog.posthog_environmentsinsightvariablesdestroy | Write write | 0 | Environmentsinsightvariablesdestroy |
posthog.posthog_environmentsinsightslist | Read read | 0 | DRF ViewSet mixin that gates coalesced responses behind permission checks. The QueryCoalescingMiddleware attaches cached response data to request.META["coalescedresponse"] for followers. This mixin runs DRF's initial() (auth + permissions + throttling) befo... |
posthog.posthog_environmentsinsightscreate | Write write | 0 | DRF ViewSet mixin that gates coalesced responses behind permission checks. The QueryCoalescingMiddleware attaches cached response data to request.META["coalescedresponse"] for followers. This mixin runs DRF's initial() (auth + permissions + throttling) befo... |
posthog.posthog_environmentsinsightssharinglist | Read read | 0 | Environmentsinsightssharinglist |
posthog.posthog_environmentsinsightssharingpasswordscreate | Write write | 0 | Create a new password for the sharing configuration. |
posthog.posthog_environmentsinsightssharingpasswordsdestroy | Write write | 0 | Delete a password from the sharing configuration. |
posthog.posthog_environmentsinsightssharingrefreshcreate | Write write | 0 | Environmentsinsightssharingrefreshcreate |
posthog.posthog_environmentsinsightsthresholdslist | Read read | 0 | Environmentsinsightsthresholdslist |
posthog.posthog_environmentsinsightsthresholdsretrieve | Read read | 0 | Environmentsinsightsthresholdsretrieve |
posthog.posthog_environmentsinsightsretrieve | Read read | 0 | DRF ViewSet mixin that gates coalesced responses behind permission checks. The QueryCoalescingMiddleware attaches cached response data to request.META["coalescedresponse"] for followers. This mixin runs DRF's initial() (auth + permissions + throttling) befo... |
posthog.posthog_environmentsinsightsupdate | Write write | 0 | DRF ViewSet mixin that gates coalesced responses behind permission checks. The QueryCoalescingMiddleware attaches cached response data to request.META["coalescedresponse"] for followers. This mixin runs DRF's initial() (auth + permissions + throttling) befo... |
posthog.posthog_environmentsinsightspartialupdate | Write write | 0 | DRF ViewSet mixin that gates coalesced responses behind permission checks. The QueryCoalescingMiddleware attaches cached response data to request.META["coalescedresponse"] for followers. This mixin runs DRF's initial() (auth + permissions + throttling) befo... |
posthog.posthog_environmentsinsightsdestroy | Write write | 0 | Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true |
posthog.posthog_environmentsinsightsactivityretrieve | Read read | 0 | Audit trail for a single insight - every change made to it, by whom, and when. Use this when you want the change history of a specific insight; use the project-wide activity endpoint for a broader view. |
posthog.posthog_environmentsinsightsanalyzeretrieve | Read read | 0 | DRF ViewSet mixin that gates coalesced responses behind permission checks. The QueryCoalescingMiddleware attaches cached response data to request.META["coalescedresponse"] for followers. This mixin runs DRF's initial() (auth + permissions + throttling) befo... |
posthog.posthog_environmentsinsightssuggestionsretrieve | Read read | 0 | DRF ViewSet mixin that gates coalesced responses behind permission checks. The QueryCoalescingMiddleware attaches cached response data to request.META["coalescedresponse"] for followers. This mixin runs DRF's initial() (auth + permissions + throttling) befo... |
posthog.posthog_environmentsinsightssuggestionscreate | Write write | 0 | DRF ViewSet mixin that gates coalesced responses behind permission checks. The QueryCoalescingMiddleware attaches cached response data to request.META["coalescedresponse"] for followers. This mixin runs DRF's initial() (auth + permissions + throttling) befo... |
posthog.posthog_environmentsinsightsallactivityretrieve | Read read | 0 | Project-wide audit trail across all insights - who created, edited, deleted, or restored insights, what changed (with before/after diffs), and when. Useful for surfacing what people (or agents) have been working on recently. |
posthog.posthog_environmentsinsightsbulkupdatetagscreate | Write write | 0 | Bulk update tags on multiple objects. Accepts: - {"ids": [...], "action": "add"|"remove"|"set", "tags": ["tag1", "tag2"]} Actions: - "add": Add tags to existing tags on each object - "remove": Remove specific tags from each object - "set": Replace all tags... |
posthog.posthog_environmentsinsightscancelcreate | Write write | 0 | DRF ViewSet mixin that gates coalesced responses behind permission checks. The QueryCoalescingMiddleware attaches cached response data to request.META["coalescedresponse"] for followers. This mixin runs DRF's initial() (auth + permissions + throttling) befo... |
posthog.posthog_environmentsinsightsgeneratemetadatacreate | Write write | 0 | Generate an AI-suggested name and description for an insight based on its query configuration. |
posthog.posthog_environmentsinsightsmylastviewedretrieve | Read read | 0 | Returns basic details about the last 5 insights viewed by this user. Most recently viewed first. |
posthog.posthog_environmentsinsightstrendingretrieve | Read read | 0 | Returns insights ranked by view count over the last N days (default 7), highest first. Each result includes the same metadata as the standard insights list, plus a viewcount and up to 3 recent viewers. Useful for surfacing the most-used insights in a project. |
posthog.posthog_environmentsinsightsviewedcreate | Write write | 0 | Update insight view timestamps. Expects: {"insightids": [1, 2, 3, ...]} |
posthog.posthog_environmentsintegrationslist | Read read | 0 | Environmentsintegrationslist |
posthog.posthog_environmentsintegrationscreate | Write write | 0 | Environmentsintegrationscreate |
posthog.posthog_environmentsintegrationsretrieve | Read read | 0 | Environmentsintegrationsretrieve |
posthog.posthog_environmentsintegrationsdestroy | Write write | 0 | Environmentsintegrationsdestroy |
posthog.posthog_environmentsintegrationsanthropicmanagedagentenvsretrieve | Read read | 0 | Environmentsintegrationsanthropicmanagedagentenvsretrieve |
posthog.posthog_environmentsintegrationsanthropicmanagedagentvaultsretrieve | Read read | 0 | Environmentsintegrationsanthropicmanagedagentvaultsretrieve |
posthog.posthog_environmentsintegrationsanthropicmanagedagentsretrieve | Read read | 0 | Environmentsintegrationsanthropicmanagedagentsretrieve |
posthog.posthog_environmentsintegrationschannelsretrieve | Read read | 0 | Environmentsintegrationschannelsretrieve |
posthog.posthog_environmentsintegrationsclickuplistsretrieve | Read read | 0 | Environmentsintegrationsclickuplistsretrieve |
posthog.posthog_environmentsintegrationsclickupspacesretrieve | Read read | 0 | Environmentsintegrationsclickupspacesretrieve |
posthog.posthog_environmentsintegrationsclickupworkspacesretrieve | Read read | 0 | Environmentsintegrationsclickupworkspacesretrieve |
posthog.posthog_environmentsintegrationsemailpartialupdate | Write write | 0 | Environmentsintegrationsemailpartialupdate |
posthog.posthog_environmentsintegrationsemailverifycreate | Write write | 0 | Environmentsintegrationsemailverifycreate |
posthog.posthog_environmentsintegrationsgithubbranchesretrieve | Read read | 0 | Environmentsintegrationsgithubbranchesretrieve |
posthog.posthog_environmentsintegrationsgithubreposretrieve | Read read | 0 | Environmentsintegrationsgithubreposretrieve |
posthog.posthog_environmentsintegrationsgithubreposrefreshcreate | Write write | 0 | Environmentsintegrationsgithubreposrefreshcreate |
posthog.posthog_environmentsintegrationsgoogleaccessibleaccountsretrieve | Read read | 0 | Environmentsintegrationsgoogleaccessibleaccountsretrieve |
posthog.posthog_environmentsintegrationsgoogleconversionactionsretrieve | Read read | 0 | Environmentsintegrationsgoogleconversionactionsretrieve |
posthog.posthog_environmentsintegrationsjiraprojectsretrieve | Read read | 0 | Environmentsintegrationsjiraprojectsretrieve |
posthog.posthog_environmentsintegrationslinearteamsretrieve | Read read | 0 | Environmentsintegrationslinearteamsretrieve |
posthog.posthog_environmentsintegrationslinkedinadsaccountsretrieve | Read read | 0 | Environmentsintegrationslinkedinadsaccountsretrieve |
posthog.posthog_environmentsintegrationslinkedinadsconversionrulesretrieve | Read read | 0 | Environmentsintegrationslinkedinadsconversionrulesretrieve |
posthog.posthog_environmentsintegrationstwiliophonenumbersretrieve | Read read | 0 | Environmentsintegrationstwiliophonenumbersretrieve |
posthog.posthog_environmentsintegrationsauthorizeretrieve | Read read | 0 | Environmentsintegrationsauthorizeretrieve |
posthog.posthog_environmentsintegrationsdomainconnectapplyurlcreate | Write write | 0 | Unified endpoint for generating Domain Connect apply URLs. Accepts a context ("email" or "proxy") and the relevant resource ID. The backend resolves the domain, template variables, and service ID based on context, then builds the signed apply URL. |
posthog.posthog_environmentsintegrationsdomainconnectcheckretrieve | Read read | 0 | Environmentsintegrationsdomainconnectcheckretrieve |
posthog.posthog_environmentsintegrationsgithublinkexistingcreate | Write write | 0 | Reuse a GitHub installation already linked to a sibling team in the same organization. |
posthog.posthog_environmentsintegrationsgithuboauthauthorizecreate | Write write | 0 | Mint a User OAuth URL to bootstrap a fresh code when the install flow returns without one. |
posthog.posthog_environmentslogsalertslist | Read read | 0 | Environmentslogsalertslist |
posthog.posthog_environmentslogsalertscreate | Write write | 0 | Environmentslogsalertscreate |
posthog.posthog_environmentslogsalertsretrieve | Read read | 0 | Environmentslogsalertsretrieve |
posthog.posthog_environmentslogsalertsupdate | Write write | 0 | Environmentslogsalertsupdate |
posthog.posthog_environmentslogsalertspartialupdate | Write write | 0 | Environmentslogsalertspartialupdate |
posthog.posthog_environmentslogsalertsdestroy | Write write | 0 | Environmentslogsalertsdestroy |
posthog.posthog_environmentslogsalertsdestinationscreate | Write write | 0 | Create a notification destination for this alert. One HogFunction is created per alert event kind (firing, resolved, ...) atomically. |
posthog.posthog_environmentslogsalertsdestinationsdeletecreate | Write write | 0 | Delete a notification destination by deleting its HogFunction group atomically. |
posthog.posthog_environmentslogsalertseventslist | Read read | 0 | Paginated event history for this alert, newest first. Returns state transitions, errored checks, and user-initiated control-plane rows (reset, enable/disable, snooze/unsnooze, threshold change) - quiet no-op check rows (where state didn't change and there w... |
posthog.posthog_environmentslogsalertsresetcreate | Write write | 0 | Reset a broken alert. Clears the consecutive-failure counter and schedules an immediate recheck. |
posthog.posthog_environmentslogsalertssimulatecreate | Write write | 0 | Simulate a logs alert on historical data using the full state machine. Read-only - no alert check records are created. |
posthog.posthog_environmentslogsattributesretrieve | Read read | 0 | Environmentslogsattributesretrieve |
posthog.posthog_environmentslogscountcreate | Write write | 0 | Environmentslogscountcreate |
posthog.posthog_environmentslogscountrangescreate | Write write | 0 | Environmentslogscountrangescreate |
posthog.posthog_environmentslogsexportcreate | Write write | 0 | Environmentslogsexportcreate |
posthog.posthog_environmentslogshaslogsretrieve | Read read | 0 | Environmentslogshaslogsretrieve |
posthog.posthog_environmentslogsquerycreate | Write write | 0 | Environmentslogsquerycreate |
posthog.posthog_environmentslogssamplingruleslist | Read read | 0 | Environmentslogssamplingruleslist |
posthog.posthog_environmentslogssamplingrulescreate | Write write | 0 | Environmentslogssamplingrulescreate |
posthog.posthog_environmentslogssamplingrulesretrieve | Read read | 0 | Environmentslogssamplingrulesretrieve |
posthog.posthog_environmentslogssamplingrulesupdate | Write write | 0 | Environmentslogssamplingrulesupdate |
posthog.posthog_environmentslogssamplingrulespartialupdate | Write write | 0 | Environmentslogssamplingrulespartialupdate |
posthog.posthog_environmentslogssamplingrulesdestroy | Write write | 0 | Environmentslogssamplingrulesdestroy |
posthog.posthog_environmentslogssamplingrulessimulatecreate | Write write | 0 | Dry-run estimate for how much volume this rule would remove (placeholder response until CH-backed simulation is wired). |
posthog.posthog_environmentslogssamplingrulesreordercreate | Write write | 0 | Atomically reassign priorities so the given ID order maps to ascending priorities (0..n-1). |
posthog.posthog_environmentslogsservicescreate | Write write | 0 | Environmentslogsservicescreate |
posthog.posthog_environmentslogssparklinecreate | Write write | 0 | Environmentslogssparklinecreate |
posthog.posthog_environmentslogsvaluesretrieve | Read read | 0 | Environmentslogsvaluesretrieve |
posthog.posthog_environmentspersistedfolderlist | Read read | 0 | Environmentspersistedfolderlist |
posthog.posthog_environmentspersistedfoldercreate | Write write | 0 | Environmentspersistedfoldercreate |
posthog.posthog_environmentspersistedfolderretrieve | Read read | 0 | Environmentspersistedfolderretrieve |
posthog.posthog_environmentspersistedfolderupdate | Write write | 0 | Environmentspersistedfolderupdate |
posthog.posthog_environmentspersistedfolderpartialupdate | Write write | 0 | Environmentspersistedfolderpartialupdate |
posthog.posthog_environmentspersistedfolderdestroy | Write write | 0 | Environmentspersistedfolderdestroy |
posthog.posthog_environmentspersonslist | Read read | 0 | 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), o... |
posthog.posthog_environmentspersonsretrieve | Read read | 0 | 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), o... |
posthog.posthog_environmentspersonsupdate | Write write | 0 | Only for setting properties on the person. "properties" from the request data will be updated via a "$set" event. This means that only the properties listed will be updated, but other properties won't be removed nor updated. If you would like to remove a pr... |
posthog.posthog_environmentspersonspartialupdate | Write write | 0 | 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), o... |
posthog.posthog_environmentspersonsactivityretrieve | Read read | 0 | 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), o... |
posthog.posthog_environmentspersonsdeletepropertycreate | Write write | 0 | 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), o... |
posthog.posthog_environmentspersonspropertiestimelineretrieve | Read read | 0 | 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), o... |
posthog.posthog_environmentspersonssplitcreate | Write write | 0 | 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), o... |
posthog.posthog_environmentspersonsupdatepropertycreate | Write write | 0 | 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), o... |
posthog.posthog_environmentspersonsallactivityretrieve | Read read | 0 | 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), o... |
posthog.posthog_environmentspersonsbatchbydistinctidscreate | Write write | 0 | 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), o... |
posthog.posthog_environmentspersonsbatchbyuuidscreate | Write write | 0 | 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), o... |
posthog.posthog_environmentspersonsbulkdeletecreate | Write write | 0 | This endpoint allows you to bulk delete persons, either by the PostHog person IDs or by distinct IDs. You can pass in a maximum of 1000 IDs per call. Only events captured before the request will be deleted. |
posthog.posthog_environmentspersonscohortsretrieve | Read read | 0 | 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), o... |
posthog.posthog_environmentspersonsdeletionstatuslist | Read read | 0 | List the status of queued event deletions for persons. When you delete a person with deleteevents=true, an async deletion is queued. Use this endpoint to check whether those deletions are still pending or have been completed. |
posthog.posthog_environmentspersonsfunnelretrieve | Read read | 0 | 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), o... |
posthog.posthog_environmentspersonsfunnelcreate | Write write | 0 | 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), o... |
posthog.posthog_environmentspersonsfunnelcorrelationretrieve | Read read | 0 | 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), o... |
posthog.posthog_environmentspersonsfunnelcorrelationcreate | Write write | 0 | 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), o... |
posthog.posthog_environmentspersonslifecycleretrieve | Read read | 0 | 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), o... |
posthog.posthog_environmentspersonspropertiesattimeretrieve | Read read | 0 | Get person properties as they existed at a specific point in time. This endpoint reconstructs person properties by querying ClickHouse events for $set and $setonce operations up to the specified timestamp. Query parameters: - distinctid: The distinctid of t... |
posthog.posthog_environmentspersonsresetpersondistinctidcreate | Write write | 0 | Reset a distinctid for a deleted person. This allows the distinctid to be used again. |
posthog.posthog_environmentspersonstrendsretrieve | Read read | 0 | 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), o... |
posthog.posthog_environmentspersonsvaluesretrieve | Read read | 0 | 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), o... |
posthog.posthog_environmentspluginconfigslogslist | Read read | 0 | Environmentspluginconfigslogslist |
posthog.posthog_environmentsprojectsecretapikeyslist | Read read | 0 | Environmentsprojectsecretapikeyslist |
posthog.posthog_environmentsprojectsecretapikeyscreate | Write write | 0 | Environmentsprojectsecretapikeyscreate |
posthog.posthog_environmentsprojectsecretapikeysretrieve | Read read | 0 | Environmentsprojectsecretapikeysretrieve |
posthog.posthog_environmentsprojectsecretapikeysupdate | Write write | 0 | Environmentsprojectsecretapikeysupdate |
posthog.posthog_environmentsprojectsecretapikeyspartialupdate | Write write | 0 | Environmentsprojectsecretapikeyspartialupdate |
posthog.posthog_environmentsprojectsecretapikeysdestroy | Write write | 0 | Environmentsprojectsecretapikeysdestroy |
posthog.posthog_environmentsprojectsecretapikeysrollcreate | Write write | 0 | Roll a project secret API key |
posthog.posthog_environmentsquerycreate | Write write | 0 | DRF ViewSet mixin that gates coalesced responses behind permission checks. The QueryCoalescingMiddleware attaches cached response data to request.META["coalescedresponse"] for followers. This mixin runs DRF's initial() (auth + permissions + throttling) befo... |
posthog.posthog_environmentsqueryretrieve | Read read | 0 | (Experimental) |
posthog.posthog_environmentsquerydestroy | Write write | 0 | (Experimental) |
posthog.posthog_environmentsquerylogretrieve | Read read | 0 | Get query log details from querylogarchive table for a specific queryid, the query must have been issued in last 24 hours. |
posthog.posthog_environmentsquerycreatewithkind | Write write | 0 | DRF ViewSet mixin that gates coalesced responses behind permission checks. The QueryCoalescingMiddleware attaches cached response data to request.META["coalescedresponse"] for followers. This mixin runs DRF's initial() (auth + permissions + throttling) befo... |
posthog.posthog_environmentsquerycheckauthforasynccreate | Write write | 0 | DRF ViewSet mixin that gates coalesced responses behind permission checks. The QueryCoalescingMiddleware attaches cached response data to request.META["coalescedresponse"] for followers. This mixin runs DRF's initial() (auth + permissions + throttling) befo... |
posthog.posthog_environmentsquerydraftsqlretrieve | Read read | 0 | DRF ViewSet mixin that gates coalesced responses behind permission checks. The QueryCoalescingMiddleware attaches cached response data to request.META["coalescedresponse"] for followers. This mixin runs DRF's initial() (auth + permissions + throttling) befo... |
posthog.posthog_environmentsqueryupgradecreate | Write write | 0 | Upgrades a query without executing it. Returns a query with all nodes migrated to the latest version. |
posthog.posthog_environmentssavedlist | Read read | 0 | Environmentssavedlist |
posthog.posthog_environmentssavedcreate | Write write | 0 | Environmentssavedcreate |
posthog.posthog_environmentssavedretrieve | Read read | 0 | Environmentssavedretrieve |
posthog.posthog_environmentssavedpartialupdate | Write write | 0 | Environmentssavedpartialupdate |
posthog.posthog_environmentssaveddestroy | Write write | 0 | Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true |
posthog.posthog_environmentssavedregeneratecreate | Write write | 0 | Environmentssavedregeneratecreate |
posthog.posthog_environmentssessionrecordingplaylistslist | Read read | 0 | Override list to include synthetic playlists |
posthog.posthog_environmentssessionrecordingplaylistscreate | Write write | 0 | Environmentssessionrecordingplaylistscreate |
posthog.posthog_environmentssessionrecordingplaylistsretrieve | Read read | 0 | Environmentssessionrecordingplaylistsretrieve |
posthog.posthog_environmentssessionrecordingplaylistsupdate | Write write | 0 | Environmentssessionrecordingplaylistsupdate |
posthog.posthog_environmentssessionrecordingplaylistspartialupdate | Write write | 0 | Environmentssessionrecordingplaylistspartialupdate |
posthog.posthog_environmentssessionrecordingplaylistsdestroy | Write write | 0 | Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true |
posthog.posthog_environmentssessionrecordingplaylistsrecordingsretrieve | Read read | 0 | Environmentssessionrecordingplaylistsrecordingsretrieve |
posthog.posthog_environmentssessionrecordingplaylistsrecordingscreate | Write write | 0 | Environmentssessionrecordingplaylistsrecordingscreate |
posthog.posthog_environmentssessionrecordingplaylistsrecordingsdestroy | Write write | 0 | Environmentssessionrecordingplaylistsrecordingsdestroy |
posthog.posthog_environmentssessionrecordingslist | Read read | 0 | Environmentssessionrecordingslist |
posthog.posthog_environmentssessionrecordingsretrieve | Read read | 0 | Environmentssessionrecordingsretrieve |
posthog.posthog_environmentssessionrecordingsupdate | Write write | 0 | Environmentssessionrecordingsupdate |
posthog.posthog_environmentssessionrecordingspartialupdate | Write write | 0 | Environmentssessionrecordingspartialupdate |
posthog.posthog_environmentssessionrecordingsdestroy | Write write | 0 | Environmentssessionrecordingsdestroy |
posthog.posthog_environmentssessionrecordingssharinglist | Read read | 0 | Environmentssessionrecordingssharinglist |
posthog.posthog_environmentssessionrecordingssharingpasswordscreate | Write write | 0 | Create a new password for the sharing configuration. |
posthog.posthog_environmentssessionrecordingssharingpasswordsdestroy | Write write | 0 | Delete a password from the sharing configuration. |
posthog.posthog_environmentssessionrecordingssharingrefreshcreate | Write write | 0 | Environmentssessionrecordingssharingrefreshcreate |
posthog.posthog_environmentssessionspropertydefinitionsretrieve | Read read | 0 | Environmentssessionspropertydefinitionsretrieve |
posthog.posthog_environmentssessionsvaluesretrieve | Read read | 0 | Environmentssessionsvaluesretrieve |
posthog.posthog_environmentssubscriptionslist | Read read | 0 | Environmentssubscriptionslist |
posthog.posthog_environmentssubscriptionscreate | Write write | 0 | Environmentssubscriptionscreate |
posthog.posthog_environmentssubscriptionsretrieve | Read read | 0 | Environmentssubscriptionsretrieve |
posthog.posthog_environmentssubscriptionsupdate | Write write | 0 | Environmentssubscriptionsupdate |
posthog.posthog_environmentssubscriptionspartialupdate | Write write | 0 | Environmentssubscriptionspartialupdate |
posthog.posthog_environmentssubscriptionsdestroy | Write write | 0 | Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true |
posthog.posthog_environmentssubscriptionstestdeliverycreate | Write write | 0 | Environmentssubscriptionstestdeliverycreate |
posthog.posthog_environmentssubscriptionssummaryquotaretrieve | Read read | 0 | Environmentssubscriptionssummaryquotaretrieve |
posthog.posthog_environmentswarehousesavedquerieslist | Read read | 0 | Create, Read, Update and Delete Warehouse Tables. |
posthog.posthog_environmentswarehousesavedqueriescreate | Write write | 0 | Create, Read, Update and Delete Warehouse Tables. |
posthog.posthog_environmentswarehousesavedqueriesretrieve | Read read | 0 | Create, Read, Update and Delete Warehouse Tables. |
posthog.posthog_environmentswarehousesavedqueriesupdate | Write write | 0 | Create, Read, Update and Delete Warehouse Tables. |
posthog.posthog_environmentswarehousesavedqueriespartialupdate | Write write | 0 | Create, Read, Update and Delete Warehouse Tables. |
posthog.posthog_environmentswarehousesavedqueriesdestroy | Write write | 0 | Create, Read, Update and Delete Warehouse Tables. |
posthog.posthog_environmentswarehousesavedqueriesactivityretrieve | Read read | 0 | Create, Read, Update and Delete Warehouse Tables. |
posthog.posthog_environmentswarehousesavedqueriesancestorscreate | Write write | 0 | Return the ancestors of this saved query. By default, we return the immediate parents. The level parameter can be used to look further back into the ancestor tree. If level overshoots (i.e. points to only ancestors beyond the root), we return an empty list. |
posthog.posthog_environmentswarehousesavedqueriescancelcreate | Write write | 0 | Cancel a running saved query workflow. |
posthog.posthog_environmentswarehousesavedqueriesdependenciesretrieve | Read read | 0 | Return the count of immediate upstream and downstream dependencies for this saved query. |
posthog.posthog_environmentswarehousesavedqueriesdescendantscreate | Write write | 0 | Return the descendants of this saved query. By default, we return the immediate children. The level parameter can be used to look further ahead into the descendants tree. If level overshoots (i.e. points to only descendants further than a leaf), we return a... |
posthog.posthog_environmentswarehousesavedqueriesmaterializecreate | Write write | 0 | Enable materialization for this saved query with a 24-hour sync frequency. |
posthog.posthog_environmentswarehousesavedqueriesrevertmaterializationcreate | Write write | 0 | Undo materialization, revert back to the original view. (i.e. delete the materialized table and the schedule) |
posthog.posthog_environmentswarehousesavedqueriesruncreate | Write write | 0 | Run this saved query. |
posthog.posthog_environmentswarehousesavedqueriesrunhistoryretrieve | Read read | 0 | Return the recent run history (up to 5 most recent) for this materialized view. |
posthog.posthog_environmentswarehousesavedqueriesresumeschedulescreate | Write write | 0 | Resume paused materialization schedules for multiple matviews. Accepts a list of view IDs in the request body: {"viewids": ["id1", "id2", ...]} This endpoint is idempotent - calling it on already running or non-existent schedules is safe. |
posthog.posthog_environmentswarehousesavedqueryfolderslist | Read read | 0 | Environmentswarehousesavedqueryfolderslist |
posthog.posthog_environmentswarehousesavedqueryfolderscreate | Write write | 0 | Environmentswarehousesavedqueryfolderscreate |
posthog.posthog_environmentswarehousesavedqueryfoldersretrieve | Read read | 0 | Environmentswarehousesavedqueryfoldersretrieve |
posthog.posthog_environmentswarehousesavedqueryfolderspartialupdate | Write write | 0 | Environmentswarehousesavedqueryfolderspartialupdate |
posthog.posthog_environmentswarehousesavedqueryfoldersdestroy | Write write | 0 | Environmentswarehousesavedqueryfoldersdestroy |
posthog.posthog_environmentswarehousetableslist | Read read | 0 | Create, Read, Update and Delete Warehouse Tables. |
posthog.posthog_environmentswarehousetablescreate | Write write | 0 | Create, Read, Update and Delete Warehouse Tables. |
posthog.posthog_environmentswarehousetablesretrieve | Read read | 0 | Create, Read, Update and Delete Warehouse Tables. |
posthog.posthog_environmentswarehousetablesupdate | Write write | 0 | Create, Read, Update and Delete Warehouse Tables. |
posthog.posthog_environmentswarehousetablespartialupdate | Write write | 0 | Create, Read, Update and Delete Warehouse Tables. |
posthog.posthog_environmentswarehousetablesdestroy | Write write | 0 | Create, Read, Update and Delete Warehouse Tables. |
posthog.posthog_environmentswarehousetablesrefreshschemacreate | Write write | 0 | Create, Read, Update and Delete Warehouse Tables. |
posthog.posthog_environmentswarehousetablesupdateschemacreate | Write write | 0 | Create, Read, Update and Delete Warehouse Tables. |
posthog.posthog_environmentswarehousetablesfilecreate | Write write | 0 | Create, Read, Update and Delete Warehouse Tables. |
posthog.posthog_environmentswarehouseviewlinklist | Read read | 0 | Create, Read, Update and Delete View Columns. |
posthog.posthog_environmentswarehouseviewlinkcreate | Write write | 0 | Create, Read, Update and Delete View Columns. |
posthog.posthog_environmentswarehouseviewlinkretrieve | Read read | 0 | Create, Read, Update and Delete View Columns. |
posthog.posthog_environmentswarehouseviewlinkupdate | Write write | 0 | Create, Read, Update and Delete View Columns. |
posthog.posthog_environmentswarehouseviewlinkpartialupdate | Write write | 0 | Create, Read, Update and Delete View Columns. |
posthog.posthog_environmentswarehouseviewlinkdestroy | Write write | 0 | Create, Read, Update and Delete View Columns. |
posthog.posthog_environmentswarehouseviewlinkvalidatecreate | Write write | 0 | Create, Read, Update and Delete View Columns. |
posthog.posthog_environmentswarehouseviewlinkslist | Read read | 0 | Create, Read, Update and Delete View Columns. |
posthog.posthog_environmentswarehouseviewlinkscreate | Write write | 0 | Create, Read, Update and Delete View Columns. |
posthog.posthog_environmentswarehouseviewlinksretrieve | Read read | 0 | Create, Read, Update and Delete View Columns. |
posthog.posthog_environmentswarehouseviewlinksupdate | Write write | 0 | Create, Read, Update and Delete View Columns. |
posthog.posthog_environmentswarehouseviewlinkspartialupdate | Write write | 0 | Create, Read, Update and Delete View Columns. |
posthog.posthog_environmentswarehouseviewlinksdestroy | Write write | 0 | Create, Read, Update and Delete View Columns. |
posthog.posthog_environmentswarehouseviewlinksvalidatecreate | Write write | 0 | Create, Read, Update and Delete View Columns. |
posthog.posthog_approvalpolicieslist | Read read | 0 | Approvalpolicieslist |
posthog.posthog_approvalpoliciescreate | Write write | 0 | Approvalpoliciescreate |
posthog.posthog_approvalpoliciesretrieve | Read read | 0 | Approvalpoliciesretrieve |
posthog.posthog_approvalpoliciesupdate | Write write | 0 | Approvalpoliciesupdate |
posthog.posthog_approvalpoliciespartialupdate | Write write | 0 | Approvalpoliciespartialupdate |
posthog.posthog_approvalpoliciesdestroy | Write write | 0 | Approvalpoliciesdestroy |
posthog.posthog_changerequestslist | Read read | 0 | Changerequestslist |
posthog.posthog_changerequestsretrieve | Read read | 0 | Changerequestsretrieve |
posthog.posthog_changerequestsapprovecreate | Write write | 0 | Approve a change request. If quorum is reached, automatically applies the change immediately. |
posthog.posthog_changerequestscancelcreate | Write write | 0 | Cancel a change request. Only the requester can cancel their own pending change request. |
posthog.posthog_changerequestsrejectcreate | Write write | 0 | Reject a change request. |
posthog.posthog_conversationslist | Read read | 0 | Conversationslist |
posthog.posthog_conversationscreate | Write write | 0 | Unified endpoint that handles both conversation creation and streaming. - If message is provided: Start new conversation processing - If no message: Stream from existing conversation |
posthog.posthog_conversationsretrieve | Read read | 0 | Conversationsretrieve |
posthog.posthog_conversationsappendmessagecreate | Write write | 0 | Appends a message to an existing conversation without triggering AI processing. This is used for client-side generated messages that need to be persisted (e.g., support ticket confirmation messages). |
posthog.posthog_conversationscancelpartialupdate | Write write | 0 | Conversationscancelpartialupdate |
posthog.posthog_conversationsqueueretrieve | Read read | 0 | Conversationsqueueretrieve |
posthog.posthog_conversationsqueuecreate | Write write | 0 | Conversationsqueuecreate |
posthog.posthog_conversationsqueuepartialupdate | Write write | 0 | Conversationsqueuepartialupdate |
posthog.posthog_conversationsqueuedestroy | Write write | 0 | Conversationsqueuedestroy |
posthog.posthog_conversationsqueueclearcreate | Write write | 0 | Conversationsqueueclearcreate |
posthog.posthog_conversationsviewslist | Read read | 0 | Conversationsviewslist |
posthog.posthog_conversationsviewscreate | Write write | 0 | Conversationsviewscreate |
posthog.posthog_conversationsviewsretrieve | Read read | 0 | Conversationsviewsretrieve |
posthog.posthog_conversationsviewsdestroy | Write write | 0 | Conversationsviewsdestroy |
posthog.posthog_customerjourneyslist | Read read | 0 | Customerjourneyslist |
posthog.posthog_customerjourneyscreate | Write write | 0 | Customerjourneyscreate |
posthog.posthog_customerjourneysretrieve | Read read | 0 | Customerjourneysretrieve |
posthog.posthog_customerjourneysupdate | Write write | 0 | Customerjourneysupdate |
posthog.posthog_customerjourneyspartialupdate | Write write | 0 | Customerjourneyspartialupdate |
posthog.posthog_customerjourneysdestroy | Write write | 0 | Customerjourneysdestroy |
posthog.posthog_customerprofileconfigslist | Read read | 0 | Customerprofileconfigslist |
posthog.posthog_customerprofileconfigscreate | Write write | 0 | Customerprofileconfigscreate |
posthog.posthog_customerprofileconfigsretrieve | Read read | 0 | Customerprofileconfigsretrieve |
posthog.posthog_customerprofileconfigsupdate | Write write | 0 | Customerprofileconfigsupdate |
posthog.posthog_customerprofileconfigspartialupdate | Write write | 0 | Customerprofileconfigspartialupdate |
posthog.posthog_customerprofileconfigsdestroy | Write write | 0 | Customerprofileconfigsdestroy |
posthog.posthog_desktoprecordingslist | Read read | 0 | RESTful API for managing desktop meeting recordings. Standard CRUD operations plus transcript management as a subresource. |
posthog.posthog_desktoprecordingscreate | Write write | 0 | Create a new recording and get Recall.ai upload token for the desktop SDK |
posthog.posthog_desktoprecordingsretrieve | Read read | 0 | RESTful API for managing desktop meeting recordings. Standard CRUD operations plus transcript management as a subresource. |
posthog.posthog_desktoprecordingsupdate | Write write | 0 | RESTful API for managing desktop meeting recordings. Standard CRUD operations plus transcript management as a subresource. |
posthog.posthog_desktoprecordingspartialupdate | Write write | 0 | RESTful API for managing desktop meeting recordings. Standard CRUD operations plus transcript management as a subresource. |
posthog.posthog_desktoprecordingsdestroy | Write write | 0 | RESTful API for managing desktop meeting recordings. Standard CRUD operations plus transcript management as a subresource. |
posthog.posthog_desktoprecordingsappendsegmentscreate | Write write | 0 | Append transcript segments (supports batched real-time streaming) |
posthog.posthog_errortrackingassignmentruleslist | Read read | 0 | Errortrackingassignmentruleslist |
posthog.posthog_errortrackingassignmentrulescreate | Write write | 0 | Errortrackingassignmentrulescreate |
posthog.posthog_errortrackingassignmentrulesretrieve | Read read | 0 | Errortrackingassignmentrulesretrieve |
posthog.posthog_errortrackingassignmentrulesupdate | Write write | 0 | Errortrackingassignmentrulesupdate |
posthog.posthog_errortrackingassignmentrulespartialupdate | Write write | 0 | Errortrackingassignmentrulespartialupdate |
posthog.posthog_errortrackingassignmentrulesdestroy | Write write | 0 | Errortrackingassignmentrulesdestroy |
posthog.posthog_errortrackingassignmentrulesreorderpartialupdate | Write write | 0 | Errortrackingassignmentrulesreorderpartialupdate |
posthog.posthog_errortrackingfingerprintslist | Read read | 0 | Errortrackingfingerprintslist |
posthog.posthog_errortrackingfingerprintsretrieve | Read read | 0 | Errortrackingfingerprintsretrieve |
posthog.posthog_errortrackingfingerprintsdestroy | Write write | 0 | Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true |
posthog.posthog_errortrackinggitproviderfilelinksresolvegithubretrieve | Read read | 0 | Errortrackinggitproviderfilelinksresolvegithubretrieve |
posthog.posthog_errortrackinggitproviderfilelinksresolvegitlabretrieve | Read read | 0 | Errortrackinggitproviderfilelinksresolvegitlabretrieve |
posthog.posthog_errortrackinggroupingruleslist | Read read | 0 | Errortrackinggroupingruleslist |
posthog.posthog_errortrackinggroupingrulescreate | Write write | 0 | Errortrackinggroupingrulescreate |
posthog.posthog_errortrackinggroupingrulesretrieve | Read read | 0 | Errortrackinggroupingrulesretrieve |
posthog.posthog_errortrackinggroupingrulesupdate | Write write | 0 | Errortrackinggroupingrulesupdate |
posthog.posthog_errortrackinggroupingrulespartialupdate | Write write | 0 | Errortrackinggroupingrulespartialupdate |
posthog.posthog_errortrackinggroupingrulesdestroy | Write write | 0 | Errortrackinggroupingrulesdestroy |
posthog.posthog_errortrackinggroupingrulesreorderpartialupdate | Write write | 0 | Errortrackinggroupingrulesreorderpartialupdate |
posthog.posthog_errortrackingissueslist | Read read | 0 | Errortrackingissueslist |
posthog.posthog_errortrackingissuescreate | Write write | 0 | Errortrackingissuescreate |
posthog.posthog_errortrackingissuesretrieve | Read read | 0 | Errortrackingissuesretrieve |
posthog.posthog_errortrackingissuesupdate | Write write | 0 | Errortrackingissuesupdate |
posthog.posthog_errortrackingissuespartialupdate | Write write | 0 | Errortrackingissuespartialupdate |
posthog.posthog_errortrackingissuesdestroy | Write write | 0 | Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true |
posthog.posthog_errortrackingissuesactivityretrieve | Read read | 0 | Errortrackingissuesactivityretrieve |
posthog.posthog_errortrackingissuesassignpartialupdate | Write write | 0 | Errortrackingissuesassignpartialupdate |
posthog.posthog_errortrackingissuescohortupdate | Write write | 0 | Errortrackingissuescohortupdate |
posthog.posthog_errortrackingissuesmergecreate | Write write | 0 | Errortrackingissuesmergecreate |
posthog.posthog_errortrackingissuessplitcreate | Write write | 0 | Errortrackingissuessplitcreate |
posthog.posthog_errortrackingissuesallactivityretrieve | Read read | 0 | Errortrackingissuesallactivityretrieve |
posthog.posthog_errortrackingissuesbulkcreate | Write write | 0 | Errortrackingissuesbulkcreate |
posthog.posthog_errortrackingissuesexistsretrieve | Read read | 0 | Errortrackingissuesexistsretrieve |
posthog.posthog_errortrackingissuesvaluesretrieve | Read read | 0 | Errortrackingissuesvaluesretrieve |
posthog.posthog_errortrackingqueryissuecreate | Write write | 0 | Get compact error tracking issue details |
posthog.posthog_errortrackingqueryissueeventscreate | Write write | 0 | List sampled exception events for an error tracking issue |
posthog.posthog_errortrackingqueryissueslistcreate | Write write | 0 | List compact error tracking issues |
posthog.posthog_errortrackingrecommendationslist | Read read | 0 | Errortrackingrecommendationslist |
posthog.posthog_errortrackingrecommendationsdismisscreate | Write write | 0 | Errortrackingrecommendationsdismisscreate |
posthog.posthog_errortrackingrecommendationsrefreshcreate | Write write | 0 | Errortrackingrecommendationsrefreshcreate |
posthog.posthog_errortrackingrecommendationsrestorecreate | Write write | 0 | Errortrackingrecommendationsrestorecreate |
posthog.posthog_errortrackingsettingsretrievesettingsretrieve | Read read | 0 | Errortrackingsettingsretrievesettingsretrieve |
posthog.posthog_errortrackingsettingsupdatesettingspartialupdate | Write write | 0 | Errortrackingsettingsupdatesettingspartialupdate |
posthog.posthog_errortrackingspikedetectionconfiglist | Read read | 0 | Errortrackingspikedetectionconfiglist |
posthog.posthog_errortrackingspikedetectionconfigupdateconfigpartialupdate | Write write | 0 | Errortrackingspikedetectionconfigupdateconfigpartialupdate |
posthog.posthog_errortrackingspikeeventslist | Read read | 0 | Errortrackingspikeeventslist |
posthog.posthog_errortrackingstackframeslist | Read read | 0 | Errortrackingstackframeslist |
posthog.posthog_errortrackingstackframesretrieve | Read read | 0 | Errortrackingstackframesretrieve |
posthog.posthog_errortrackingstackframesdestroy | Write write | 0 | Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true |
posthog.posthog_errortrackingstackframesbatchgetcreate | Write write | 0 | Errortrackingstackframesbatchgetcreate |
posthog.posthog_errortrackingsuppressionruleslist | Read read | 0 | Errortrackingsuppressionruleslist |
posthog.posthog_errortrackingsuppressionrulescreate | Write write | 0 | Errortrackingsuppressionrulescreate |
posthog.posthog_errortrackingsuppressionrulesretrieve | Read read | 0 | Errortrackingsuppressionrulesretrieve |
posthog.posthog_errortrackingsuppressionrulesupdate | Write write | 0 | Errortrackingsuppressionrulesupdate |
posthog.posthog_errortrackingsuppressionrulespartialupdate | Write write | 0 | Errortrackingsuppressionrulespartialupdate |
posthog.posthog_errortrackingsuppressionrulesdestroy | Write write | 0 | Errortrackingsuppressionrulesdestroy |
posthog.posthog_errortrackingsuppressionrulesreorderpartialupdate | Write write | 0 | Errortrackingsuppressionrulesreorderpartialupdate |
posthog.posthog_evaluationrunscreate | Write write | 0 | Create a new evaluation run. This endpoint validates the request and enqueues a Temporal workflow to asynchronously execute the evaluation. |
posthog.posthog_evaluationslist | Read read | 0 | Evaluationslist |
posthog.posthog_evaluationscreate | Write write | 0 | Evaluationscreate |
posthog.posthog_evaluationsretrieve | Read read | 0 | Evaluationsretrieve |
posthog.posthog_evaluationsupdate | Write write | 0 | Evaluationsupdate |
posthog.posthog_evaluationspartialupdate | Write write | 0 | Evaluationspartialupdate |
posthog.posthog_evaluationsdestroy | Write write | 0 | Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true |
posthog.posthog_evaluationstesthogcreate | Write write | 0 | Test Hog evaluation code against sample events without saving. |
posthog.posthog_eventfilterretrieve | Read read | 0 | Returns the event filter config for the team, or null if not yet created. |
posthog.posthog_eventfiltercreate | Write write | 0 | Create or update the event filter config. |
posthog.posthog_eventfiltermetricsretrieve | Read read | 0 | Single event filter per team. GET /eventfilter/ - returns the config (or null if not yet created) POST /eventfilter/ - creates or updates the config (upsert) GET /eventfilter/metrics/ - time-series metrics GET /eventfilter/metrics/totals/ - aggregate totals |
posthog.posthog_eventfiltermetricstotalsretrieve | Read read | 0 | Single event filter per team. GET /eventfilter/ - returns the config (or null if not yet created) POST /eventfilter/ - creates or updates the config (upsert) GET /eventfilter/metrics/ - time-series metrics GET /eventfilter/metrics/totals/ - aggregate totals |
posthog.posthog_healthissueslist | Read read | 0 | Healthissueslist |
posthog.posthog_healthissuesretrieve | Read read | 0 | Healthissuesretrieve |
posthog.posthog_healthissuespartialupdate | Write write | 0 | Healthissuespartialupdate |
posthog.posthog_healthissuesresolvecreate | Write write | 0 | Healthissuesresolvecreate |
posthog.posthog_healthissuessummaryretrieve | Read read | 0 | Healthissuessummaryretrieve |
posthog.posthog_lineagegetupstreamretrieve | Read read | 0 | Lineagegetupstreamretrieve |
posthog.posthog_llmanalyticsclusteringconfigretrieve | Read read | 0 | Team-level clustering configuration (event filters for automated pipelines). |
posthog.posthog_llmanalyticsclusteringconfigseteventfilterscreate | Write write | 0 | Team-level clustering configuration (event filters for automated pipelines). |
posthog.posthog_llmanalyticsclusteringjobslist | Read read | 0 | CRUD for clustering job configurations (max 5 per team). |
posthog.posthog_llmanalyticsclusteringjobscreate | Write write | 0 | CRUD for clustering job configurations (max 5 per team). |
posthog.posthog_llmanalyticsclusteringjobsretrieve | Read read | 0 | CRUD for clustering job configurations (max 5 per team). |
posthog.posthog_llmanalyticsclusteringjobsupdate | Write write | 0 | CRUD for clustering job configurations (max 5 per team). |
posthog.posthog_llmanalyticsclusteringjobspartialupdate | Write write | 0 | CRUD for clustering job configurations (max 5 per team). |
posthog.posthog_llmanalyticsclusteringjobsdestroy | Write write | 0 | CRUD for clustering job configurations (max 5 per team). |
posthog.posthog_llmanalyticsevaluationconfigretrieve | Read read | 0 | Get the evaluation config for this team |
posthog.posthog_llmanalyticsevaluationconfigsetactivekeycreate | Write write | 0 | Set the active provider key for evaluations |
posthog.posthog_llmanalyticsevaluationreportslist | Read read | 0 | CRUD for evaluation report configurations + report run history. |
posthog.posthog_llmanalyticsevaluationreportscreate | Write write | 0 | CRUD for evaluation report configurations + report run history. |
posthog.posthog_llmanalyticsevaluationreportsretrieve | Read read | 0 | CRUD for evaluation report configurations + report run history. |
posthog.posthog_llmanalyticsevaluationreportsupdate | Write write | 0 | CRUD for evaluation report configurations + report run history. |
posthog.posthog_llmanalyticsevaluationreportspartialupdate | Write write | 0 | CRUD for evaluation report configurations + report run history. |
posthog.posthog_llmanalyticsevaluationreportsdestroy | Write write | 0 | Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true |
posthog.posthog_llmanalyticsevaluationreportsgeneratecreate | Write write | 0 | Trigger immediate report generation. |
posthog.posthog_llmanalyticsevaluationreportsrunslist | Read read | 0 | List report runs (history) for this report. |
posthog.posthog_llmanalyticsevaluationsummarycreate | Write write | 0 | Generate an AI-powered summary of evaluation results. This endpoint analyzes evaluation runs and identifies patterns in passing and failing evaluations, providing actionable recommendations. Data is fetched server-side by evaluation ID to ensure data integr... |
posthog.posthog_llmanalyticsmodelsretrieve | Read read | 0 | List available models for a provider. |
posthog.posthog_llmanalyticsofflineevaluationsexperimentitemscreate | Write write | 0 | Llmanalyticsofflineevaluationsexperimentitemscreate |
posthog.posthog_llmanalyticsproviderkeyvalidationscreate | Write write | 0 | Validate LLM provider API keys without persisting them |
posthog.posthog_llmanalyticsproviderkeyslist | Read read | 0 | Llmanalyticsproviderkeyslist |
posthog.posthog_llmanalyticsproviderkeyscreate | Write write | 0 | Llmanalyticsproviderkeyscreate |
posthog.posthog_llmanalyticsproviderkeysretrieve | Read read | 0 | Llmanalyticsproviderkeysretrieve |
posthog.posthog_llmanalyticsproviderkeysupdate | Write write | 0 | Llmanalyticsproviderkeysupdate |
posthog.posthog_llmanalyticsproviderkeyspartialupdate | Write write | 0 | Llmanalyticsproviderkeyspartialupdate |
posthog.posthog_llmanalyticsproviderkeysdestroy | Write write | 0 | Llmanalyticsproviderkeysdestroy |
posthog.posthog_llmanalyticsproviderkeysassigncreate | Write write | 0 | Assign this key to evaluations and optionally re-enable them. |
posthog.posthog_llmanalyticsproviderkeysdependentconfigsretrieve | Read read | 0 | Get evaluations using this key and alternative keys for replacement. |
posthog.posthog_llmanalyticsproviderkeysvalidatecreate | Write write | 0 | Llmanalyticsproviderkeysvalidatecreate |
posthog.posthog_llmanalyticsproviderkeystrialevaluationsretrieve | Read read | 0 | List enabled evaluations currently using trial credits for a given provider. |
posthog.posthog_llmanalyticsreviewqueueitemslist | Read read | 0 | Llmanalyticsreviewqueueitemslist |
posthog.posthog_llmanalyticsreviewqueueitemscreate | Write write | 0 | Llmanalyticsreviewqueueitemscreate |
posthog.posthog_llmanalyticsreviewqueueitemsretrieve | Read read | 0 | Llmanalyticsreviewqueueitemsretrieve |
posthog.posthog_llmanalyticsreviewqueueitemspartialupdate | Write write | 0 | Llmanalyticsreviewqueueitemspartialupdate |
posthog.posthog_llmanalyticsreviewqueueitemsdestroy | Write write | 0 | Llmanalyticsreviewqueueitemsdestroy |
posthog.posthog_llmanalyticsreviewqueueslist | Read read | 0 | Llmanalyticsreviewqueueslist |
posthog.posthog_llmanalyticsreviewqueuescreate | Write write | 0 | Llmanalyticsreviewqueuescreate |
posthog.posthog_llmanalyticsreviewqueuesretrieve | Read read | 0 | Llmanalyticsreviewqueuesretrieve |
posthog.posthog_llmanalyticsreviewqueuespartialupdate | Write write | 0 | Llmanalyticsreviewqueuespartialupdate |
posthog.posthog_llmanalyticsreviewqueuesdestroy | Write write | 0 | Llmanalyticsreviewqueuesdestroy |
posthog.posthog_llmanalyticsscoredefinitionslist | Read read | 0 | Llmanalyticsscoredefinitionslist |
posthog.posthog_llmanalyticsscoredefinitionscreate | Write write | 0 | Llmanalyticsscoredefinitionscreate |
posthog.posthog_llmanalyticsscoredefinitionsretrieve | Read read | 0 | Llmanalyticsscoredefinitionsretrieve |
posthog.posthog_llmanalyticsscoredefinitionspartialupdate | Write write | 0 | Llmanalyticsscoredefinitionspartialupdate |
posthog.posthog_llmanalyticsscoredefinitionsnewversioncreate | Write write | 0 | Llmanalyticsscoredefinitionsnewversioncreate |
posthog.posthog_llmanalyticssentimentcreate | Write write | 0 | Llmanalyticssentimentcreate |
posthog.posthog_llmanalyticssentimentgenerationscreate | Write write | 0 | Llmanalyticssentimentgenerationscreate |
posthog.posthog_llmanalyticssummarizationcreate | Write write | 0 | Generate an AI-powered summary of an LLM trace or event. This endpoint analyzes the provided trace/event, generates a line-numbered text representation, and uses an LLM to create a concise summary with line references. Two ways to use this endpoint: 1. By I... |
posthog.posthog_llmanalyticssummarizationbatchcheckcreate | Write write | 0 | Check which traces have cached summaries available. This endpoint allows batch checking of multiple trace IDs to see which ones have cached summaries. Returns only the traces that have cached summaries with their titles. Use Cases: - Load cached summaries o... |
posthog.posthog_llmanalyticstextreprcreate | Write write | 0 | Generate a human-readable text representation of an LLM trace event. This endpoint converts LLM analytics events ($aigeneration, $aispan, $aiembedding, or $aitrace) into formatted text representations suitable for display, logging, or analysis. Supported Ev... |
posthog.posthog_llmanalyticstracereviewslist | Read read | 0 | Llmanalyticstracereviewslist |
posthog.posthog_llmanalyticstracereviewscreate | Write write | 0 | Llmanalyticstracereviewscreate |
posthog.posthog_llmanalyticstracereviewsretrieve | Read read | 0 | Llmanalyticstracereviewsretrieve |
posthog.posthog_llmanalyticstracereviewspartialupdate | Write write | 0 | Llmanalyticstracereviewspartialupdate |
posthog.posthog_llmanalyticstracereviewsdestroy | Write write | 0 | Llmanalyticstracereviewsdestroy |
posthog.posthog_llmanalyticstranslatecreate | Write write | 0 | Translate text to target language. |
posthog.posthog_llmpromptslist | Read read | 0 | Llmpromptslist |
posthog.posthog_llmpromptscreate | Write write | 0 | Llmpromptscreate |
posthog.posthog_llmpromptsnameretrieve | Read read | 0 | Llmpromptsnameretrieve |
posthog.posthog_llmpromptsnamepartialupdate | Write write | 0 | Llmpromptsnamepartialupdate |
posthog.posthog_llmpromptsnamearchivecreate | Write write | 0 | Llmpromptsnamearchivecreate |
posthog.posthog_llmpromptsnameduplicatecreate | Write write | 0 | Llmpromptsnameduplicatecreate |
posthog.posthog_llmpromptsresolvenameretrieve | Read read | 0 | Llmpromptsresolvenameretrieve |
posthog.posthog_llmskillslist | Read read | 0 | Llmskillslist |
posthog.posthog_llmskillscreate | Write write | 0 | Llmskillscreate |
posthog.posthog_llmskillsnameretrieve | Read read | 0 | Llmskillsnameretrieve |
posthog.posthog_llmskillsnamepartialupdate | Write write | 0 | Llmskillsnamepartialupdate |
posthog.posthog_llmskillsnamearchivecreate | Write write | 0 | Llmskillsnamearchivecreate |
posthog.posthog_llmskillsnameduplicatecreate | Write write | 0 | Llmskillsnameduplicatecreate |
posthog.posthog_llmskillsnamefilescreate | Write write | 0 | Llmskillsnamefilescreate |
posthog.posthog_llmskillsnamefilesrenamecreate | Write write | 0 | Llmskillsnamefilesrenamecreate |
posthog.posthog_llmskillsnamefilesretrieve | Read read | 0 | Llmskillsnamefilesretrieve |
posthog.posthog_llmskillsnamefilesdestroy | Write write | 0 | Llmskillsnamefilesdestroy |
posthog.posthog_llmskillsresolvenameretrieve | Read read | 0 | Llmskillsresolvenameretrieve |
posthog.posthog_logsexplain_log_with_a_icreate | Write write | 0 | Explain a log entry using AI. POST /api/environments/:id/logs/explainLogWithAI/ |
posthog.posthog_logsviewslist | Read read | 0 | Logsviewslist |
posthog.posthog_logsviewscreate | Write write | 0 | Logsviewscreate |
posthog.posthog_logsviewsretrieve | Read read | 0 | Logsviewsretrieve |
posthog.posthog_logsviewsupdate | Write write | 0 | Logsviewsupdate |
posthog.posthog_logsviewspartialupdate | Write write | 0 | Logsviewspartialupdate |
posthog.posthog_logsviewsdestroy | Write write | 0 | Logsviewsdestroy |
posthog.posthog_managedviewsetsretrieve | Read read | 0 | Get all views associated with a specific managed viewset. GET /api/environments/{teamid}/managedviewsets/{kind}/ |
posthog.posthog_managedviewsetsupdate | Write write | 0 | Enable or disable a managed viewset by kind. PUT /api/environments/{teamid}/managedviewsets/{kind}/ with body {"enabled": true/false} |
posthog.posthog_maxtoolscreateandqueryinsightcreate | Write write | 0 | Maxtoolscreateandqueryinsightcreate |
posthog.posthog_mcpserverinstallationslist | Read read | 0 | Mcpserverinstallationslist |
posthog.posthog_mcpserverinstallationscreate | Write write | 0 | Mcpserverinstallationscreate |
posthog.posthog_mcpserverinstallationsretrieve | Read read | 0 | Mcpserverinstallationsretrieve |
posthog.posthog_mcpserverinstallationsupdate | Write write | 0 | Mcpserverinstallationsupdate |
posthog.posthog_mcpserverinstallationspartialupdate | Write write | 0 | Mcpserverinstallationspartialupdate |
posthog.posthog_mcpserverinstallationsdestroy | Write write | 0 | Mcpserverinstallationsdestroy |
posthog.posthog_mcpserverinstallationsproxycreate | Write write | 0 | Mcpserverinstallationsproxycreate |
posthog.posthog_mcpserverinstallationstoolsretrieve | Read read | 0 | Mcpserverinstallationstoolsretrieve |
posthog.posthog_mcpserverinstallationstoolspartialupdate | Write write | 0 | Mcpserverinstallationstoolspartialupdate |
posthog.posthog_mcpserverinstallationstoolsrefreshcreate | Write write | 0 | Mcpserverinstallationstoolsrefreshcreate |
posthog.posthog_mcpserverinstallationsauthorizeretrieve | Read read | 0 | Start (or re-start) an OAuth flow. Pass templateid to (re)connect a catalog template, or installationid to reconnect an existing custom install using its cached metadata and per-user DCR creds. |
posthog.posthog_mcpserverinstallationsinstallcustomcreate | Write write | 0 | Mcpserverinstallationsinstallcustomcreate |
posthog.posthog_mcpserverinstallationsinstalltemplatecreate | Write write | 0 | Mcpserverinstallationsinstalltemplatecreate |
posthog.posthog_mcpserverslist | Read read | 0 | Lists curated MCP server templates that users can install with one click. Templates are seeded by PostHog operators and carry shared, encrypted OAuth client credentials. Inactive templates are hidden from the catalog. |
posthog.posthog_mcptoolscreate | Write write | 0 | Invoke an MCP tool by name. This endpoint allows MCP callers to invoke Max AI tools directly without going through the full LangChain conversation flow. Scopes are resolved dynamically per tool via dangerouslygetrequiredscopes. |
posthog.posthog_docssearch | Write write | 0 | Search PostHog documentation |
posthog.posthog_retrievesessionsummariesconfig | Read read | 0 | Retrieve the team's session summaries configuration (product context used to tailor single-session replay summaries). |
posthog.posthog_updatesessionsummariesconfig | Write write | 0 | Update the team's session summaries configuration (product context used to tailor single-session replay summaries). |
posthog.posthog_createsessionsummaries | Write write | 0 | Generate AI summary for a group of session recordings to find patterns and generate a notebook. |
posthog.posthog_createsessionsummariesindividually | Write write | 0 | Generate AI individual summary for each session, without grouping. |
posthog.posthog_subscriptionsdeliverieslist | Read read | 0 | List subscription deliveries |
posthog.posthog_subscriptionsdeliveriesretrieve | Read read | 0 | Retrieve subscription delivery |
posthog.posthog_taggerslist | Read read | 0 | Taggerslist |
posthog.posthog_taggerscreate | Write write | 0 | Taggerscreate |
posthog.posthog_taggersretrieve | Read read | 0 | Taggersretrieve |
posthog.posthog_taggersupdate | Write write | 0 | Taggersupdate |
posthog.posthog_taggerspartialupdate | Write write | 0 | Taggerspartialupdate |
posthog.posthog_taggersdestroy | Write write | 0 | Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true |
posthog.posthog_taggerstesthogcreate | Write write | 0 | Test Hog tagger code against sample events without saving. |
posthog.posthog_tracingspansattributesretrieve | Read read | 0 | Tracingspansattributesretrieve |
posthog.posthog_tracingspansquerycreate | Write write | 0 | Tracingspansquerycreate |
posthog.posthog_tracingspansservicenamesretrieve | Read read | 0 | Tracingspansservicenamesretrieve |
posthog.posthog_tracingspanssparklinecreate | Write write | 0 | Tracingspanssparklinecreate |
posthog.posthog_tracingspanstracecreate | Write write | 0 | Tracingspanstracecreate |
posthog.posthog_tracingspansvaluesretrieve | Read read | 0 | Tracingspansvaluesretrieve |
posthog.posthog_userinterviewslist | Read read | 0 | Userinterviewslist |
posthog.posthog_userinterviewscreate | Write write | 0 | Userinterviewscreate |
posthog.posthog_userinterviewsretrieve | Read read | 0 | Userinterviewsretrieve |
posthog.posthog_userinterviewsupdate | Write write | 0 | Userinterviewsupdate |
posthog.posthog_userinterviewspartialupdate | Write write | 0 | Userinterviewspartialupdate |
posthog.posthog_userinterviewsdestroy | Write write | 0 | Userinterviewsdestroy |
posthog.posthog_webanalyticsweeklydigest | Read read | 0 | Summarize web analytics |
posthog.posthog_webvitalsretrieve | Read read | 0 | Get web vitals for a specific pathname. Toolbar accesses this via OAuth (handled by TeamAndOrgViewSetMixin.getauthenticators). |
posthog.posthog_list | Read read | 0 | List |
posthog.posthog_create | Write write | 0 | Create |
posthog.posthog_retrieve | Read read | 0 | Retrieve |
posthog.posthog_update | Write write | 0 | Update |
posthog.posthog_partialupdate | Write write | 0 | Partialupdate |
posthog.posthog_destroy | Write write | 0 | Destroy |
posthog.posthog_orgorganizationsbatchexportslist | Read read | 0 | Orgorganizationsbatchexportslist |
posthog.posthog_orgorganizationsbatchexportscreate | Write write | 0 | Orgorganizationsbatchexportscreate |
posthog.posthog_orgorganizationsbatchexportsretrieve | Read read | 0 | Orgorganizationsbatchexportsretrieve |
posthog.posthog_orgorganizationsbatchexportsupdate | Write write | 0 | Orgorganizationsbatchexportsupdate |
posthog.posthog_orgorganizationsbatchexportspartialupdate | Write write | 0 | Orgorganizationsbatchexportspartialupdate |
posthog.posthog_orgorganizationsbatchexportsdestroy | Write write | 0 | Orgorganizationsbatchexportsdestroy |
posthog.posthog_orgorganizationsbatchexportslogsretrieve | Read read | 0 | Orgorganizationsbatchexportslogsretrieve |
posthog.posthog_orgorganizationsbatchexportspausecreate | Write write | 0 | Pause a BatchExport. |
posthog.posthog_orgorganizationsbatchexportsrunteststepcreate | Write write | 0 | Orgorganizationsbatchexportsrunteststepcreate |
posthog.posthog_orgorganizationsbatchexportsunpausecreate | Write write | 0 | Unpause a BatchExport. |
posthog.posthog_orgorganizationsbatchexportsrunteststepnewcreate | Write write | 0 | Orgorganizationsbatchexportsrunteststepnewcreate |
posthog.posthog_orgorganizationsbatchexportstestretrieve | Read read | 0 | Orgorganizationsbatchexportstestretrieve |
posthog.posthog_domainslist | Read read | 0 | Domainslist |
posthog.posthog_domainscreate | Write write | 0 | Domainscreate |
posthog.posthog_domainsretrieve | Read read | 0 | Domainsretrieve |
posthog.posthog_domainsupdate | Write write | 0 | Domainsupdate |
posthog.posthog_domainspartialupdate | Write write | 0 | Domainspartialupdate |
posthog.posthog_domainsdestroy | Write write | 0 | Domainsdestroy |
posthog.posthog_domainsscimlogsretrieve | Read read | 0 | Domainsscimlogsretrieve |
posthog.posthog_domainsscimtokencreate | Write write | 0 | Regenerate SCIM bearer token. |
posthog.posthog_domainsverifycreate | Write write | 0 | Domainsverifycreate |
posthog.posthog_orgorganizationsintegrationslist | Read read | 0 | ViewSet for organization-level integrations. Provides access to integrations that are scoped to the entire organization (vs. project-level integrations). Examples include Vercel, AWS Marketplace, etc. Creation is handled by the integration installation flow... |
posthog.posthog_orgorganizationsintegrationsretrieve | Read read | 0 | ViewSet for organization-level integrations. Provides access to integrations that are scoped to the entire organization (vs. project-level integrations). Examples include Vercel, AWS Marketplace, etc. Creation is handled by the integration installation flow... |
posthog.posthog_orgorganizationintegrationsdestroy | Write write | 0 | ViewSet for organization-level integrations. Provides access to integrations that are scoped to the entire organization (vs. project-level integrations). Examples include Vercel, AWS Marketplace, etc. Creation is handled by the integration installation flow... |
posthog.posthog_integrationsenvironmentmappingpartialupdate | Write write | 0 | ViewSet for organization-level integrations. Provides access to integrations that are scoped to the entire organization (vs. project-level integrations). Examples include Vercel, AWS Marketplace, etc. Creation is handled by the integration installation flow... |
posthog.posthog_inviteslist | Read read | 0 | Inviteslist |
posthog.posthog_invitescreate | Write write | 0 | Invitescreate |
posthog.posthog_invitesdestroy | Write write | 0 | Invitesdestroy |
posthog.posthog_invitesbulkcreate | Write write | 0 | Invitesbulkcreate |
posthog.posthog_invitesdelegatecreate | Write write | 0 | Create an onboarding delegation invite: an admin-level invite flagged as a setup delegation. Sends a single dedicated delegation email and records the inviting user as having delegated. |
posthog.posthog_legaldocumentslist | Read read | 0 | Legaldocumentslist |
posthog.posthog_legaldocumentscreate | Write write | 0 | Legaldocumentscreate |
posthog.posthog_legaldocumentsretrieve | Read read | 0 | Legaldocumentsretrieve |
posthog.posthog_legaldocumentsdownloadretrieve | Read read | 0 | Short-lived redirect to the signed PDF in object storage. 404 while the envelope is still out for signature (or if the upload hasn't completed yet). The underlying presigned URL expires in ~60s; clients should hit this endpoint each time they want to view t... |
posthog.posthog_memberslist | Read read | 0 | Memberslist |
posthog.posthog_membersupdate | Write write | 0 | Membersupdate |
posthog.posthog_memberspartialupdate | Write write | 0 | Memberspartialupdate |
posthog.posthog_membersdestroy | Write write | 0 | Membersdestroy |
posthog.posthog_membersscopedapikeysretrieve | Read read | 0 | Membersscopedapikeysretrieve |
posthog.posthog_oauthapplicationslist | Read read | 0 | ViewSet for listing OAuth applications at the organization level (read-only). |
posthog.posthog_organizationsprojectslist | Read read | 0 | Projects for the current organization. |
posthog.posthog_organizationsprojectscreate | Write write | 0 | Projects for the current organization. |
posthog.posthog_organizationsprojectsretrieve | Read read | 0 | Retrieve a project and its settings. |
posthog.posthog_organizationsprojectsupdate | Write write | 0 | Replace a project and its settings. Prefer the PATCH endpoint for partial updates - PUT requires every writable field to be provided. |
posthog.posthog_organizationsprojectspartialupdate | Write write | 0 | Update one or more of a project's settings. Only the fields included in the request body are changed. |
posthog.posthog_organizationsprojectsdestroy | Write write | 0 | Projects for the current organization. |
posthog.posthog_organizationsprojectsactivityretrieve | Read read | 0 | Projects for the current organization. |
posthog.posthog_organizationsprojectsaddproductintentpartialupdate | Write write | 0 | Projects for the current organization. |
posthog.posthog_organizationsprojectschangeorganizationcreate | Write write | 0 | Projects for the current organization. |
posthog.posthog_organizationsprojectscompleteproductonboardingpartialupdate | Write write | 0 | Projects for the current organization. |
posthog.posthog_organizationsprojectsdeletesecrettokenbackuppartialupdate | Write write | 0 | Projects for the current organization. |
posthog.posthog_organizationsprojectsgenerateconversationspublictokencreate | Write write | 0 | Projects for the current organization. |
posthog.posthog_organizationsprojectsisgeneratingdemodataretrieve | Read read | 0 | Projects for the current organization. |
posthog.posthog_organizationsprojectsresettokenpartialupdate | Write write | 0 | Projects for the current organization. |
posthog.posthog_organizationsprojectsrotatesecrettokenpartialupdate | Write write | 0 | Projects for the current organization. |
posthog.posthog_proxyrecordslist | Read read | 0 | List all reverse proxies configured for the organization. Returns proxy records along with the maximum number allowed by the current plan. |
posthog.posthog_proxyrecordscreate | Write write | 0 | Create a new managed reverse proxy. Provide the domain you want to proxy through. The response includes the CNAME target you need to add as a DNS record. Once the CNAME is configured, the proxy will be automatically verified and provisioned. |
posthog.posthog_proxyrecordsretrieve | Read read | 0 | Get details of a specific reverse proxy by ID. Returns the full configuration including domain, CNAME target, and current provisioning status. |
posthog.posthog_proxyrecordsdestroy | Write write | 0 | Delete a reverse proxy. For proxies in 'waiting', 'erroring', or 'timedout' status, the record is deleted immediately. For active proxies, a deletion workflow is started to clean up the provisioned infrastructure. |
posthog.posthog_proxyrecordsdiagnosecreate | Write write | 0 | Run a deep diagnostic on a reverse proxy. Inspects DNS CNAME alignment, the certificate provider's hostname state, CAA records walked up the customer's DNS tree, HTTP-01 challenge reachability, a live event probe, and certificate expiry. Returns a structure... |
posthog.posthog_proxyrecordsretrycreate | Write write | 0 | Retry provisioning a failed reverse proxy. Only available for proxies in 'erroring' or 'timedout' status. Resets the proxy to 'waiting' status and restarts the provisioning workflow. |
posthog.posthog_roleexternalreferenceslist | Read read | 0 | Roleexternalreferenceslist |
posthog.posthog_roleexternalreferencescreate | Write write | 0 | Roleexternalreferencescreate |
posthog.posthog_roleexternalreferencesdestroy | Write write | 0 | Roleexternalreferencesdestroy |
posthog.posthog_roleexternalreferenceslookupretrieve | Read read | 0 | Roleexternalreferenceslookupretrieve |
posthog.posthog_roleslist | Read read | 0 | Roleslist |
posthog.posthog_rolescreate | Write write | 0 | Rolescreate |
posthog.posthog_rolesretrieve | Read read | 0 | Rolesretrieve |
posthog.posthog_rolesupdate | Write write | 0 | Rolesupdate |
posthog.posthog_rolespartialupdate | Write write | 0 | Rolespartialupdate |
posthog.posthog_rolesdestroy | Write write | 0 | Rolesdestroy |
posthog.posthog_rolesrolemembershipslist | Read read | 0 | Rolesrolemembershipslist |
posthog.posthog_rolesrolemembershipscreate | Write write | 0 | Rolesrolemembershipscreate |
posthog.posthog_rolesrolemembershipsretrieve | Read read | 0 | Rolesrolemembershipsretrieve |
posthog.posthog_rolesrolemembershipsdestroy | Write write | 0 | Rolesrolemembershipsdestroy |
posthog.posthog_welcomecurrentretrieve | Read read | 0 | Aggregated payload for the invited-user welcome screen. |
posthog.posthog_actionslist | Read read | 0 | Actionslist |
posthog.posthog_actionscreate | Write write | 0 | Actionscreate |
posthog.posthog_actionsretrieve | Read read | 0 | Actionsretrieve |
posthog.posthog_actionsupdate | Write write | 0 | Actionsupdate |
posthog.posthog_actionspartialupdate | Write write | 0 | Actionspartialupdate |
posthog.posthog_actionsdestroy | Write write | 0 | Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true |
posthog.posthog_actionsreferenceslist | Read read | 0 | Actionsreferenceslist |
posthog.posthog_actionsbulkupdatetagscreate | Write write | 0 | Bulk update tags on multiple objects. Accepts: - {"ids": [...], "action": "add"|"remove"|"set", "tags": ["tag1", "tag2"]} Actions: - "add": Add tags to existing tags on each object - "remove": Remove specific tags from each object - "set": Replace all tags... |
posthog.posthog_activityloglist | Read read | 0 | Activityloglist |
posthog.posthog_advancedactivitylogslist | Read read | 0 | Advancedactivitylogslist |
posthog.posthog_advancedactivitylogsavailablefiltersretrieve | Read read | 0 | Advancedactivitylogsavailablefiltersretrieve |
posthog.posthog_advancedactivitylogsexportcreate | Write write | 0 | Advancedactivitylogsexportcreate |
posthog.posthog_alertslist | Read read | 0 | Alertslist |
posthog.posthog_alertscreate | Write write | 0 | Alertscreate |
posthog.posthog_alertsretrieve | Read read | 0 | Alertsretrieve |
posthog.posthog_alertsupdate | Write write | 0 | Alertsupdate |
posthog.posthog_alertspartialupdate | Write write | 0 | Alertspartialupdate |
posthog.posthog_alertsdestroy | Write write | 0 | Alertsdestroy |
posthog.posthog_alertssimulatecreate | Write write | 0 | Simulate a detector on an insight's historical data. Read-only - no AlertCheck records are created. |
posthog.posthog_annotationslist | Read read | 0 | Create, Read, Update and Delete annotations. [See docs](https://posthog.com/docs/data/annotations) for more information on annotations. |
posthog.posthog_annotationscreate | Write write | 0 | Create, Read, Update and Delete annotations. [See docs](https://posthog.com/docs/data/annotations) for more information on annotations. |
posthog.posthog_annotationsretrieve | Read read | 0 | Create, Read, Update and Delete annotations. [See docs](https://posthog.com/docs/data/annotations) for more information on annotations. |
posthog.posthog_annotationsupdate | Write write | 0 | Create, Read, Update and Delete annotations. [See docs](https://posthog.com/docs/data/annotations) for more information on annotations. |
posthog.posthog_annotationspartialupdate | Write write | 0 | Create, Read, Update and Delete annotations. [See docs](https://posthog.com/docs/data/annotations) for more information on annotations. |
posthog.posthog_annotationsdestroy | Write write | 0 | Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true |
posthog.posthog_batchexportslist | Read read | 0 | Batchexportslist |
posthog.posthog_batchexportscreate | Write write | 0 | Batchexportscreate |
posthog.posthog_batchexportsbackfillslist | Read read | 0 | ViewSet for BatchExportBackfill models. Allows creating and reading backfills, but not updating or deleting them. |
posthog.posthog_batchexportsbackfillscreate | Write write | 0 | Create a new backfill for a BatchExport. |
posthog.posthog_batchexportsbackfillsretrieve | Read read | 0 | ViewSet for BatchExportBackfill models. Allows creating and reading backfills, but not updating or deleting them. |
posthog.posthog_batchexportsbackfillscancelcreate | Write write | 0 | Cancel a batch export backfill. |
posthog.posthog_batchexportsrunslist | Read read | 0 | Batchexportsrunslist |
posthog.posthog_batchexportsrunsretrieve | Read read | 0 | Batchexportsrunsretrieve |
posthog.posthog_batchexportsrunscancelcreate | Write write | 0 | Cancel a batch export run. |
posthog.posthog_batchexportsrunslogsretrieve | Read read | 0 | Batchexportsrunslogsretrieve |
posthog.posthog_batchexportsrunsretrycreate | Write write | 0 | Retry a batch export run. We use the same underlying mechanism as when backfilling a batch export, as retrying a run is the same as backfilling one run. |
posthog.posthog_batchexportsretrieve | Read read | 0 | Batchexportsretrieve |
posthog.posthog_batchexportsupdate | Write write | 0 | Batchexportsupdate |
posthog.posthog_batchexportspartialupdate | Write write | 0 | Batchexportspartialupdate |
posthog.posthog_batchexportsdestroy | Write write | 0 | Batchexportsdestroy |
posthog.posthog_batchexportslogsretrieve | Read read | 0 | Batchexportslogsretrieve |
posthog.posthog_batchexportspausecreate | Write write | 0 | Pause a BatchExport. |
posthog.posthog_batchexportsrunteststepcreate | Write write | 0 | Batchexportsrunteststepcreate |
posthog.posthog_batchexportsunpausecreate | Write write | 0 | Unpause a BatchExport. |
posthog.posthog_batchexportsrunteststepnewcreate | Write write | 0 | Batchexportsrunteststepnewcreate |
posthog.posthog_batchexportstestretrieve | Read read | 0 | Batchexportstestretrieve |
posthog.posthog_cohortslist | Read read | 0 | Cohortslist |
posthog.posthog_cohortscreate | Write write | 0 | Cohortscreate |
posthog.posthog_cohortsretrieve | Read read | 0 | Cohortsretrieve |
posthog.posthog_cohortsupdate | Write write | 0 | Cohortsupdate |
posthog.posthog_cohortspartialupdate | Write write | 0 | Cohortspartialupdate |
posthog.posthog_cohortsdestroy | Write write | 0 | Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true |
posthog.posthog_cohortsactivityretrieve | Read read | 0 | Cohortsactivityretrieve |
posthog.posthog_cohortsaddpersonstostaticcohortpartialupdate | Write write | 0 | Cohortsaddpersonstostaticcohortpartialupdate |
posthog.posthog_cohortscalculationhistoryretrieve | Read read | 0 | Cohortscalculationhistoryretrieve |
posthog.posthog_cohortspersonsretrieve | Read read | 0 | Cohortspersonsretrieve |
posthog.posthog_cohortsremovepersonfromstaticcohortpartialupdate | Write write | 0 | Cohortsremovepersonfromstaticcohortpartialupdate |
posthog.posthog_cohortsallactivityretrieve | Read read | 0 | Cohortsallactivityretrieve |
posthog.posthog_commentslist | Read read | 0 | Commentslist |
posthog.posthog_commentscreate | Write write | 0 | Commentscreate |
posthog.posthog_commentsretrieve | Read read | 0 | Commentsretrieve |
posthog.posthog_commentsupdate | Write write | 0 | Commentsupdate |
posthog.posthog_commentspartialupdate | Write write | 0 | Commentspartialupdate |
posthog.posthog_commentsdestroy | Write write | 0 | Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true |
posthog.posthog_commentscompletecreate | Write write | 0 | Mark a task-comment as complete. Sets completedat and completedby. 400 if the comment is not a task or is already complete. |
posthog.posthog_commentsreopencreate | Write write | 0 | Reopen a completed task-comment. Clears completedat and completedby. 400 if the comment is not a task or is already open. |
posthog.posthog_commentsthreadretrieve | Read read | 0 | Commentsthreadretrieve |
posthog.posthog_commentscountretrieve | Read read | 0 | Commentscountretrieve |
posthog.posthog_conversationsticketslist | Read read | 0 | List tickets with person data attached. |
posthog.posthog_conversationsticketscreate | Write write | 0 | Conversationsticketscreate |
posthog.posthog_conversationsticketsretrieve | Read read | 0 | Get single ticket and mark as read by team. |
posthog.posthog_conversationsticketsupdate | Write write | 0 | Handle ticket updates including assignee changes. |
posthog.posthog_conversationsticketspartialupdate | Write write | 0 | Conversationsticketspartialupdate |
posthog.posthog_conversationsticketsdestroy | Write write | 0 | Conversationsticketsdestroy |
posthog.posthog_conversationsticketssuggestreplycreate | Write write | 0 | Conversationsticketssuggestreplycreate |
posthog.posthog_conversationsticketsbulkupdatetagscreate | Write write | 0 | Bulk update tags on multiple objects. Accepts: - {"ids": [...], "action": "add"|"remove"|"set", "tags": ["tag1", "tag2"]} Actions: - "add": Add tags to existing tags on each object - "remove": Remove specific tags from each object - "set": Replace all tags... |
posthog.posthog_conversationsticketsunreadcountretrieve | Read read | 0 | Get total unread ticket count for the team. Returns the sum of unreadteamcount for all non-resolved tickets. Cached in Redis for 30 seconds, invalidated on changes. |
posthog.posthog_dashboardtemplateslist | Read read | 0 | Dashboardtemplateslist |
posthog.posthog_dashboardtemplatescreate | Write write | 0 | Dashboardtemplatescreate |
posthog.posthog_dashboardtemplatesretrieve | Read read | 0 | Dashboardtemplatesretrieve |
posthog.posthog_dashboardtemplatesupdate | Write write | 0 | Dashboardtemplatesupdate |
posthog.posthog_dashboardtemplatespartialupdate | Write write | 0 | Dashboardtemplatespartialupdate |
posthog.posthog_dashboardtemplatesdestroy | Write write | 0 | Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true |
posthog.posthog_dashboardtemplatescopybetweenprojectscreate | Write write | 0 | Copy a team template to this project |
posthog.posthog_dashboardtemplatesjsonschemaretrieve | Read read | 0 | Dashboardtemplatesjsonschemaretrieve |
posthog.posthog_dashboardslist | Read read | 0 | Dashboardslist |
posthog.posthog_dashboardscreate | Write write | 0 | Dashboardscreate |
posthog.posthog_dashboardscollaboratorslist | Read read | 0 | Dashboardscollaboratorslist |
posthog.posthog_dashboardscollaboratorscreate | Write write | 0 | Dashboardscollaboratorscreate |
posthog.posthog_dashboardscollaboratorsdestroy | Write write | 0 | Dashboardscollaboratorsdestroy |
posthog.posthog_dashboardssharinglist | Read read | 0 | Dashboardssharinglist |
posthog.posthog_dashboardssharingpasswordscreate | Write write | 0 | Create a new password for the sharing configuration. |
posthog.posthog_dashboardssharingpasswordsdestroy | Write write | 0 | Delete a password from the sharing configuration. |
posthog.posthog_dashboardssharingrefreshcreate | Write write | 0 | Dashboardssharingrefreshcreate |
posthog.posthog_dashboardsretrieve | Read read | 0 | Dashboardsretrieve |
posthog.posthog_dashboardsupdate | Write write | 0 | Dashboardsupdate |
posthog.posthog_dashboardspartialupdate | Write write | 0 | Dashboardspartialupdate |
posthog.posthog_dashboardsdestroy | Write write | 0 | Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true |
posthog.posthog_dashboardsanalyzerefreshresultcreate | Write write | 0 | Generate AI analysis comparing before/after dashboard refresh. Expects cachekey in request body pointing to the stored 'before' state. |
posthog.posthog_dashboardscopytilecreate | Write write | 0 | Copy an existing dashboard tile to another dashboard (insight or text card; new tile row). |
posthog.posthog_dashboardsmovetilepartialupdate | Write write | 0 | Dashboardsmovetilepartialupdate |
posthog.posthog_dashboardsreordertilescreate | Write write | 0 | Dashboardsreordertilescreate |
posthog.posthog_dashboardsruninsightsretrieve | Read read | 0 | Run all insights on a dashboard and return their results. |
posthog.posthog_dashboardssnapshotcreate | Write write | 0 | Snapshot the current dashboard state (from cache) for AI analysis. Returns a cachekey representing the 'before' state, to be used with analyzerefreshresult. |
posthog.posthog_dashboardsstreamtilesretrieve | Read read | 0 | Stream dashboard metadata and tiles via Server-Sent Events. Sends metadata first, then tiles as they are rendered. |
posthog.posthog_dashboardsbulkupdatetagscreate | Write write | 0 | Bulk update tags on multiple objects. Accepts: - {"ids": [...], "action": "add"|"remove"|"set", "tags": ["tag1", "tag2"]} Actions: - "add": Add tags to existing tags on each object - "remove": Remove specific tags from each object - "set": Replace all tags... |
posthog.posthog_dashboardscreatefromtemplatejsoncreate | Write write | 0 | Dashboardscreatefromtemplatejsoncreate |
posthog.posthog_dashboardscreateunlisteddashboardcreate | Write write | 0 | Creates an unlisted dashboard from template by tag. Enforces uniqueness (one per tag per team). Returns 409 if unlisted dashboard with this tag already exists. |
posthog.posthog_datacolorthemeslist | Read read | 0 | Datacolorthemeslist |
posthog.posthog_datacolorthemescreate | Write write | 0 | Datacolorthemescreate |
posthog.posthog_datacolorthemesretrieve | Read read | 0 | Datacolorthemesretrieve |
posthog.posthog_datacolorthemesupdate | Write write | 0 | Datacolorthemesupdate |
posthog.posthog_datacolorthemespartialupdate | Write write | 0 | Datacolorthemespartialupdate |
posthog.posthog_datacolorthemesdestroy | Write write | 0 | Datacolorthemesdestroy |
posthog.posthog_datamodelingjobslist | Read read | 0 | List data modeling jobs which are "runs" for our saved queries. |
posthog.posthog_datamodelingjobsretrieve | Read read | 0 | List data modeling jobs which are "runs" for our saved queries. |
posthog.posthog_datamodelingjobsrecentretrieve | Read read | 0 | Get the most recent non-running job for each saved query from the v2 backend. |
posthog.posthog_datamodelingjobsrunningretrieve | Read read | 0 | Get all currently running jobs from the v2 backend. |
posthog.posthog_datawarehousecheckdatabasenameretrieve | Read read | 0 | Check if a database name is available. |
posthog.posthog_datawarehousecompletedactivityretrieve | Read read | 0 | Returns completed/non-running activities (jobs with status 'Completed'). Supports pagination and cutoff time filtering. |
posthog.posthog_datawarehousedatahealthissuesretrieve | Read read | 0 | Returns failed/disabled data pipeline items for the Pipeline status side panel. Includes: materializations, syncs, sources, destinations, and transformations. |
posthog.posthog_datawarehousedataopsdashboardretrieve | Read read | 0 | Returns the data ops overview dashboard ID for this team, creating it if it doesn't exist yet. |
posthog.posthog_datawarehousedeprovisioncreate | Write write | 0 | Start deprovisioning the managed warehouse for this team. |
posthog.posthog_datawarehousejobstatsretrieve | Read read | 0 | Returns success and failed job statistics for the last 1, 7, or 30 days. Query parameter 'days' can be 1, 7, or 30 (default: 7). |
posthog.posthog_datawarehousepropertyvaluesretrieve | Read read | 0 | API endpoints for data warehouse aggregate statistics and operations. |
posthog.posthog_datawarehouseprovisioncreate | Write write | 0 | Start provisioning a managed warehouse for this team. |
posthog.posthog_datawarehouseresetpasswordcreate | Write write | 0 | Reset the root password for the managed warehouse. |
posthog.posthog_datawarehouserunningactivityretrieve | Read read | 0 | Returns currently running activities (jobs with status 'Running'). Supports pagination and cutoff time filtering. |
posthog.posthog_datawarehousetotalrowsstatsretrieve | Read read | 0 | Returns aggregated statistics for the data warehouse total rows processed within the current billing period. Used by the frontend data warehouse scene to display usage information. |
posthog.posthog_datawarehousewarehousestatusretrieve | Read read | 0 | Get the current provisioning status of the managed warehouse. |
posthog.posthog_datasetitemslist | Read read | 0 | Datasetitemslist |
posthog.posthog_datasetitemscreate | Write write | 0 | Datasetitemscreate |
posthog.posthog_datasetitemsretrieve | Read read | 0 | Datasetitemsretrieve |
posthog.posthog_datasetitemsupdate | Write write | 0 | Datasetitemsupdate |
posthog.posthog_datasetitemspartialupdate | Write write | 0 | Datasetitemspartialupdate |
posthog.posthog_datasetitemsdestroy | Write write | 0 | Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true |
posthog.posthog_datasetslist | Read read | 0 | Datasetslist |
posthog.posthog_datasetscreate | Write write | 0 | Datasetscreate |
posthog.posthog_datasetsretrieve | Read read | 0 | Datasetsretrieve |
posthog.posthog_datasetsupdate | Write write | 0 | Datasetsupdate |
posthog.posthog_datasetspartialupdate | Write write | 0 | Datasetspartialupdate |
posthog.posthog_datasetsdestroy | Write write | 0 | Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true |
posthog.posthog_earlyaccessfeaturelist | Read read | 0 | Earlyaccessfeaturelist |
posthog.posthog_earlyaccessfeaturecreate | Write write | 0 | Earlyaccessfeaturecreate |
posthog.posthog_earlyaccessfeatureretrieve | Read read | 0 | Earlyaccessfeatureretrieve |
posthog.posthog_earlyaccessfeatureupdate | Write write | 0 | Earlyaccessfeatureupdate |
posthog.posthog_earlyaccessfeaturepartialupdate | Write write | 0 | Earlyaccessfeaturepartialupdate |
posthog.posthog_earlyaccessfeaturedestroy | Write write | 0 | Earlyaccessfeaturedestroy |
posthog.posthog_elementslist | Read read | 0 | Elementslist |
posthog.posthog_elementscreate | Write write | 0 | Elementscreate |
posthog.posthog_elementsretrieve | Read read | 0 | Elementsretrieve |
posthog.posthog_elementsupdate | Write write | 0 | Elementsupdate |
posthog.posthog_elementspartialupdate | Write write | 0 | Elementspartialupdate |
posthog.posthog_elementsdestroy | Write write | 0 | Elementsdestroy |
posthog.posthog_elementsstatsretrieve | Read read | 0 | The original version of this API always and only returned $autocapture elements If no include query parameter is sent this remains true. Now, you can pass a combination of include query parameters to get different types of elements Currently only $autocaptu... |
posthog.posthog_elementsvaluesretrieve | Read read | 0 | Elementsvaluesretrieve |
posthog.posthog_endpointslist | Read read | 0 | List all endpoints for the team. |
posthog.posthog_endpointscreate | Write write | 0 | Create a new endpoint. |
posthog.posthog_endpointsretrieve | Read read | 0 | Retrieve an endpoint, or a specific version via ?version=N. |
posthog.posthog_endpointsupdate | Write write | 0 | Update an existing endpoint. Parameters are optional. Pass version in body or ?version=N query param to target a specific version. |
posthog.posthog_endpointspartialupdate | Write write | 0 | Update an existing endpoint. |
posthog.posthog_endpointsdestroy | Write write | 0 | Delete an endpoint and clean up materialized query. |
posthog.posthog_endpointsmaterializationpreviewcreate | Write write | 0 | Preview the materialization transform for an endpoint. Shows what the query will look like after materialization, including range pair detection and bucket functions. |
posthog.posthog_endpointsmaterializationstatusretrieve | Read read | 0 | Get materialization status for an endpoint. Supports ?version=N query param. |
posthog.posthog_endpointsopenapi_jsonretrieve | Read read | 0 | Get OpenAPI 3.0 specification for this endpoint. Use this to generate typed SDK clients. |
posthog.posthog_endpointsrunretrieve | Read read | 0 | Execute endpoint with optional materialization. Supports version parameter, runs latest version if not set. |
posthog.posthog_endpointsruncreate | Write write | 0 | Execute endpoint with optional materialization. Supports version parameter, runs latest version if not set. |
posthog.posthog_endpointsversionslist | Read read | 0 | List all versions for an endpoint. |
posthog.posthog_endpointslastexecutiontimescreate | Write write | 0 | Get the last execution times in the past 6 months for multiple endpoints. |
posthog.posthog_environmentslist | Read read | 0 | Deprecated: use /api/environments/{id}/ instead. |
posthog.posthog_environmentscreate | Write write | 0 | Deprecated: use /api/environments/{id}/ instead. |
posthog.posthog_environmentsretrieve | Read read | 0 | Deprecated: use /api/environments/{id}/ instead. |
posthog.posthog_environmentsupdate | Write write | 0 | Deprecated: use /api/environments/{id}/ instead. |
posthog.posthog_environmentspartialupdate | Write write | 0 | Deprecated: use /api/environments/{id}/ instead. |
posthog.posthog_environmentsdestroy | Write write | 0 | Deprecated: use /api/environments/{id}/ instead. |
posthog.posthog_environmentsactivityretrieve | Read read | 0 | Deprecated: use /api/environments/{id}/ instead. |
posthog.posthog_environmentsaddproductintentpartialupdate | Write write | 0 | Deprecated: use /api/environments/{id}/ instead. |
posthog.posthog_environmentscompleteproductonboardingpartialupdate | Write write | 0 | Deprecated: use /api/environments/{id}/ instead. |
posthog.posthog_environmentsdefaultevaluationcontextsretrieve | Read read | 0 | Manage default evaluation contexts for a team. |
posthog.posthog_environmentsdefaultevaluationcontextscreate | Write write | 0 | Manage default evaluation contexts for a team. |
posthog.posthog_environmentsdefaultevaluationcontextsdestroy | Write write | 0 | Manage default evaluation contexts for a team. |
posthog.posthog_environmentsdefaultreleaseconditionsretrieve | Read read | 0 | Manage default release conditions for new feature flags in this team. |
posthog.posthog_environmentsdefaultreleaseconditionsupdate | Write write | 0 | Manage default release conditions for new feature flags in this team. |
posthog.posthog_environmentsdeletesecrettokenbackuppartialupdate | Write write | 0 | Deprecated: use /api/environments/{id}/ instead. |
posthog.posthog_environmentseventingestionrestrictionsretrieve | Read read | 0 | Deprecated: use /api/environments/{id}/ instead. |
posthog.posthog_environmentsexperimentsconfigretrieve | Read read | 0 | Manage experiment configuration for this environment. |
posthog.posthog_environmentsexperimentsconfigpartialupdate | Write write | 0 | Manage experiment configuration for this environment. |
posthog.posthog_environmentsgenerateconversationspublictokencreate | Write write | 0 | Deprecated: use /api/environments/{id}/ instead. |
posthog.posthog_environmentsisgeneratingdemodataretrieve | Read read | 0 | Deprecated: use /api/environments/{id}/ instead. |
posthog.posthog_environmentsresettokenpartialupdate | Write write | 0 | Deprecated: use /api/environments/{id}/ instead. |
posthog.posthog_environmentsrotatesecrettokenpartialupdate | Write write | 0 | Deprecated: use /api/environments/{id}/ instead. |
posthog.posthog_environmentssettingsasofretrieve | Read read | 0 | Return the team settings as of the provided timestamp. Query params: - at: ISO8601 datetime (required) - scope: optional, one or multiple keys to filter the returned settings |
posthog.posthog_errortrackingreleaseslist | Read read | 0 | Errortrackingreleaseslist |
posthog.posthog_errortrackingreleasescreate | Write write | 0 | Errortrackingreleasescreate |
posthog.posthog_errortrackingreleasesretrieve | Read read | 0 | Errortrackingreleasesretrieve |
posthog.posthog_errortrackingreleasesupdate | Write write | 0 | Errortrackingreleasesupdate |
posthog.posthog_errortrackingreleasespartialupdate | Write write | 0 | Errortrackingreleasespartialupdate |
posthog.posthog_errortrackingreleasesdestroy | Write write | 0 | Errortrackingreleasesdestroy |
posthog.posthog_errortrackingreleaseshashretrieve | Read read | 0 | Errortrackingreleaseshashretrieve |
posthog.posthog_errortrackingsymbolsetslist | Read read | 0 | Errortrackingsymbolsetslist |
posthog.posthog_errortrackingsymbolsetscreate | Write write | 0 | Errortrackingsymbolsetscreate |
posthog.posthog_errortrackingsymbolsetsretrieve | Read read | 0 | Errortrackingsymbolsetsretrieve |
posthog.posthog_errortrackingsymbolsetsupdate | Write write | 0 | Errortrackingsymbolsetsupdate |
posthog.posthog_errortrackingsymbolsetspartialupdate | Write write | 0 | Errortrackingsymbolsetspartialupdate |
posthog.posthog_errortrackingsymbolsetsdestroy | Write write | 0 | Errortrackingsymbolsetsdestroy |
posthog.posthog_errortrackingsymbolsetsdownloadretrieve | Read read | 0 | Return a presigned URL for downloading the symbol set's source map. |
posthog.posthog_errortrackingsymbolsetsfinishuploadupdate | Write write | 0 | Errortrackingsymbolsetsfinishuploadupdate |
posthog.posthog_errortrackingsymbolsetsbulkdeletecreate | Write write | 0 | Errortrackingsymbolsetsbulkdeletecreate |
posthog.posthog_errortrackingsymbolsetsbulkfinishuploadcreate | Write write | 0 | Errortrackingsymbolsetsbulkfinishuploadcreate |
posthog.posthog_errortrackingsymbolsetsbulkstartuploadcreate | Write write | 0 | Errortrackingsymbolsetsbulkstartuploadcreate |
posthog.posthog_errortrackingsymbolsetsstartuploadcreate | Write write | 0 | Errortrackingsymbolsetsstartuploadcreate |
posthog.posthog_eventdefinitionslist | Read read | 0 | Eventdefinitionslist |
posthog.posthog_eventdefinitionscreate | Write write | 0 | Eventdefinitionscreate |
posthog.posthog_eventdefinitionsretrieve | Read read | 0 | Eventdefinitionsretrieve |
posthog.posthog_eventdefinitionsupdate | Write write | 0 | Eventdefinitionsupdate |
posthog.posthog_eventdefinitionspartialupdate | Write write | 0 | Eventdefinitionspartialupdate |
posthog.posthog_eventdefinitionsdestroy | Write write | 0 | Eventdefinitionsdestroy |
posthog.posthog_eventdefinitionsmetricsretrieve | Read read | 0 | Eventdefinitionsmetricsretrieve |
posthog.posthog_eventdefinitionsbulkupdatetagscreate | Write write | 0 | Bulk update tags on multiple objects. Accepts: - {"ids": [...], "action": "add"|"remove"|"set", "tags": ["tag1", "tag2"]} Actions: - "add": Add tags to existing tags on each object - "remove": Remove specific tags from each object - "set": Replace all tags... |
posthog.posthog_eventdefinitionsbynameretrieve | Read read | 0 | Get event definition by exact name |
posthog.posthog_eventdefinitionsgolangretrieve | Read read | 0 | Eventdefinitionsgolangretrieve |
posthog.posthog_eventdefinitionsprimarypropertiesretrieve | Read read | 0 | Resolve team-configured primary properties for event definitions. The response only contains entries where a non-null primaryproperty is set on the EventDefinition. Callers should fall back to the core taxonomy defaults client-side for names not present in... |
posthog.posthog_eventdefinitionspythonretrieve | Read read | 0 | Eventdefinitionspythonretrieve |
posthog.posthog_eventdefinitionstypescriptretrieve | Read read | 0 | Eventdefinitionstypescriptretrieve |
posthog.posthog_eventschemaslist | Read read | 0 | Eventschemaslist |
posthog.posthog_eventschemascreate | Write write | 0 | Eventschemascreate |
posthog.posthog_eventschemasupdate | Write write | 0 | Eventschemasupdate |
posthog.posthog_eventschemaspartialupdate | Write write | 0 | Eventschemaspartialupdate |
posthog.posthog_eventschemasdestroy | Write write | 0 | Eventschemasdestroy |
posthog.posthog_eventslist | Read read | 0 | This endpoint allows you to list and filter events. It is effectively deprecated and is kept only for backwards compatibility. If you ever ask about it you will be advised to not use it... If you want to ad-hoc list or aggregate events, use the Query endpoi... |
posthog.posthog_eventsretrieve | Read read | 0 | Eventsretrieve |
posthog.posthog_eventsvaluesretrieve | Read read | 0 | Eventsvaluesretrieve |
posthog.posthog_experimentholdoutslist | Read read | 0 | Experimentholdoutslist |
posthog.posthog_experimentholdoutscreate | Write write | 0 | Experimentholdoutscreate |
posthog.posthog_experimentholdoutsretrieve | Read read | 0 | Experimentholdoutsretrieve |
posthog.posthog_experimentholdoutsupdate | Write write | 0 | Experimentholdoutsupdate |
posthog.posthog_experimentholdoutspartialupdate | Write write | 0 | Experimentholdoutspartialupdate |
posthog.posthog_experimentholdoutsdestroy | Write write | 0 | Experimentholdoutsdestroy |
posthog.posthog_experimentsavedmetricslist | Read read | 0 | Experimentsavedmetricslist |
posthog.posthog_experimentsavedmetricscreate | Write write | 0 | Experimentsavedmetricscreate |
posthog.posthog_experimentsavedmetricsretrieve | Read read | 0 | Experimentsavedmetricsretrieve |
posthog.posthog_experimentsavedmetricsupdate | Write write | 0 | Experimentsavedmetricsupdate |
posthog.posthog_experimentsavedmetricspartialupdate | Write write | 0 | Experimentsavedmetricspartialupdate |
posthog.posthog_experimentsavedmetricsdestroy | Write write | 0 | Experimentsavedmetricsdestroy |
posthog.posthog_experimentslist | Read read | 0 | List experiments for the current project. Supports filtering by status and archival state. |
posthog.posthog_experimentscreate | Write write | 0 | Create a new experiment in draft status with optional metrics. |
posthog.posthog_experimentsretrieve | Read read | 0 | Retrieve a single experiment by ID, including its current status, metrics, feature flag, and results metadata. |
posthog.posthog_experimentsupdate | Write write | 0 | Mixin for ViewSets to handle ApprovalRequired exceptions from decorated serializers. This mixin intercepts ApprovalRequired exceptions raised by the @approvalgate decorator on serializer methods and converts them into proper HTTP 409 Conflict responses with... |
posthog.posthog_experimentspartialupdate | Write write | 0 | Update an experiment. Use this to modify experiment properties such as name, description, metrics, variants, and configuration. Metrics can be added, changed and removed at any time. |
posthog.posthog_experimentsdestroy | Write write | 0 | Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true |
posthog.posthog_experimentsarchivecreate | Write write | 0 | Archive an ended experiment. Hides the experiment from the default list view. The experiment can be restored at any time by updating archived=false. Returns 400 if the experiment is already archived or has not ended yet. |
posthog.posthog_experimentscopytoprojectcreate | Write write | 0 | Mixin for ViewSets to handle ApprovalRequired exceptions from decorated serializers. This mixin intercepts ApprovalRequired exceptions raised by the @approvalgate decorator on serializer methods and converts them into proper HTTP 409 Conflict responses with... |
posthog.posthog_experimentscreateexposurecohortforexperimentcreate | Write write | 0 | Mixin for ViewSets to handle ApprovalRequired exceptions from decorated serializers. This mixin intercepts ApprovalRequired exceptions raised by the @approvalgate decorator on serializer methods and converts them into proper HTTP 409 Conflict responses with... |
posthog.posthog_experimentsduplicatecreate | Write write | 0 | Mixin for ViewSets to handle ApprovalRequired exceptions from decorated serializers. This mixin intercepts ApprovalRequired exceptions raised by the @approvalgate decorator on serializer methods and converts them into proper HTTP 409 Conflict responses with... |
posthog.posthog_experimentsendcreate | Write write | 0 | End a running experiment without shipping a variant. Sets enddate to now and marks the experiment as stopped. The feature flag is NOT modified - users continue to see their assigned variants and exposure events ($featureflagcalled) continue to be recorded.... |
posthog.posthog_experimentslaunchcreate | Write write | 0 | Launch a draft experiment. Validates the experiment is in draft state, activates its linked feature flag, sets startdate to the current server time, and transitions the experiment to running. Returns 400 if the experiment has already been launched or if the... |
posthog.posthog_experimentspausecreate | Write write | 0 | Pause a running experiment. Deactivates the linked feature flag so it is no longer returned by the /decide endpoint. Users fall back to the application default (typically the control experience), and no new exposure events are recorded (i.e. $featureflagcal... |
posthog.posthog_experimentsrecalculatetimeseriescreate | Write write | 0 | Mixin for ViewSets to handle ApprovalRequired exceptions from decorated serializers. This mixin intercepts ApprovalRequired exceptions raised by the @approvalgate decorator on serializer methods and converts them into proper HTTP 409 Conflict responses with... |
posthog.posthog_experimentsresetcreate | Write write | 0 | Reset an experiment back to draft state. Clears start/end dates, conclusion, and archived flag. The feature flag is left unchanged - users continue to see their assigned variants. Previously collected events still exist but won't be included in results unle... |
posthog.posthog_experimentsresumecreate | Write write | 0 | Resume a paused experiment. Reactivates the linked feature flag so it is returned by /decide again. Users are re-bucketed deterministically into the same variants they had before the pause, and exposure tracking resumes. Returns 400 if the experiment is not... |
posthog.posthog_experimentsshipvariantcreate | Write write | 0 | Ship a variant to 100% of users and (optionally) end the experiment. Rewrites the feature flag so that the selected variant is served to everyone. Existing release conditions (flag groups) are preserved so the change can be rolled back by deleting the auto-... |
posthog.posthog_experimentstimeseriesresultsretrieve | Read read | 0 | Mixin for ViewSets to handle ApprovalRequired exceptions from decorated serializers. This mixin intercepts ApprovalRequired exceptions raised by the @approvalgate decorator on serializer methods and converts them into proper HTTP 409 Conflict responses with... |
posthog.posthog_experimentsunarchivecreate | Write write | 0 | Unarchive an archived experiment. Restores the experiment to the default list view. Returns 400 if the experiment is not currently archived. |
posthog.posthog_experimentseligiblefeatureflagsretrieve | Read read | 0 | Returns a paginated list of feature flags eligible for use in experiments. Eligible flags must: - Be multivariate with at least 2 variants - Have "control" as the first variant key Query parameters: - search: Filter by flag key or name (case insensitive) -... |
posthog.posthog_experimentsrequiresflagimplementationretrieve | Read read | 0 | Mixin for ViewSets to handle ApprovalRequired exceptions from decorated serializers. This mixin intercepts ApprovalRequired exceptions raised by the @approvalgate decorator on serializer methods and converts them into proper HTTP 409 Conflict responses with... |
posthog.posthog_experimentsstatsretrieve | Read read | 0 | Mixin for ViewSets to handle ApprovalRequired exceptions from decorated serializers. This mixin intercepts ApprovalRequired exceptions raised by the @approvalgate decorator on serializer methods and converts them into proper HTTP 409 Conflict responses with... |
posthog.posthog_exportslist | Read read | 0 | Exportslist |
posthog.posthog_exportscreate | Write write | 0 | Exportscreate |
posthog.posthog_exportsretrieve | Read read | 0 | Exportsretrieve |
posthog.posthog_exportscontentretrieve | Read read | 0 | Exportscontentretrieve |
posthog.posthog_externaldataschemaslist | Read read | 0 | Externaldataschemaslist |
posthog.posthog_externaldataschemascreate | Write write | 0 | Externaldataschemascreate |
posthog.posthog_externaldataschemasretrieve | Read read | 0 | Externaldataschemasretrieve |
posthog.posthog_externaldataschemasupdate | Write write | 0 | Externaldataschemasupdate |
posthog.posthog_externaldataschemaspartialupdate | Write write | 0 | Externaldataschemaspartialupdate |
posthog.posthog_externaldataschemasdestroy | Write write | 0 | Externaldataschemasdestroy |
posthog.posthog_externaldataschemascancelcreate | Write write | 0 | Externaldataschemascancelcreate |
posthog.posthog_externaldataschemasdeletedatadestroy | Write write | 0 | Externaldataschemasdeletedatadestroy |
posthog.posthog_externaldataschemasincrementalfieldscreate | Write write | 0 | Externaldataschemasincrementalfieldscreate |
posthog.posthog_externaldataschemasreloadcreate | Write write | 0 | Externaldataschemasreloadcreate |
posthog.posthog_externaldataschemasresynccreate | Write write | 0 | Externaldataschemasresynccreate |
posthog.posthog_externaldatasourceslist | Read read | 0 | Create, Read, Update and Delete External data Sources. |
posthog.posthog_externaldatasourcescreate | Write write | 0 | Create, Read, Update and Delete External data Sources. |
posthog.posthog_externaldatasourcesretrieve | Read read | 0 | Create, Read, Update and Delete External data Sources. |
posthog.posthog_externaldatasourcesupdate | Write write | 0 | Create, Read, Update and Delete External data Sources. |
posthog.posthog_externaldatasourcespartialupdate | Write write | 0 | Create, Read, Update and Delete External data Sources. |
posthog.posthog_externaldatasourcesdestroy | Write write | 0 | Create, Read, Update and Delete External data Sources. |
posthog.posthog_externaldatasourcesbulkupdateschemaspartialupdate | Write write | 0 | Create, Read, Update and Delete External data Sources. |
posthog.posthog_externaldatasourcescreatewebhookcreate | Write write | 0 | Create, Read, Update and Delete External data Sources. |
posthog.posthog_externaldatasourcesdeletewebhookcreate | Write write | 0 | Create, Read, Update and Delete External data Sources. |
posthog.posthog_externaldatasourcesjobsretrieve | Read read | 0 | Create, Read, Update and Delete External data Sources. |
posthog.posthog_externaldatasourcesrefreshschemascreate | Write write | 0 | Fetch current schema/table list from the source and create any new ExternalDataSchema rows (no data sync). |
posthog.posthog_externaldatasourcesreloadcreate | Write write | 0 | Create, Read, Update and Delete External data Sources. |
posthog.posthog_externaldatasourcesrevenueanalyticsconfigpartialupdate | Write write | 0 | Update the revenue analytics configuration and return the full external data source. |
posthog.posthog_externaldatasourcesupdatewebhookinputscreate | Write write | 0 | Create, Read, Update and Delete External data Sources. |
posthog.posthog_externaldatasourceswebhookinforetrieve | Read read | 0 | Create, Read, Update and Delete External data Sources. |
posthog.posthog_externaldatasourcescheckcdcprerequisitescreate | Write write | 0 | Validate CDC prerequisites against a live Postgres connection. Used by the source wizard to surface / checks before source creation, and by the self-managed setup popup to verify user-created publications. |
posthog.posthog_externaldatasourcesconnectionslist | Read read | 0 | Create, Read, Update and Delete External data Sources. |
posthog.posthog_externaldatasourcesdatabaseschemacreate | Write write | 0 | Create, Read, Update and Delete External data Sources. |
posthog.posthog_externaldatasourcessourceprefixcreate | Write write | 0 | Create, Read, Update and Delete External data Sources. |
posthog.posthog_externaldatasourceswizardretrieve | Read read | 0 | Create, Read, Update and Delete External data Sources. |
posthog.posthog_featureflagslist | Read read | 0 | Create, read, update and delete feature flags. [See docs](https://posthog.com/docs/feature-flags) for more information on feature flags. If you're looking to use feature flags on your application, you can either use our JavaScript Library or our dedicated e... |
posthog.posthog_featureflagscreate | Write write | 0 | Create, read, update and delete feature flags. [See docs](https://posthog.com/docs/feature-flags) for more information on feature flags. If you're looking to use feature flags on your application, you can either use our JavaScript Library or our dedicated e... |
posthog.posthog_featureflagsretrieve | Read read | 0 | Create, read, update and delete feature flags. [See docs](https://posthog.com/docs/feature-flags) for more information on feature flags. If you're looking to use feature flags on your application, you can either use our JavaScript Library or our dedicated e... |
posthog.posthog_featureflagsupdate | Write write | 0 | Create, read, update and delete feature flags. [See docs](https://posthog.com/docs/feature-flags) for more information on feature flags. If you're looking to use feature flags on your application, you can either use our JavaScript Library or our dedicated e... |
posthog.posthog_featureflagspartialupdate | Write write | 0 | Create, read, update and delete feature flags. [See docs](https://posthog.com/docs/feature-flags) for more information on feature flags. If you're looking to use feature flags on your application, you can either use our JavaScript Library or our dedicated e... |
posthog.posthog_featureflagsdestroy | Write write | 0 | Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true |
posthog.posthog_featureflagsactivityretrieve | Read read | 0 | Create, read, update and delete feature flags. [See docs](https://posthog.com/docs/feature-flags) for more information on feature flags. If you're looking to use feature flags on your application, you can either use our JavaScript Library or our dedicated e... |
posthog.posthog_featureflagscreatestaticcohortforflagcreate | Write write | 0 | Create, read, update and delete feature flags. [See docs](https://posthog.com/docs/feature-flags) for more information on feature flags. If you're looking to use feature flags on your application, you can either use our JavaScript Library or our dedicated e... |
posthog.posthog_featureflagsdashboardcreate | Write write | 0 | Create, read, update and delete feature flags. [See docs](https://posthog.com/docs/feature-flags) for more information on feature flags. If you're looking to use feature flags on your application, you can either use our JavaScript Library or our dedicated e... |
posthog.posthog_featureflagsdependentflagslist | Read read | 0 | Get other active flags that depend on this flag. |
posthog.posthog_featureflagsenrichusagedashboardcreate | Write write | 0 | Create, read, update and delete feature flags. [See docs](https://posthog.com/docs/feature-flags) for more information on feature flags. If you're looking to use feature flags on your application, you can either use our JavaScript Library or our dedicated e... |
posthog.posthog_featureflagsremoteconfigretrieve | Read read | 0 | Create, read, update and delete feature flags. [See docs](https://posthog.com/docs/feature-flags) for more information on feature flags. If you're looking to use feature flags on your application, you can either use our JavaScript Library or our dedicated e... |
posthog.posthog_featureflagsstatusretrieve | Read read | 0 | Create, read, update and delete feature flags. [See docs](https://posthog.com/docs/feature-flags) for more information on feature flags. If you're looking to use feature flags on your application, you can either use our JavaScript Library or our dedicated e... |
posthog.posthog_featureflagstestevaluationcreate | Write write | 0 | Test feature flag evaluation against a specific user at an optional point in time. This endpoint allows testing how a feature flag would evaluate for a specific user, optionally at a historical timestamp. When a timestamp is provided, both the flag conditio... |
posthog.posthog_featureflagsversionsretrieve | Read read | 0 | Create, read, update and delete feature flags. [See docs](https://posthog.com/docs/feature-flags) for more information on feature flags. If you're looking to use feature flags on your application, you can either use our JavaScript Library or our dedicated e... |
posthog.posthog_featureflagsallactivityretrieve | Read read | 0 | Create, read, update and delete feature flags. [See docs](https://posthog.com/docs/feature-flags) for more information on feature flags. If you're looking to use feature flags on your application, you can either use our JavaScript Library or our dedicated e... |
posthog.posthog_featureflagsbulkdeletecreate | Write write | 0 | Bulk delete feature flags by filter criteria or explicit IDs. Accepts either: - {"filters": {...}} - Same filter params as list endpoint (search, active, type, etc.) - {"ids": [...]} - Explicit list of flag IDs (no limit) Returns same format as bulkdelete f... |
posthog.posthog_featureflagsbulkkeyscreate | Write write | 0 | Get feature flag keys by IDs. Accepts a list of feature flag IDs and returns a mapping of ID to key. |
posthog.posthog_featureflagsbulkupdatetagscreate | Write write | 0 | Bulk update tags on multiple objects. Accepts: - {"ids": [...], "action": "add"|"remove"|"set", "tags": ["tag1", "tag2"]} Actions: - "add": Add tags to existing tags on each object - "remove": Remove specific tags from each object - "set": Replace all tags... |
posthog.posthog_featureflagsevaluationreasonsretrieve | Read read | 0 | Create, read, update and delete feature flags. [See docs](https://posthog.com/docs/feature-flags) for more information on feature flags. If you're looking to use feature flags on your application, you can either use our JavaScript Library or our dedicated e... |
posthog.posthog_featureflagslocalevaluationretrieve | Read read | 0 | Create, read, update and delete feature flags. [See docs](https://posthog.com/docs/feature-flags) for more information on feature flags. If you're looking to use feature flags on your application, you can either use our JavaScript Library or our dedicated e... |
posthog.posthog_featureflagsmatchingidsretrieve | Read read | 0 | Get IDs of all feature flags matching the current filters. Uses the same filtering logic as the list endpoint. Returns only IDs that the user has permission to edit. |
posthog.posthog_featureflagsmyflagsretrieve | Read read | 0 | Create, read, update and delete feature flags. [See docs](https://posthog.com/docs/feature-flags) for more information on feature flags. If you're looking to use feature flags on your application, you can either use our JavaScript Library or our dedicated e... |
posthog.posthog_featureflagsuserblastradiuscreate | Write write | 0 | Create, read, update and delete feature flags. [See docs](https://posthog.com/docs/feature-flags) for more information on feature flags. If you're looking to use feature flags on your application, you can either use our JavaScript Library or our dedicated e... |
posthog.posthog_filesystemlist | Read read | 0 | Filesystemlist |
posthog.posthog_filesystemcreate | Write write | 0 | Filesystemcreate |
posthog.posthog_filesystemretrieve | Read read | 0 | Filesystemretrieve |
posthog.posthog_filesystemupdate | Write write | 0 | Filesystemupdate |
posthog.posthog_filesystempartialupdate | Write write | 0 | Filesystempartialupdate |
posthog.posthog_filesystemdestroy | Write write | 0 | Filesystemdestroy |
posthog.posthog_filesystemcountcreate | Write write | 0 | Get count of all files in a folder. |
posthog.posthog_filesystemlinkcreate | Write write | 0 | Filesystemlinkcreate |
posthog.posthog_filesystemmovecreate | Write write | 0 | Filesystemmovecreate |
posthog.posthog_filesystemcountbypathcreate | Write write | 0 | Get count of all files in a folder. |
posthog.posthog_filesystemlogviewretrieve | Read read | 0 | Filesystemlogviewretrieve |
posthog.posthog_filesystemlogviewcreate | Write write | 0 | Filesystemlogviewcreate |
posthog.posthog_filesystemundodeletecreate | Write write | 0 | Filesystemundodeletecreate |
posthog.posthog_filesystemunfiledretrieve | Read read | 0 | Filesystemunfiledretrieve |
posthog.posthog_filesystemshortcutlist | Read read | 0 | Filesystemshortcutlist |
posthog.posthog_filesystemshortcutcreate | Write write | 0 | Filesystemshortcutcreate |
posthog.posthog_filesystemshortcutretrieve | Read read | 0 | Filesystemshortcutretrieve |
posthog.posthog_filesystemshortcutupdate | Write write | 0 | Filesystemshortcutupdate |
posthog.posthog_filesystemshortcutpartialupdate | Write write | 0 | Filesystemshortcutpartialupdate |
posthog.posthog_filesystemshortcutdestroy | Write write | 0 | Filesystemshortcutdestroy |
posthog.posthog_filesystemshortcutreordercreate | Write write | 0 | Set the display order of the current user's shortcuts. orderedids becomes the new top-to-bottom order; any unknown IDs are rejected. |
posthog.posthog_flagvaluevaluesretrieve | Read read | 0 | Get possible values for a feature flag. Query parameters: - key: The flag ID (required) Returns: - Array of objects with 'name' field containing possible values |
posthog.posthog_groupslist | Read read | 0 | List all groups of a specific group type. You must pass ?grouptypeindex= in the URL. To get a list of valid group types, call /api/:projectid/groupstypes/ |
posthog.posthog_groupscreate | Write write | 0 | Groupscreate |
posthog.posthog_groupsactivityretrieve | Read read | 0 | Groupsactivityretrieve |
posthog.posthog_groupsdeletepropertycreate | Write write | 0 | Groupsdeletepropertycreate |
posthog.posthog_groupsfindretrieve | Read read | 0 | Groupsfindretrieve |
posthog.posthog_groupspropertydefinitionsretrieve | Read read | 0 | Groupspropertydefinitionsretrieve |
posthog.posthog_groupspropertyvaluesretrieve | Read read | 0 | Groupspropertyvaluesretrieve |
posthog.posthog_groupsrelatedretrieve | Read read | 0 | Groupsrelatedretrieve |
posthog.posthog_groupsupdatepropertycreate | Write write | 0 | Groupsupdatepropertycreate |
posthog.posthog_groupstypeslist | Read read | 0 | Groupstypeslist |
posthog.posthog_groupstypesdestroy | Write write | 0 | Groupstypesdestroy |
posthog.posthog_groupstypesmetricslist | Read read | 0 | Groupstypesmetricslist |
posthog.posthog_groupstypesmetricscreate | Write write | 0 | Groupstypesmetricscreate |
posthog.posthog_groupstypesmetricsretrieve | Read read | 0 | Groupstypesmetricsretrieve |
posthog.posthog_groupstypesmetricsupdate | Write write | 0 | Groupstypesmetricsupdate |
posthog.posthog_groupstypesmetricspartialupdate | Write write | 0 | Groupstypesmetricspartialupdate |
posthog.posthog_groupstypesmetricsdestroy | Write write | 0 | Groupstypesmetricsdestroy |
posthog.posthog_groupstypescreatedetaildashboardupdate | Write write | 0 | Groupstypescreatedetaildashboardupdate |
posthog.posthog_groupstypessetdefaultcolumnsupdate | Write write | 0 | Groupstypessetdefaultcolumnsupdate |
posthog.posthog_groupstypesupdatemetadatapartialupdate | Write write | 0 | Groupstypesupdatemetadatapartialupdate |
posthog.posthog_heatmapscreenshotscontentretrieve | Read read | 0 | Heatmapscreenshotscontentretrieve |
posthog.posthog_heatmapslist | Read read | 0 | Heatmapslist |
posthog.posthog_heatmapseventsretrieve | Read read | 0 | Heatmapseventsretrieve |
posthog.posthog_hogflowslist | Read read | 0 | Hogflowslist |
posthog.posthog_hogflowscreate | Write write | 0 | Hogflowscreate |
posthog.posthog_hogflowsretrieve | Read read | 0 | Hogflowsretrieve |
posthog.posthog_hogflowsupdate | Write write | 0 | Hogflowsupdate |
posthog.posthog_hogflowspartialupdate | Write write | 0 | Hogflowspartialupdate |
posthog.posthog_hogflowsdestroy | Write write | 0 | Hogflowsdestroy |
posthog.posthog_hogflowsbatchjobsretrieve | Read read | 0 | Hogflowsbatchjobsretrieve |
posthog.posthog_hogflowsbatchjobscreate | Write write | 0 | Hogflowsbatchjobscreate |
posthog.posthog_hogflowsblockedrunsretrieve | Read read | 0 | List workflow runs that were blocked by the dedup bug. |
posthog.posthog_hogflowsinvocationscreate | Write write | 0 | Hogflowsinvocationscreate |
posthog.posthog_hogflowslogsretrieve | Read read | 0 | Hogflowslogsretrieve |
posthog.posthog_hogflowsmetricsretrieve | Read read | 0 | Hogflowsmetricsretrieve |
posthog.posthog_hogflowsmetricstotalsretrieve | Read read | 0 | Hogflowsmetricstotalsretrieve |
posthog.posthog_hogflowsreplayallblockedrunscreate | Write write | 0 | Replay all blocked runs in a single bulk call to Node. |
posthog.posthog_hogflowsreplayblockedruncreate | Write write | 0 | Replay a single blocked run. Django fetches the event, Node creates the invocation and writes the log. |
posthog.posthog_hogflowsscheduleslist | Read read | 0 | Hogflowsscheduleslist |
posthog.posthog_hogflowsschedulescreate | Write write | 0 | Hogflowsschedulescreate |
posthog.posthog_hogflowsschedulespartialupdate | Write write | 0 | Hogflowsschedulespartialupdate |
posthog.posthog_hogflowsschedulesdestroy | Write write | 0 | Hogflowsschedulesdestroy |
posthog.posthog_hogflowsbulkdeletecreate | Write write | 0 | Hogflowsbulkdeletecreate |
posthog.posthog_hogflowsuserblastradiuscreate | Write write | 0 | Hogflowsuserblastradiuscreate |
posthog.posthog_hogfunctiontemplateslist | Read read | 0 | Hogfunctiontemplateslist |
posthog.posthog_hogfunctiontemplatesretrieve | Read read | 0 | Hogfunctiontemplatesretrieve |
posthog.posthog_hogfunctionslist | Read read | 0 | Hogfunctionslist |
posthog.posthog_hogfunctionscreate | Write write | 0 | Hogfunctionscreate |
posthog.posthog_hogfunctionsretrieve | Read read | 0 | Hogfunctionsretrieve |
posthog.posthog_hogfunctionsupdate | Write write | 0 | Hogfunctionsupdate |
posthog.posthog_hogfunctionspartialupdate | Write write | 0 | Hogfunctionspartialupdate |
posthog.posthog_hogfunctionsdestroy | Write write | 0 | Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true |
posthog.posthog_hogfunctionsenablebackfillscreate | Write write | 0 | Hogfunctionsenablebackfillscreate |
posthog.posthog_hogfunctionsinvocationscreate | Write write | 0 | Hogfunctionsinvocationscreate |
posthog.posthog_hogfunctionslogsretrieve | Read read | 0 | Hogfunctionslogsretrieve |
posthog.posthog_hogfunctionsmetricsretrieve | Read read | 0 | Hogfunctionsmetricsretrieve |
posthog.posthog_hogfunctionsmetricstotalsretrieve | Read read | 0 | Hogfunctionsmetricstotalsretrieve |
posthog.posthog_hogfunctionsiconretrieve | Read read | 0 | Hogfunctionsiconretrieve |
posthog.posthog_hogfunctionsiconsretrieve | Read read | 0 | Hogfunctionsiconsretrieve |
posthog.posthog_hogfunctionsrearrangepartialupdate | Write write | 0 | Update the execution order of multiple HogFunctions. |
posthog.posthog_insightvariableslist | Read read | 0 | Insightvariableslist |
posthog.posthog_insightvariablescreate | Write write | 0 | Insightvariablescreate |
posthog.posthog_insightvariablesretrieve | Read read | 0 | Insightvariablesretrieve |
posthog.posthog_insightvariablesupdate | Write write | 0 | Insightvariablesupdate |
posthog.posthog_insightvariablespartialupdate | Write write | 0 | Insightvariablespartialupdate |
posthog.posthog_insightvariablesdestroy | Write write | 0 | Insightvariablesdestroy |
posthog.posthog_insightslist | Read read | 0 | DRF ViewSet mixin that gates coalesced responses behind permission checks. The QueryCoalescingMiddleware attaches cached response data to request.META["coalescedresponse"] for followers. This mixin runs DRF's initial() (auth + permissions + throttling) befo... |
posthog.posthog_insightscreate | Write write | 0 | DRF ViewSet mixin that gates coalesced responses behind permission checks. The QueryCoalescingMiddleware attaches cached response data to request.META["coalescedresponse"] for followers. This mixin runs DRF's initial() (auth + permissions + throttling) befo... |
posthog.posthog_insightssharinglist | Read read | 0 | Insightssharinglist |
posthog.posthog_insightssharingpasswordscreate | Write write | 0 | Create a new password for the sharing configuration. |
posthog.posthog_insightssharingpasswordsdestroy | Write write | 0 | Delete a password from the sharing configuration. |
posthog.posthog_insightssharingrefreshcreate | Write write | 0 | Insightssharingrefreshcreate |
posthog.posthog_insightsthresholdslist | Read read | 0 | Insightsthresholdslist |
posthog.posthog_insightsthresholdsretrieve | Read read | 0 | Insightsthresholdsretrieve |
posthog.posthog_insightsretrieve | Read read | 0 | DRF ViewSet mixin that gates coalesced responses behind permission checks. The QueryCoalescingMiddleware attaches cached response data to request.META["coalescedresponse"] for followers. This mixin runs DRF's initial() (auth + permissions + throttling) befo... |
posthog.posthog_insightsupdate | Write write | 0 | DRF ViewSet mixin that gates coalesced responses behind permission checks. The QueryCoalescingMiddleware attaches cached response data to request.META["coalescedresponse"] for followers. This mixin runs DRF's initial() (auth + permissions + throttling) befo... |
posthog.posthog_insightspartialupdate | Write write | 0 | DRF ViewSet mixin that gates coalesced responses behind permission checks. The QueryCoalescingMiddleware attaches cached response data to request.META["coalescedresponse"] for followers. This mixin runs DRF's initial() (auth + permissions + throttling) befo... |
posthog.posthog_insightsdestroy | Write write | 0 | Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true |
posthog.posthog_insightsactivityretrieve | Read read | 0 | Audit trail for a single insight - every change made to it, by whom, and when. Use this when you want the change history of a specific insight; use the project-wide activity endpoint for a broader view. |
posthog.posthog_insightsanalyzeretrieve | Read read | 0 | DRF ViewSet mixin that gates coalesced responses behind permission checks. The QueryCoalescingMiddleware attaches cached response data to request.META["coalescedresponse"] for followers. This mixin runs DRF's initial() (auth + permissions + throttling) befo... |
posthog.posthog_insightssuggestionsretrieve | Read read | 0 | DRF ViewSet mixin that gates coalesced responses behind permission checks. The QueryCoalescingMiddleware attaches cached response data to request.META["coalescedresponse"] for followers. This mixin runs DRF's initial() (auth + permissions + throttling) befo... |
posthog.posthog_insightssuggestionscreate | Write write | 0 | DRF ViewSet mixin that gates coalesced responses behind permission checks. The QueryCoalescingMiddleware attaches cached response data to request.META["coalescedresponse"] for followers. This mixin runs DRF's initial() (auth + permissions + throttling) befo... |
posthog.posthog_insightsallactivityretrieve | Read read | 0 | Project-wide audit trail across all insights - who created, edited, deleted, or restored insights, what changed (with before/after diffs), and when. Useful for surfacing what people (or agents) have been working on recently. |
posthog.posthog_insightsbulkupdatetagscreate | Write write | 0 | Bulk update tags on multiple objects. Accepts: - {"ids": [...], "action": "add"|"remove"|"set", "tags": ["tag1", "tag2"]} Actions: - "add": Add tags to existing tags on each object - "remove": Remove specific tags from each object - "set": Replace all tags... |
posthog.posthog_insightscancelcreate | Write write | 0 | DRF ViewSet mixin that gates coalesced responses behind permission checks. The QueryCoalescingMiddleware attaches cached response data to request.META["coalescedresponse"] for followers. This mixin runs DRF's initial() (auth + permissions + throttling) befo... |
posthog.posthog_insightsgeneratemetadatacreate | Write write | 0 | Generate an AI-suggested name and description for an insight based on its query configuration. |
posthog.posthog_insightsmylastviewedretrieve | Read read | 0 | Returns basic details about the last 5 insights viewed by this user. Most recently viewed first. |
posthog.posthog_insightstrendingretrieve | Read read | 0 | Returns insights ranked by view count over the last N days (default 7), highest first. Each result includes the same metadata as the standard insights list, plus a viewcount and up to 3 recent viewers. Useful for surfacing the most-used insights in a project. |
posthog.posthog_insightsviewedcreate | Write write | 0 | Update insight view timestamps. Expects: {"insightids": [1, 2, 3, ...]} |
posthog.posthog_integrationslist | Read read | 0 | Integrationslist |
posthog.posthog_integrationscreate | Write write | 0 | Integrationscreate |
posthog.posthog_integrationsretrieve | Read read | 0 | Integrationsretrieve |
posthog.posthog_integrationsdestroy | Write write | 0 | Integrationsdestroy |
posthog.posthog_integrationsanthropicmanagedagentenvsretrieve | Read read | 0 | Integrationsanthropicmanagedagentenvsretrieve |
posthog.posthog_integrationsanthropicmanagedagentvaultsretrieve | Read read | 0 | Integrationsanthropicmanagedagentvaultsretrieve |
posthog.posthog_integrationsanthropicmanagedagentsretrieve | Read read | 0 | Integrationsanthropicmanagedagentsretrieve |
posthog.posthog_integrationschannelsretrieve | Read read | 0 | Integrationschannelsretrieve |
posthog.posthog_integrationsclickuplistsretrieve | Read read | 0 | Integrationsclickuplistsretrieve |
posthog.posthog_integrationsclickupspacesretrieve | Read read | 0 | Integrationsclickupspacesretrieve |
posthog.posthog_integrationsclickupworkspacesretrieve | Read read | 0 | Integrationsclickupworkspacesretrieve |
posthog.posthog_integrationsemailpartialupdate | Write write | 0 | Integrationsemailpartialupdate |
posthog.posthog_integrationsemailverifycreate | Write write | 0 | Integrationsemailverifycreate |
posthog.posthog_integrationsgithubbranchesretrieve | Read read | 0 | Integrationsgithubbranchesretrieve |
posthog.posthog_integrationsgithubreposretrieve | Read read | 0 | Integrationsgithubreposretrieve |
posthog.posthog_integrationsgithubreposrefreshcreate | Write write | 0 | Integrationsgithubreposrefreshcreate |
posthog.posthog_integrationsgoogleaccessibleaccountsretrieve | Read read | 0 | Integrationsgoogleaccessibleaccountsretrieve |
posthog.posthog_integrationsgoogleconversionactionsretrieve | Read read | 0 | Integrationsgoogleconversionactionsretrieve |
posthog.posthog_integrationsjiraprojectsretrieve | Read read | 0 | Integrationsjiraprojectsretrieve |
posthog.posthog_integrationslinearteamsretrieve | Read read | 0 | Integrationslinearteamsretrieve |
posthog.posthog_integrationslinkedinadsaccountsretrieve | Read read | 0 | Integrationslinkedinadsaccountsretrieve |
posthog.posthog_integrationslinkedinadsconversionrulesretrieve | Read read | 0 | Integrationslinkedinadsconversionrulesretrieve |
posthog.posthog_integrationstwiliophonenumbersretrieve | Read read | 0 | Integrationstwiliophonenumbersretrieve |
posthog.posthog_integrationsauthorizeretrieve | Read read | 0 | Integrationsauthorizeretrieve |
posthog.posthog_integrationsdomainconnectapplyurlcreate | Write write | 0 | Unified endpoint for generating Domain Connect apply URLs. Accepts a context ("email" or "proxy") and the relevant resource ID. The backend resolves the domain, template variables, and service ID based on context, then builds the signed apply URL. |
posthog.posthog_integrationsdomainconnectcheckretrieve | Read read | 0 | Integrationsdomainconnectcheckretrieve |
posthog.posthog_integrationsgithublinkexistingcreate | Write write | 0 | Reuse a GitHub installation already linked to a sibling team in the same organization. |
posthog.posthog_integrationsgithuboauthauthorizecreate | Write write | 0 | Mint a User OAuth URL to bootstrap a fresh code when the install flow returns without one. |
posthog.posthog_jssnippetresolveretrieve | Read read | 0 | Preview what a given pin would resolve to, without saving it. |
posthog.posthog_jssnippetversionretrieve | Read read | 0 | Return the team's current version pin and resolved version. |
posthog.posthog_jssnippetversionpartialupdate | Write write | 0 | Update the team's version pin. |
posthog.posthog_livedebuggerbreakpointslist | Read read | 0 | Create, Read, Update and Delete breakpoints for live debugging. |
posthog.posthog_livedebuggerbreakpointscreate | Write write | 0 | Create, Read, Update and Delete breakpoints for live debugging. |
posthog.posthog_livedebuggerbreakpointsretrieve | Read read | 0 | Create, Read, Update and Delete breakpoints for live debugging. |
posthog.posthog_livedebuggerbreakpointsupdate | Write write | 0 | Create, Read, Update and Delete breakpoints for live debugging. |
posthog.posthog_livedebuggerbreakpointspartialupdate | Write write | 0 | Create, Read, Update and Delete breakpoints for live debugging. |
posthog.posthog_livedebuggerbreakpointsdestroy | Write write | 0 | Create, Read, Update and Delete breakpoints for live debugging. |
posthog.posthog_livedebuggerbreakpointsactiveretrieve | Read read | 0 | Get active breakpoints (External API) |
posthog.posthog_livedebuggerbreakpointsbreakpointhitsretrieve | Read read | 0 | Get breakpoint hits |
posthog.posthog_logsalertslist | Read read | 0 | Logsalertslist |
posthog.posthog_logsalertscreate | Write write | 0 | Logsalertscreate |
posthog.posthog_logsalertsretrieve | Read read | 0 | Logsalertsretrieve |
posthog.posthog_logsalertsupdate | Write write | 0 | Logsalertsupdate |
posthog.posthog_logsalertspartialupdate | Write write | 0 | Logsalertspartialupdate |
posthog.posthog_logsalertsdestroy | Write write | 0 | Logsalertsdestroy |
posthog.posthog_logsalertsdestinationscreate | Write write | 0 | Create a notification destination for this alert. One HogFunction is created per alert event kind (firing, resolved, ...) atomically. |
posthog.posthog_logsalertsdestinationsdeletecreate | Write write | 0 | Delete a notification destination by deleting its HogFunction group atomically. |
posthog.posthog_logsalertseventslist | Read read | 0 | Paginated event history for this alert, newest first. Returns state transitions, errored checks, and user-initiated control-plane rows (reset, enable/disable, snooze/unsnooze, threshold change) - quiet no-op check rows (where state didn't change and there w... |
posthog.posthog_logsalertsresetcreate | Write write | 0 | Reset a broken alert. Clears the consecutive-failure counter and schedules an immediate recheck. |
posthog.posthog_logsalertssimulatecreate | Write write | 0 | Simulate a logs alert on historical data using the full state machine. Read-only - no alert check records are created. |
posthog.posthog_logsattributesretrieve | Read read | 0 | Logsattributesretrieve |
posthog.posthog_logscountcreate | Write write | 0 | Logscountcreate |
posthog.posthog_logscountrangescreate | Write write | 0 | Logscountrangescreate |
posthog.posthog_logsexportcreate | Write write | 0 | Logsexportcreate |
posthog.posthog_logshaslogsretrieve | Read read | 0 | Logshaslogsretrieve |
posthog.posthog_logsquerycreate | Write write | 0 | Logsquerycreate |
posthog.posthog_logssamplingruleslist | Read read | 0 | Logssamplingruleslist |
posthog.posthog_logssamplingrulescreate | Write write | 0 | Logssamplingrulescreate |
posthog.posthog_logssamplingrulesretrieve | Read read | 0 | Logssamplingrulesretrieve |
posthog.posthog_logssamplingrulesupdate | Write write | 0 | Logssamplingrulesupdate |
posthog.posthog_logssamplingrulespartialupdate | Write write | 0 | Logssamplingrulespartialupdate |
posthog.posthog_logssamplingrulesdestroy | Write write | 0 | Logssamplingrulesdestroy |
posthog.posthog_logssamplingrulessimulatecreate | Write write | 0 | Dry-run estimate for how much volume this rule would remove (placeholder response until CH-backed simulation is wired). |
posthog.posthog_logssamplingrulesreordercreate | Write write | 0 | Atomically reassign priorities so the given ID order maps to ascending priorities (0..n-1). |
posthog.posthog_logsservicescreate | Write write | 0 | Logsservicescreate |
posthog.posthog_logssparklinecreate | Write write | 0 | Logssparklinecreate |
posthog.posthog_logsvaluesretrieve | Read read | 0 | Logsvaluesretrieve |
posthog.posthog_notebookslist | Read read | 0 | The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement. |
posthog.posthog_notebookscreate | Write write | 0 | The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement. |
posthog.posthog_notebookssharinglist | Read read | 0 | Notebookssharinglist |
posthog.posthog_notebookssharingpasswordscreate | Write write | 0 | Create a new password for the sharing configuration. |
posthog.posthog_notebookssharingpasswordsdestroy | Write write | 0 | Delete a password from the sharing configuration. |
posthog.posthog_notebookssharingrefreshcreate | Write write | 0 | Notebookssharingrefreshcreate |
posthog.posthog_notebooksretrieve | Read read | 0 | The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement. |
posthog.posthog_notebooksupdate | Write write | 0 | The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement. |
posthog.posthog_notebookspartialupdate | Write write | 0 | The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement. |
posthog.posthog_notebooksdestroy | Write write | 0 | Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true |
posthog.posthog_notebooksactivityretrieve | Read read | 0 | The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement. |
posthog.posthog_notebookscollabsavecreate | Write write | 0 | The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement. |
posthog.posthog_notebookscollabstreamretrieve | Read read | 0 | The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement. |
posthog.posthog_notebookshogqlexecutecreate | Write write | 0 | The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement. |
posthog.posthog_notebookskernelconfigcreate | Write write | 0 | The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement. |
posthog.posthog_notebookskerneldataframeretrieve | Read read | 0 | The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement. |
posthog.posthog_notebookskernelexecutecreate | Write write | 0 | The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement. |
posthog.posthog_notebookskernelexecutestreamcreate | Write write | 0 | The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement. |
posthog.posthog_notebookskernelrestartcreate | Write write | 0 | The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement. |
posthog.posthog_notebookskernelstartcreate | Write write | 0 | The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement. |
posthog.posthog_notebookskernelstatusretrieve | Read read | 0 | The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement. |
posthog.posthog_notebookskernelstopcreate | Write write | 0 | The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement. |
posthog.posthog_notebooksallactivityretrieve | Read read | 0 | The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement. |
posthog.posthog_notebooksrecordingcommentsretrieve | Read read | 0 | The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement. |
posthog.posthog_objectmediapreviewslist | Read read | 0 | Objectmediapreviewslist |
posthog.posthog_objectmediapreviewscreate | Write write | 0 | Objectmediapreviewscreate |
posthog.posthog_objectmediapreviewsretrieve | Read read | 0 | Objectmediapreviewsretrieve |
posthog.posthog_objectmediapreviewsupdate | Write write | 0 | Objectmediapreviewsupdate |
posthog.posthog_objectmediapreviewspartialupdate | Write write | 0 | Objectmediapreviewspartialupdate |
posthog.posthog_objectmediapreviewsdestroy | Write write | 0 | Objectmediapreviewsdestroy |
posthog.posthog_objectmediapreviewspreferredforeventretrieve | Read read | 0 | Get the preferred media preview for an event definition. Most recent user-uploaded, then most recent exported asset. Requires eventdefinition (query param). |
posthog.posthog_persistedfolderlist | Read read | 0 | Persistedfolderlist |
posthog.posthog_persistedfoldercreate | Write write | 0 | Persistedfoldercreate |
posthog.posthog_persistedfolderretrieve | Read read | 0 | Persistedfolderretrieve |
posthog.posthog_persistedfolderupdate | Write write | 0 | Persistedfolderupdate |
posthog.posthog_persistedfolderpartialupdate | Write write | 0 | Persistedfolderpartialupdate |
posthog.posthog_persistedfolderdestroy | Write write | 0 | Persistedfolderdestroy |
posthog.posthog_personslist | Read read | 0 | 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), o... |
posthog.posthog_personsretrieve | Read read | 0 | 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), o... |
posthog.posthog_personsupdate | Write write | 0 | Only for setting properties on the person. "properties" from the request data will be updated via a "$set" event. This means that only the properties listed will be updated, but other properties won't be removed nor updated. If you would like to remove a pr... |
posthog.posthog_personspartialupdate | Write write | 0 | 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), o... |
posthog.posthog_personsactivityretrieve | Read read | 0 | 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), o... |
posthog.posthog_personsdeletepropertycreate | Write write | 0 | 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), o... |
posthog.posthog_personspropertiestimelineretrieve | Read read | 0 | 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), o... |
posthog.posthog_personssplitcreate | Write write | 0 | 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), o... |
posthog.posthog_personsupdatepropertycreate | Write write | 0 | 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), o... |
posthog.posthog_personsallactivityretrieve | Read read | 0 | 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), o... |
posthog.posthog_personsbatchbydistinctidscreate | Write write | 0 | 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), o... |
posthog.posthog_personsbatchbyuuidscreate | Write write | 0 | 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), o... |
posthog.posthog_personsbulkdeletecreate | Write write | 0 | This endpoint allows you to bulk delete persons, either by the PostHog person IDs or by distinct IDs. You can pass in a maximum of 1000 IDs per call. Only events captured before the request will be deleted. |
posthog.posthog_personscohortsretrieve | Read read | 0 | 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), o... |
posthog.posthog_personsdeletionstatuslist | Read read | 0 | List the status of queued event deletions for persons. When you delete a person with deleteevents=true, an async deletion is queued. Use this endpoint to check whether those deletions are still pending or have been completed. |
posthog.posthog_personsfunnelretrieve | Read read | 0 | 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), o... |
posthog.posthog_personsfunnelcreate | Write write | 0 | 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), o... |
posthog.posthog_personsfunnelcorrelationretrieve | Read read | 0 | 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), o... |
posthog.posthog_personsfunnelcorrelationcreate | Write write | 0 | 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), o... |
posthog.posthog_personslifecycleretrieve | Read read | 0 | 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), o... |
posthog.posthog_personspropertiesattimeretrieve | Read read | 0 | Get person properties as they existed at a specific point in time. This endpoint reconstructs person properties by querying ClickHouse events for $set and $setonce operations up to the specified timestamp. Query parameters: - distinctid: The distinctid of t... |
posthog.posthog_personsresetpersondistinctidcreate | Write write | 0 | Reset a distinctid for a deleted person. This allows the distinctid to be used again. |
posthog.posthog_personstrendsretrieve | Read read | 0 | 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), o... |
posthog.posthog_personsvaluesretrieve | Read read | 0 | 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), o... |
posthog.posthog_pluginconfigslogslist | Read read | 0 | Pluginconfigslogslist |
posthog.posthog_producttourslist | Read read | 0 | Producttourslist |
posthog.posthog_producttourscreate | Write write | 0 | Producttourscreate |
posthog.posthog_producttoursretrieve | Read read | 0 | Producttoursretrieve |
posthog.posthog_producttoursupdate | Write write | 0 | Producttoursupdate |
posthog.posthog_producttourspartialupdate | Write write | 0 | Producttourspartialupdate |
posthog.posthog_producttoursdestroy | Write write | 0 | Producttoursdestroy |
posthog.posthog_producttoursdiscarddraftdestroy | Write write | 0 | Discard draft content. |
posthog.posthog_producttoursdraftpartialupdate | Write write | 0 | Save draft content (server-side merge). No side effects triggered. |
posthog.posthog_producttoursdraftstatusretrieve | Read read | 0 | Lightweight polling endpoint for draft change detection. |
posthog.posthog_producttoursgeneratecreate | Write write | 0 | Generate tour step content using AI. |
posthog.posthog_producttourspublishdraftcreate | Write write | 0 | Commit draft to live tour. Runs full validation and triggers side effects. Accepts an optional body payload. If provided, merges it into the draft before publishing so the caller can save + publish in a single request. |
posthog.posthog_projectsecretapikeyslist | Read read | 0 | Projectsecretapikeyslist |
posthog.posthog_projectsecretapikeyscreate | Write write | 0 | Projectsecretapikeyscreate |
posthog.posthog_projectsecretapikeysretrieve | Read read | 0 | Projectsecretapikeysretrieve |
posthog.posthog_projectsecretapikeysupdate | Write write | 0 | Projectsecretapikeysupdate |
posthog.posthog_projectsecretapikeyspartialupdate | Write write | 0 | Projectsecretapikeyspartialupdate |
posthog.posthog_projectsecretapikeysdestroy | Write write | 0 | Projectsecretapikeysdestroy |
posthog.posthog_projectsecretapikeysrollcreate | Write write | 0 | Roll a project secret API key |
posthog.posthog_propertydefinitionslist | Read read | 0 | Propertydefinitionslist |
posthog.posthog_propertydefinitionsretrieve | Read read | 0 | Propertydefinitionsretrieve |
posthog.posthog_propertydefinitionsupdate | Write write | 0 | Propertydefinitionsupdate |
posthog.posthog_propertydefinitionspartialupdate | Write write | 0 | Propertydefinitionspartialupdate |
posthog.posthog_propertydefinitionsdestroy | Write write | 0 | Propertydefinitionsdestroy |
posthog.posthog_propertydefinitionsbulkupdatetagscreate | Write write | 0 | Bulk update tags on multiple objects. Accepts: - {"ids": [...], "action": "add"|"remove"|"set", "tags": ["tag1", "tag2"]} Actions: - "add": Add tags to existing tags on each object - "remove": Remove specific tags from each object - "set": Replace all tags... |
posthog.posthog_propertydefinitionsseentogetherretrieve | Read read | 0 | Allows a caller to provide a list of event names and a single property name Returns a map of the event names to a boolean representing whether that property has ever been seen with that eventname |
posthog.posthog_querycreate | Write write | 0 | DRF ViewSet mixin that gates coalesced responses behind permission checks. The QueryCoalescingMiddleware attaches cached response data to request.META["coalescedresponse"] for followers. This mixin runs DRF's initial() (auth + permissions + throttling) befo... |
posthog.posthog_queryretrieve | Read read | 0 | (Experimental) |
posthog.posthog_querydestroy | Write write | 0 | (Experimental) |
posthog.posthog_querylogretrieve | Read read | 0 | Get query log details from querylogarchive table for a specific queryid, the query must have been issued in last 24 hours. |
posthog.posthog_querycreatewithkind | Write write | 0 | DRF ViewSet mixin that gates coalesced responses behind permission checks. The QueryCoalescingMiddleware attaches cached response data to request.META["coalescedresponse"] for followers. This mixin runs DRF's initial() (auth + permissions + throttling) befo... |
posthog.posthog_querycheckauthforasynccreate | Write write | 0 | DRF ViewSet mixin that gates coalesced responses behind permission checks. The QueryCoalescingMiddleware attaches cached response data to request.META["coalescedresponse"] for followers. This mixin runs DRF's initial() (auth + permissions + throttling) befo... |
posthog.posthog_querydraftsqlretrieve | Read read | 0 | DRF ViewSet mixin that gates coalesced responses behind permission checks. The QueryCoalescingMiddleware attaches cached response data to request.META["coalescedresponse"] for followers. This mixin runs DRF's initial() (auth + permissions + throttling) befo... |
posthog.posthog_queryupgradecreate | Write write | 0 | Upgrades a query without executing it. Returns a query with all nodes migrated to the latest version. |
posthog.posthog_sandboxlist | Read read | 0 | API for managing sandbox environments that control network access for task runs. |
posthog.posthog_sandboxcreate | Write write | 0 | API for managing sandbox environments that control network access for task runs. |
posthog.posthog_sandboxretrieve | Read read | 0 | API for managing sandbox environments that control network access for task runs. |
posthog.posthog_sandboxpartialupdate | Write write | 0 | API for managing sandbox environments that control network access for task runs. |
posthog.posthog_sandboxdestroy | Write write | 0 | API for managing sandbox environments that control network access for task runs. |
posthog.posthog_savedlist | Read read | 0 | Savedlist |
posthog.posthog_savedcreate | Write write | 0 | Savedcreate |
posthog.posthog_savedretrieve | Read read | 0 | Savedretrieve |
posthog.posthog_savedpartialupdate | Write write | 0 | Savedpartialupdate |
posthog.posthog_saveddestroy | Write write | 0 | Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true |
posthog.posthog_savedregeneratecreate | Write write | 0 | Savedregeneratecreate |
posthog.posthog_schemapropertygroupslist | Read read | 0 | Schemapropertygroupslist |
posthog.posthog_schemapropertygroupscreate | Write write | 0 | Schemapropertygroupscreate |
posthog.posthog_schemapropertygroupsretrieve | Read read | 0 | Schemapropertygroupsretrieve |
posthog.posthog_schemapropertygroupsupdate | Write write | 0 | Schemapropertygroupsupdate |
posthog.posthog_schemapropertygroupspartialupdate | Write write | 0 | Schemapropertygroupspartialupdate |
posthog.posthog_schemapropertygroupsdestroy | Write write | 0 | Schemapropertygroupsdestroy |
posthog.posthog_sdkdoctorreportretrieve | Read read | 0 | Get SDK health report for a project |
posthog.posthog_sessiongroupsummarieslist | Read read | 0 | API for retrieving and managing stored group session summaries. |
posthog.posthog_sessiongroupsummariescreate | Write write | 0 | API for retrieving and managing stored group session summaries. |
posthog.posthog_sessiongroupsummariesretrieve | Read read | 0 | API for retrieving and managing stored group session summaries. |
posthog.posthog_sessiongroupsummariesupdate | Write write | 0 | API for retrieving and managing stored group session summaries. |
posthog.posthog_sessiongroupsummariespartialupdate | Write write | 0 | API for retrieving and managing stored group session summaries. |
posthog.posthog_sessiongroupsummariesdestroy | Write write | 0 | API for retrieving and managing stored group session summaries. |
posthog.posthog_sessionrecordingplaylistslist | Read read | 0 | Override list to include synthetic playlists |
posthog.posthog_sessionrecordingplaylistscreate | Write write | 0 | Sessionrecordingplaylistscreate |
posthog.posthog_sessionrecordingplaylistsretrieve | Read read | 0 | Sessionrecordingplaylistsretrieve |
posthog.posthog_sessionrecordingplaylistsupdate | Write write | 0 | Sessionrecordingplaylistsupdate |
posthog.posthog_sessionrecordingplaylistspartialupdate | Write write | 0 | Sessionrecordingplaylistspartialupdate |
posthog.posthog_sessionrecordingplaylistsdestroy | Write write | 0 | Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true |
posthog.posthog_sessionrecordingplaylistsrecordingsretrieve | Read read | 0 | Sessionrecordingplaylistsrecordingsretrieve |
posthog.posthog_sessionrecordingplaylistsrecordingscreate | Write write | 0 | Sessionrecordingplaylistsrecordingscreate |
posthog.posthog_sessionrecordingplaylistsrecordingsdestroy | Write write | 0 | Sessionrecordingplaylistsrecordingsdestroy |
posthog.posthog_sessionrecordingslist | Read read | 0 | Sessionrecordingslist |
posthog.posthog_sessionrecordingsretrieve | Read read | 0 | Sessionrecordingsretrieve |
posthog.posthog_sessionrecordingsupdate | Write write | 0 | Sessionrecordingsupdate |
posthog.posthog_sessionrecordingspartialupdate | Write write | 0 | Sessionrecordingspartialupdate |
posthog.posthog_sessionrecordingsdestroy | Write write | 0 | Sessionrecordingsdestroy |
posthog.posthog_sessionrecordingssharinglist | Read read | 0 | Sessionrecordingssharinglist |
posthog.posthog_sessionrecordingssharingpasswordscreate | Write write | 0 | Create a new password for the sharing configuration. |
posthog.posthog_sessionrecordingssharingpasswordsdestroy | Write write | 0 | Delete a password from the sharing configuration. |
posthog.posthog_sessionrecordingssharingrefreshcreate | Write write | 0 | Sessionrecordingssharingrefreshcreate |
posthog.posthog_sessionspropertydefinitionsretrieve | Read read | 0 | Sessionspropertydefinitionsretrieve |
posthog.posthog_sessionsvaluesretrieve | Read read | 0 | Sessionsvaluesretrieve |
posthog.posthog_signalsprocessinglist | Read read | 0 | Return current processing state including pause status. |
posthog.posthog_signalsprocessingpauseupdate | Write write | 0 | View and control signal processing pipeline state for a team. |
posthog.posthog_signalsprocessingpausedestroy | Write write | 0 | View and control signal processing pipeline state for a team. |
posthog.posthog_signalsreportslist | Read read | 0 | Signalsreportslist |
posthog.posthog_signalsreportsretrieve | Read read | 0 | Signalsreportsretrieve |
posthog.posthog_signalssourceconfigslist | Read read | 0 | Signalssourceconfigslist |
posthog.posthog_signalssourceconfigscreate | Write write | 0 | Signalssourceconfigscreate |
posthog.posthog_signalssourceconfigsretrieve | Read read | 0 | Signalssourceconfigsretrieve |
posthog.posthog_signalssourceconfigsupdate | Write write | 0 | Signalssourceconfigsupdate |
posthog.posthog_signalssourceconfigspartialupdate | Write write | 0 | Signalssourceconfigspartialupdate |
posthog.posthog_signalssourceconfigsdestroy | Write write | 0 | Signalssourceconfigsdestroy |
posthog.posthog_subscriptionslist | Read read | 0 | Subscriptionslist |
posthog.posthog_subscriptionscreate | Write write | 0 | Subscriptionscreate |
posthog.posthog_subscriptionsretrieve | Read read | 0 | Subscriptionsretrieve |
posthog.posthog_subscriptionsupdate | Write write | 0 | Subscriptionsupdate |
posthog.posthog_subscriptionspartialupdate | Write write | 0 | Subscriptionspartialupdate |
posthog.posthog_subscriptionsdestroy | Write write | 0 | Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true |
posthog.posthog_subscriptionstestdeliverycreate | Write write | 0 | Subscriptionstestdeliverycreate |
posthog.posthog_subscriptionssummaryquotaretrieve | Read read | 0 | Subscriptionssummaryquotaretrieve |
posthog.posthog_surveyslist | Read read | 0 | Surveyslist |
posthog.posthog_surveyscreate | Write write | 0 | Surveyscreate |
posthog.posthog_surveysretrieve | Read read | 0 | Surveysretrieve |
posthog.posthog_surveysupdate | Write write | 0 | Surveysupdate |
posthog.posthog_surveyspartialupdate | Write write | 0 | Surveyspartialupdate |
posthog.posthog_surveysdestroy | Write write | 0 | Surveysdestroy |
posthog.posthog_surveysactivityretrieve | Read read | 0 | Surveysactivityretrieve |
posthog.posthog_surveysarchivedresponseuuidsretrieve | Read read | 0 | Get list of archived response UUIDs for HogQL filtering. Returns list of UUIDs that the frontend can use to filter out archived responses in HogQL queries. |
posthog.posthog_surveysduplicatetoprojectscreate | Write write | 0 | Duplicate a survey to multiple projects in a single transaction. Accepts a list of target team IDs and creates a copy of the survey in each project. Uses an all-or-nothing approach - if any duplication fails, all changes are rolled back. |
posthog.posthog_surveysgeneratetranslationscreate | Write write | 0 | Surveysgeneratetranslationscreate |
posthog.posthog_surveysresponsesarchivecreate | Write write | 0 | Archive a single survey response. |
posthog.posthog_surveysresponsesunarchivecreate | Write write | 0 | Unarchive a single survey response. |
posthog.posthog_surveysstatsretrieve | Read read | 0 | Get survey response statistics for a specific survey. Args: datefrom: Optional ISO timestamp for start date (e.g. 2024-01-01T00:00:00Z) dateto: Optional ISO timestamp for end date (e.g. 2024-01-31T23:59:59Z) excludearchived: Optional boolean to exclude arch... |
posthog.posthog_surveyssummarizeresponsescreate | Write write | 0 | Surveyssummarizeresponsescreate |
posthog.posthog_surveyssummaryheadlinecreate | Write write | 0 | Surveyssummaryheadlinecreate |
posthog.posthog_surveysallactivityretrieve | Read read | 0 | Surveysallactivityretrieve |
posthog.posthog_surveysresponsescountretrieve | Read read | 0 | Get response counts for all surveys. Args: excludearchived: Optional boolean to exclude archived responses (default: false, includes archived) surveyids: Optional comma-separated list of survey IDs to filter by Returns: Dictionary mapping survey IDs to resp... |
posthog.posthog_surveysglobalstatsretrieve | Read read | 0 | Get aggregated response statistics across all surveys. Args: datefrom: Optional ISO timestamp for start date (e.g. 2024-01-01T00:00:00Z) dateto: Optional ISO timestamp for end date (e.g. 2024-01-31T23:59:59Z) Returns: Aggregated statistics across all survey... |
posthog.posthog_taskautomationslist | Read read | 0 | Taskautomationslist |
posthog.posthog_taskautomationscreate | Write write | 0 | Taskautomationscreate |
posthog.posthog_taskautomationsretrieve | Read read | 0 | Taskautomationsretrieve |
posthog.posthog_taskautomationsupdate | Write write | 0 | Taskautomationsupdate |
posthog.posthog_taskautomationspartialupdate | Write write | 0 | Taskautomationspartialupdate |
posthog.posthog_taskautomationsdestroy | Write write | 0 | Taskautomationsdestroy |
posthog.posthog_taskautomationsruncreate | Write write | 0 | Taskautomationsruncreate |
posthog.posthog_taskslist | Read read | 0 | List tasks |
posthog.posthog_taskscreate | Write write | 0 | API for managing tasks within a project. Tasks represent units of work to be performed by an agent. |
posthog.posthog_tasksretrieve | Read read | 0 | API for managing tasks within a project. Tasks represent units of work to be performed by an agent. |
posthog.posthog_tasksupdate | Write write | 0 | API for managing tasks within a project. Tasks represent units of work to be performed by an agent. |
posthog.posthog_taskspartialupdate | Write write | 0 | API for managing tasks within a project. Tasks represent units of work to be performed by an agent. |
posthog.posthog_tasksdestroy | Write write | 0 | API for managing tasks within a project. Tasks represent units of work to be performed by an agent. |
posthog.posthog_tasksruncreate | Write write | 0 | Run task |
posthog.posthog_tasksstagedartifactsfinalizeuploadcreate | Write write | 0 | Finalize staged direct uploads for task attachments |
posthog.posthog_tasksstagedartifactsprepareuploadcreate | Write write | 0 | Prepare staged direct uploads for task attachments |
posthog.posthog_tasksrunslist | Read read | 0 | List task runs |
posthog.posthog_tasksrunscreate | Write write | 0 | Create task run |
posthog.posthog_tasksrunsretrieve | Read read | 0 | API for managing task runs. Each run represents an execution of a task. |
posthog.posthog_tasksrunspartialupdate | Write write | 0 | Update task run |
posthog.posthog_tasksrunsappendlogcreate | Write write | 0 | Append log entries |
posthog.posthog_tasksrunsartifactscreate | Write write | 0 | Upload artifacts for a task run |
posthog.posthog_tasksrunsartifactsdownloadcreate | Write write | 0 | Download an artifact through the backend |
posthog.posthog_tasksrunsartifactsfinalizeuploadcreate | Write write | 0 | Finalize direct uploads for task run artifacts |
posthog.posthog_tasksrunsartifactsprepareuploadcreate | Write write | 0 | Prepare direct uploads for task run artifacts |
posthog.posthog_tasksrunsartifactspresigncreate | Write write | 0 | Generate presigned URL for an artifact |
posthog.posthog_tasksrunscommandcreate | Write write | 0 | Send command to task run |
posthog.posthog_tasksrunsconnectiontokenretrieve | Read read | 0 | Get sandbox connection token |
posthog.posthog_tasksrunslogsretrieve | Read read | 0 | Get task run logs |
posthog.posthog_tasksrunsrelaymessagecreate | Write write | 0 | Relay run message to Slack |
posthog.posthog_tasksrunsresumeincloudcreate | Write write | 0 | Resume task run in cloud |
posthog.posthog_tasksrunssessionlogsretrieve | Read read | 0 | Get filtered task run session logs |
posthog.posthog_tasksrunssetoutputpartialupdate | Write write | 0 | Set run output |
posthog.posthog_tasksrunsstartcreate | Write write | 0 | Start task run |
posthog.posthog_tasksrunsstreamretrieve | Read read | 0 | API for managing task runs. Each run represents an execution of a task. |
posthog.posthog_tasksrepositoriesretrieve | Read read | 0 | List distinct task repositories |
posthog.posthog_tasksrepositoryreadinessretrieve | Read read | 0 | Get repository readiness |
posthog.posthog_taskssummariescreate | Write write | 0 | Fetch task summaries by ID |
posthog.posthog_uploadedmediacreate | Write write | 0 | When object storage is available this API allows upload of media which can be used, for example, in text cards on dashboards. Uploaded media must have a content type beginning with 'image/' and be less than 4MB. |
posthog.posthog_visualreviewreposlist | Read read | 0 | List all projects for the team. |
posthog.posthog_visualreviewreposcreate | Write write | 0 | Create a new repo. |
posthog.posthog_visualreviewreposretrieve | Read read | 0 | Get a repo by ID. |
posthog.posthog_visualreviewrepospartialupdate | Write write | 0 | Update a repo's settings. |
posthog.posthog_visualreviewreposbaselinesretrieve | Read read | 0 | Snapshots overview for a repo: every identifier with a current baseline (latest non-superseded master/main run per runtype), plus tolerate counts, active quarantine state, and a 30-day stability sparkline. Capped at 5000 entries - sets truncated and returns... |
posthog.posthog_visualreviewreposquarantinelist | Read read | 0 | List quarantined identifiers. Without filter: active only. With identifier: full history. |
posthog.posthog_visualreviewreposquarantinecreate | Write write | 0 | Quarantine a snapshot identifier for a specific run type. |
posthog.posthog_visualreviewreposquarantineexpirecreate | Write write | 0 | Expire all active quarantine entries for an identifier. |
posthog.posthog_visualreviewreposthumbnailsretrieve | Read read | 0 | Serve a snapshot thumbnail by identifier. Returns WebP with ETag caching. |
posthog.posthog_visualreviewreposrunslist | Read read | 0 | List runs in this repo, optionally filtered by review state. |
posthog.posthog_visualreviewreposrunscountsretrieve | Read read | 0 | Review state counts for runs in this repo. |
posthog.posthog_visualreviewrepossnapshotslist | Read read | 0 | Deduped baseline timeline for a snapshot identity. Newest first. |
posthog.posthog_visualreviewrunslist | Read read | 0 | List runs for the team, optionally filtered by review state, PR number, commit SHA, or branch. |
posthog.posthog_visualreviewrunscreate | Write write | 0 | Create a new run from a CI manifest. |
posthog.posthog_visualreviewrunsretrieve | Read read | 0 | Get run status and summary. |
posthog.posthog_visualreviewrunsaddsnapshotscreate | Write write | 0 | Add a batch of snapshots to a pending run (shard-based flow). |
posthog.posthog_visualreviewrunsapprovecreate | Write write | 0 | Approve visual changes for snapshots in this run. With approveall=true, approves all changed+new snapshots and returns signed baseline YAML. With specific snapshots, approves only those. |
posthog.posthog_visualreviewrunsautoapprovecreate | Write write | 0 | CLI auto-approve: approve all and return baseline YAML for local write. |
posthog.posthog_visualreviewrunscompletecreate | Write write | 0 | Complete a run: detect removals, verify uploads, trigger diff processing. |
posthog.posthog_visualreviewrunsrecomputecreate | Write write | 0 | Re-evaluate quarantine and counts, update commit status, and optionally rerun the CI job. |
posthog.posthog_visualreviewrunssnapshothistorylist | Read read | 0 | Recent change history for a snapshot identifier across runs. |
posthog.posthog_visualreviewrunssnapshotslist | Read read | 0 | Get all snapshots for a run with diff results. |
posthog.posthog_visualreviewrunstoleratecreate | Write write | 0 | Mark a changed snapshot as a known tolerated alternate. |
posthog.posthog_visualreviewrunstoleratedhasheslist | Read read | 0 | List known tolerated hashes for a snapshot identifier. |
posthog.posthog_visualreviewrunscountsretrieve | Read read | 0 | Review state counts for the runs list. |
posthog.posthog_warehousedaglist | Read read | 0 | Return this team's DAG as a set of edges and nodes |
posthog.posthog_warehousemodelpathslist | Read read | 0 | Warehousemodelpathslist |
posthog.posthog_warehousemodelpathsretrieve | Read read | 0 | Warehousemodelpathsretrieve |
posthog.posthog_warehousesavedquerieslist | Read read | 0 | Create, Read, Update and Delete Warehouse Tables. |
posthog.posthog_warehousesavedqueriescreate | Write write | 0 | Create, Read, Update and Delete Warehouse Tables. |
posthog.posthog_warehousesavedqueriesretrieve | Read read | 0 | Create, Read, Update and Delete Warehouse Tables. |
posthog.posthog_warehousesavedqueriesupdate | Write write | 0 | Create, Read, Update and Delete Warehouse Tables. |
posthog.posthog_warehousesavedqueriespartialupdate | Write write | 0 | Create, Read, Update and Delete Warehouse Tables. |
posthog.posthog_warehousesavedqueriesdestroy | Write write | 0 | Create, Read, Update and Delete Warehouse Tables. |
posthog.posthog_warehousesavedqueriesactivityretrieve | Read read | 0 | Create, Read, Update and Delete Warehouse Tables. |
posthog.posthog_warehousesavedqueriesancestorscreate | Write write | 0 | Return the ancestors of this saved query. By default, we return the immediate parents. The level parameter can be used to look further back into the ancestor tree. If level overshoots (i.e. points to only ancestors beyond the root), we return an empty list. |
posthog.posthog_warehousesavedqueriescancelcreate | Write write | 0 | Cancel a running saved query workflow. |
posthog.posthog_warehousesavedqueriesdependenciesretrieve | Read read | 0 | Return the count of immediate upstream and downstream dependencies for this saved query. |
posthog.posthog_warehousesavedqueriesdescendantscreate | Write write | 0 | Return the descendants of this saved query. By default, we return the immediate children. The level parameter can be used to look further ahead into the descendants tree. If level overshoots (i.e. points to only descendants further than a leaf), we return a... |
posthog.posthog_warehousesavedqueriesmaterializecreate | Write write | 0 | Enable materialization for this saved query with a 24-hour sync frequency. |
posthog.posthog_warehousesavedqueriesrevertmaterializationcreate | Write write | 0 | Undo materialization, revert back to the original view. (i.e. delete the materialized table and the schedule) |
posthog.posthog_warehousesavedqueriesruncreate | Write write | 0 | Run this saved query. |
posthog.posthog_warehousesavedqueriesrunhistoryretrieve | Read read | 0 | Return the recent run history (up to 5 most recent) for this materialized view. |
posthog.posthog_warehousesavedqueriesresumeschedulescreate | Write write | 0 | Resume paused materialization schedules for multiple matviews. Accepts a list of view IDs in the request body: {"viewids": ["id1", "id2", ...]} This endpoint is idempotent - calling it on already running or non-existent schedules is safe. |
posthog.posthog_warehousesavedqueryfolderslist | Read read | 0 | Warehousesavedqueryfolderslist |
posthog.posthog_warehousesavedqueryfolderscreate | Write write | 0 | Warehousesavedqueryfolderscreate |
posthog.posthog_warehousesavedqueryfoldersretrieve | Read read | 0 | Warehousesavedqueryfoldersretrieve |
posthog.posthog_warehousesavedqueryfolderspartialupdate | Write write | 0 | Warehousesavedqueryfolderspartialupdate |
posthog.posthog_warehousesavedqueryfoldersdestroy | Write write | 0 | Warehousesavedqueryfoldersdestroy |
posthog.posthog_warehousetableslist | Read read | 0 | Create, Read, Update and Delete Warehouse Tables. |
posthog.posthog_warehousetablescreate | Write write | 0 | Create, Read, Update and Delete Warehouse Tables. |
posthog.posthog_warehousetablesretrieve | Read read | 0 | Create, Read, Update and Delete Warehouse Tables. |
posthog.posthog_warehousetablesupdate | Write write | 0 | Create, Read, Update and Delete Warehouse Tables. |
posthog.posthog_warehousetablespartialupdate | Write write | 0 | Create, Read, Update and Delete Warehouse Tables. |
posthog.posthog_warehousetablesdestroy | Write write | 0 | Create, Read, Update and Delete Warehouse Tables. |
posthog.posthog_warehousetablesrefreshschemacreate | Write write | 0 | Create, Read, Update and Delete Warehouse Tables. |
posthog.posthog_warehousetablesupdateschemacreate | Write write | 0 | Create, Read, Update and Delete Warehouse Tables. |
posthog.posthog_warehousetablesfilecreate | Write write | 0 | Create, Read, Update and Delete Warehouse Tables. |
posthog.posthog_warehouseviewlinklist | Read read | 0 | Create, Read, Update and Delete View Columns. |
posthog.posthog_warehouseviewlinkcreate | Write write | 0 | Create, Read, Update and Delete View Columns. |
posthog.posthog_warehouseviewlinkretrieve | Read read | 0 | Create, Read, Update and Delete View Columns. |
posthog.posthog_warehouseviewlinkupdate | Write write | 0 | Create, Read, Update and Delete View Columns. |
posthog.posthog_warehouseviewlinkpartialupdate | Write write | 0 | Create, Read, Update and Delete View Columns. |
posthog.posthog_warehouseviewlinkdestroy | Write write | 0 | Create, Read, Update and Delete View Columns. |
posthog.posthog_warehouseviewlinkvalidatecreate | Write write | 0 | Create, Read, Update and Delete View Columns. |
posthog.posthog_warehouseviewlinkslist | Read read | 0 | Create, Read, Update and Delete View Columns. |
posthog.posthog_warehouseviewlinkscreate | Write write | 0 | Create, Read, Update and Delete View Columns. |
posthog.posthog_warehouseviewlinksretrieve | Read read | 0 | Create, Read, Update and Delete View Columns. |
posthog.posthog_warehouseviewlinksupdate | Write write | 0 | Create, Read, Update and Delete View Columns. |
posthog.posthog_warehouseviewlinkspartialupdate | Write write | 0 | Create, Read, Update and Delete View Columns. |
posthog.posthog_warehouseviewlinksdestroy | Write write | 0 | Create, Read, Update and Delete View Columns. |
posthog.posthog_warehouseviewlinksvalidatecreate | Write write | 0 | Create, Read, Update and Delete View Columns. |
posthog.posthog_webexperimentslist | Read read | 0 | Webexperimentslist |
posthog.posthog_webexperimentscreate | Write write | 0 | Webexperimentscreate |
posthog.posthog_webexperimentsretrieve | Read read | 0 | Webexperimentsretrieve |
posthog.posthog_webexperimentsupdate | Write write | 0 | Webexperimentsupdate |
posthog.posthog_webexperimentspartialupdate | Write write | 0 | Webexperimentspartialupdate |
posthog.posthog_webexperimentsdestroy | Write write | 0 | Webexperimentsdestroy |
posthog.posthog_publichogfunctiontemplateslist | Read read | 0 | Publichogfunctiontemplateslist |
posthog.posthog_userhomesettingsretrieve | Read read | 0 | Get the authenticated user's pinned sidebar tabs and configured homepage for the current team. Pass @me as the UUID. |
posthog.posthog_userhomesettingspartialupdate | Write write | 0 | Update the authenticated user's pinned sidebar tabs and/or homepage for the current team. Pass @me as the UUID. Send tabs to replace the pinned tab list, homepage to set the home destination (any PostHog URL - dashboard, insight, search results, scene). Eit... |
posthog.posthog_userslist | Read read | 0 | Userslist |
posthog.posthog_userssignalautonomyretrieve | Read read | 0 | Per-user signal autonomy config (singleton keyed by user). GET /api/users/ /signalautonomy/ - current config (or 404) POST /api/users/ /signalautonomy/ - create or update DELETE /api/users/ /signalautonomy/ - remove (opt out) |
posthog.posthog_userssignalautonomycreate | Write write | 0 | Per-user signal autonomy config (singleton keyed by user). GET /api/users/ /signalautonomy/ - current config (or 404) POST /api/users/ /signalautonomy/ - create or update DELETE /api/users/ /signalautonomy/ - remove (opt out) |
posthog.posthog_userssignalautonomydestroy | Write write | 0 | Per-user signal autonomy config (singleton keyed by user). GET /api/users/ /signalautonomy/ - current config (or 404) POST /api/users/ /signalautonomy/ - create or update DELETE /api/users/ /signalautonomy/ - remove (opt out) |
posthog.posthog_usersretrieve | Read read | 0 | Retrieve a user's profile and settings. Pass @me as the UUID to fetch the authenticated user; non-staff callers may only access their own account. |
posthog.posthog_usersupdate | Write write | 0 | Replace the authenticated user's profile and settings. Pass @me as the UUID to update the authenticated user. Prefer the PATCH endpoint for partial updates - PUT requires every writable field to be provided. |
posthog.posthog_userspartialupdate | Write write | 0 | Update one or more of the authenticated user's profile fields or settings. |
posthog.posthog_usersdestroy | Write write | 0 | Usersdestroy |
posthog.posthog_usersgithubloginretrieve | Read read | 0 | Usersgithubloginretrieve |
posthog.posthog_usershedgehogconfigretrieve | Read read | 0 | Usershedgehogconfigretrieve |
posthog.posthog_usershedgehogconfigpartialupdate | Write write | 0 | Usershedgehogconfigpartialupdate |
posthog.posthog_usersintegrationslist | Read read | 0 | List personal GitHub integrations |
posthog.posthog_usersintegrationsgithubdestroy | Write write | 0 | Disconnect a personal GitHub integration |
posthog.posthog_usersintegrationsgithubbranchesretrieve | Read read | 0 | List branches for a personal GitHub installation repository |
posthog.posthog_usersintegrationsgithubreposretrieve | Read read | 0 | List repositories for a personal GitHub installation |
posthog.posthog_usersintegrationsgithubreposrefreshcreate | Write write | 0 | Refresh repositories for a personal GitHub installation |
posthog.posthog_usersintegrationsgithubstartcreate | Write write | 0 | Start GitHub personal integration linking |
posthog.posthog_usersonboardingskipcreate | Write write | 0 | Mark the current user as having exited onboarding with a non-delegated reason. Idempotent: the skip timestamp is only set on the first successful call. Callers wanting to delegate setup to a teammate must use the dedicated /organizations/{id}/invites/delega... |
posthog.posthog_usersscenepersonalisationcreate | Write write | 0 | Usersscenepersonalisationcreate |
posthog.posthog_usersstart2fasetupretrieve | Read read | 0 | Usersstart2fasetupretrieve |
posthog.posthog_userstwofactorbackupcodescreate | Write write | 0 | Generate new backup codes, invalidating any existing ones |
posthog.posthog_userstwofactordisablecreate | Write write | 0 | Disable 2FA and remove all related devices |
posthog.posthog_userstwofactorstartsetupretrieve | Read read | 0 | Userstwofactorstartsetupretrieve |
posthog.posthog_userstwofactorstatusretrieve | Read read | 0 | Get current 2FA status including backup codes if enabled |
posthog.posthog_userstwofactorvalidatecreate | Write write | 0 | Userstwofactorvalidatecreate |
posthog.posthog_usersvalidate2facreate | Write write | 0 | Usersvalidate2facreate |
posthog.posthog_userscancelemailchangerequestpartialupdate | Write write | 0 | Userscancelemailchangerequestpartialupdate |
posthog.posthog_usersrequestemailverificationcreate | Write write | 0 | Usersrequestemailverificationcreate |
posthog.posthog_usersverifyemailcreate | Write write | 0 | Usersverifyemailcreate |