KosmoKrator

analytics

PostHog CLI for AI Agents

Use the PostHog CLI from KosmoKrator to call PostHog tools headlessly, return JSON, inspect schemas, and automate workflows from coding agents, scripts, and CI.

PostHog CLI Setup

PostHog can be configured headlessly with `kosmokrator integrations:configure posthog`.

Install, configure, and verify
# Install KosmoKrator first if it is not available on PATH.
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash

# Configure and verify this integration.
kosmokrator integrations:configure posthog --enable --read allow --write ask --json
kosmokrator integrations:doctor posthog --json
kosmokrator integrations:status --json

Credentials

Authentication type: API token api_token. Configure credentials once, then reuse the same stored profile from scripts, coding CLIs, Lua, and MCP.

No credentials are required.

Command Patterns

The generic command is stable across every integration. The provider shortcut is shorter for humans.

Generic CLI call
kosmo integrations:call posthog.posthog_capture_event '{"event":"example_event","distinct_id":"example_distinct_id","properties":"example_properties","timestamp":"example_timestamp","api_key":"example_api_key","send_feature_flags":true}' --json
Provider shortcut
kosmo integrations:posthog posthog_capture_event '{"event":"example_event","distinct_id":"example_distinct_id","properties":"example_properties","timestamp":"example_timestamp","api_key":"example_api_key","send_feature_flags":true}' --json

Discovery

These commands return structured output for coding agents that need to inspect capabilities before choosing a function.

Discovery commands
kosmo integrations:docs posthog --json
kosmo integrations:docs posthog.posthog_capture_event --json
kosmo integrations:schema posthog.posthog_capture_event --json
kosmo integrations:search "PostHog" --json
kosmo integrations:list --json

Automation Contexts

The same configured command surface works in these environments. The command does not change unless the host wrapper, credentials, or permissions change.

CLI Functions

Every function below can be called headlessly. Commands are highlighted, copyable, and scroll horizontally when payloads are long.

posthog.posthog_capture_event

Send one analytics event through the PostHog capture API.

Write write
Parameters
event, distinct_id, properties, timestamp, api_key, send_feature_flags
Generic call
kosmo integrations:call posthog.posthog_capture_event '{"event":"example_event","distinct_id":"example_distinct_id","properties":"example_properties","timestamp":"example_timestamp","api_key":"example_api_key","send_feature_flags":true}' --json
Shortcut
kosmo integrations:posthog posthog_capture_event '{"event":"example_event","distinct_id":"example_distinct_id","properties":"example_properties","timestamp":"example_timestamp","api_key":"example_api_key","send_feature_flags":true}' --json

posthog.posthog_codeinvitescheckaccessretrieve

Check access

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_codeinvitescheckaccessretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_codeinvitescheckaccessretrieve '{}' --json

posthog.posthog_codeinvitesredeemcreate

Redeem invite code

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_codeinvitesredeemcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_codeinvitesredeemcreate '{}' --json

posthog.posthog_environmentsalertslist

Environmentsalertslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsalertslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsalertslist '{}' --json

posthog.posthog_environmentsalertscreate

Environmentsalertscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsalertscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsalertscreate '{}' --json

posthog.posthog_environmentsalertsretrieve

Environmentsalertsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsalertsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsalertsretrieve '{}' --json

posthog.posthog_environmentsalertsupdate

Environmentsalertsupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsalertsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsalertsupdate '{}' --json

posthog.posthog_environmentsalertspartialupdate

Environmentsalertspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsalertspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsalertspartialupdate '{}' --json

posthog.posthog_environmentsalertsdestroy

Environmentsalertsdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsalertsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsalertsdestroy '{}' --json

posthog.posthog_environmentsalertssimulatecreate

Simulate a detector on an insight's historical data. Read-only - no AlertCheck records are created.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsalertssimulatecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsalertssimulatecreate '{}' --json

posthog.posthog_environmentsbatchexportslist

Environmentsbatchexportslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsbatchexportslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsbatchexportslist '{}' --json

posthog.posthog_environmentsbatchexportscreate

Environmentsbatchexportscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsbatchexportscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsbatchexportscreate '{}' --json

posthog.posthog_environmentsbatchexportsbackfillslist

ViewSet for BatchExportBackfill models. Allows creating and reading backfills, but not updating or deleting them.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsbatchexportsbackfillslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsbatchexportsbackfillslist '{}' --json

posthog.posthog_environmentsbatchexportsbackfillscreate

Create a new backfill for a BatchExport.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsbatchexportsbackfillscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsbatchexportsbackfillscreate '{}' --json

posthog.posthog_environmentsbatchexportsbackfillsretrieve

ViewSet for BatchExportBackfill models. Allows creating and reading backfills, but not updating or deleting them.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsbatchexportsbackfillsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsbatchexportsbackfillsretrieve '{}' --json

posthog.posthog_environmentsbatchexportsbackfillscancelcreate

Cancel a batch export backfill.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsbatchexportsbackfillscancelcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsbatchexportsbackfillscancelcreate '{}' --json

posthog.posthog_environmentsbatchexportsrunslist

Environmentsbatchexportsrunslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsbatchexportsrunslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsbatchexportsrunslist '{}' --json

posthog.posthog_environmentsbatchexportsrunsretrieve

Environmentsbatchexportsrunsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsbatchexportsrunsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsbatchexportsrunsretrieve '{}' --json

posthog.posthog_environmentsbatchexportsrunscancelcreate

Cancel a batch export run.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsbatchexportsrunscancelcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsbatchexportsrunscancelcreate '{}' --json

posthog.posthog_environmentsbatchexportsrunslogsretrieve

Environmentsbatchexportsrunslogsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsbatchexportsrunslogsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsbatchexportsrunslogsretrieve '{}' --json

posthog.posthog_environmentsbatchexportsrunsretrycreate

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.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsbatchexportsrunsretrycreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsbatchexportsrunsretrycreate '{}' --json

posthog.posthog_environmentsbatchexportsretrieve

Environmentsbatchexportsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsbatchexportsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsbatchexportsretrieve '{}' --json

posthog.posthog_environmentsbatchexportsupdate

Environmentsbatchexportsupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsbatchexportsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsbatchexportsupdate '{}' --json

posthog.posthog_environmentsbatchexportspartialupdate

Environmentsbatchexportspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsbatchexportspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsbatchexportspartialupdate '{}' --json

posthog.posthog_environmentsbatchexportsdestroy

Environmentsbatchexportsdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsbatchexportsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsbatchexportsdestroy '{}' --json

posthog.posthog_environmentsbatchexportslogsretrieve

Environmentsbatchexportslogsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsbatchexportslogsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsbatchexportslogsretrieve '{}' --json

posthog.posthog_environmentsbatchexportspausecreate

Pause a BatchExport.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsbatchexportspausecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsbatchexportspausecreate '{}' --json

posthog.posthog_environmentsbatchexportsrunteststepcreate

Environmentsbatchexportsrunteststepcreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsbatchexportsrunteststepcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsbatchexportsrunteststepcreate '{}' --json

posthog.posthog_environmentsbatchexportsunpausecreate

Unpause a BatchExport.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsbatchexportsunpausecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsbatchexportsunpausecreate '{}' --json

posthog.posthog_environmentsbatchexportsrunteststepnewcreate

Environmentsbatchexportsrunteststepnewcreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsbatchexportsrunteststepnewcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsbatchexportsrunteststepnewcreate '{}' --json

posthog.posthog_environmentsbatchexportstestretrieve

Environmentsbatchexportstestretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsbatchexportstestretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsbatchexportstestretrieve '{}' --json

posthog.posthog_environmentsdashboardslist

Environmentsdashboardslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdashboardslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdashboardslist '{}' --json

posthog.posthog_environmentsdashboardscreate

Environmentsdashboardscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdashboardscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdashboardscreate '{}' --json

posthog.posthog_environmentsdashboardscollaboratorslist

Environmentsdashboardscollaboratorslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdashboardscollaboratorslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdashboardscollaboratorslist '{}' --json

posthog.posthog_environmentsdashboardscollaboratorscreate

Environmentsdashboardscollaboratorscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdashboardscollaboratorscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdashboardscollaboratorscreate '{}' --json

posthog.posthog_environmentsdashboardscollaboratorsdestroy

Environmentsdashboardscollaboratorsdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdashboardscollaboratorsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdashboardscollaboratorsdestroy '{}' --json

posthog.posthog_environmentsdashboardssharinglist

Environmentsdashboardssharinglist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdashboardssharinglist '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdashboardssharinglist '{}' --json

posthog.posthog_environmentsdashboardssharingpasswordscreate

Create a new password for the sharing configuration.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdashboardssharingpasswordscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdashboardssharingpasswordscreate '{}' --json

posthog.posthog_environmentsdashboardssharingpasswordsdestroy

Delete a password from the sharing configuration.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdashboardssharingpasswordsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdashboardssharingpasswordsdestroy '{}' --json

posthog.posthog_environmentsdashboardssharingrefreshcreate

Environmentsdashboardssharingrefreshcreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdashboardssharingrefreshcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdashboardssharingrefreshcreate '{}' --json

posthog.posthog_environmentsdashboardsretrieve

Environmentsdashboardsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdashboardsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdashboardsretrieve '{}' --json

posthog.posthog_environmentsdashboardsupdate

Environmentsdashboardsupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdashboardsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdashboardsupdate '{}' --json

posthog.posthog_environmentsdashboardspartialupdate

Environmentsdashboardspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdashboardspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdashboardspartialupdate '{}' --json

posthog.posthog_environmentsdashboardsdestroy

Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdashboardsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdashboardsdestroy '{}' --json

posthog.posthog_environmentsdashboardsanalyzerefreshresultcreate

Generate AI analysis comparing before/after dashboard refresh. Expects cachekey in request body pointing to the stored 'before' state.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdashboardsanalyzerefreshresultcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdashboardsanalyzerefreshresultcreate '{}' --json

posthog.posthog_environmentsdashboardscopytilecreate

Copy an existing dashboard tile to another dashboard (insight or text card; new tile row).

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdashboardscopytilecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdashboardscopytilecreate '{}' --json

posthog.posthog_environmentsdashboardsmovetilepartialupdate

Environmentsdashboardsmovetilepartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdashboardsmovetilepartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdashboardsmovetilepartialupdate '{}' --json

posthog.posthog_environmentsdashboardsreordertilescreate

Environmentsdashboardsreordertilescreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdashboardsreordertilescreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdashboardsreordertilescreate '{}' --json

posthog.posthog_environmentsdashboardsruninsightsretrieve

Run all insights on a dashboard and return their results.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdashboardsruninsightsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdashboardsruninsightsretrieve '{}' --json

posthog.posthog_environmentsdashboardssnapshotcreate

Snapshot the current dashboard state (from cache) for AI analysis. Returns a cachekey representing the 'before' state, to be used with analyzerefreshresult.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdashboardssnapshotcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdashboardssnapshotcreate '{}' --json

posthog.posthog_environmentsdashboardsstreamtilesretrieve

Stream dashboard metadata and tiles via Server-Sent Events. Sends metadata first, then tiles as they are rendered.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdashboardsstreamtilesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdashboardsstreamtilesretrieve '{}' --json

posthog.posthog_environmentsdashboardsbulkupdatetagscreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdashboardsbulkupdatetagscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdashboardsbulkupdatetagscreate '{}' --json

posthog.posthog_environmentsdashboardscreatefromtemplatejsoncreate

Environmentsdashboardscreatefromtemplatejsoncreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdashboardscreatefromtemplatejsoncreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdashboardscreatefromtemplatejsoncreate '{}' --json

posthog.posthog_environmentsdashboardscreateunlisteddashboardcreate

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.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdashboardscreateunlisteddashboardcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdashboardscreateunlisteddashboardcreate '{}' --json

posthog.posthog_environmentsdatacolorthemeslist

Environmentsdatacolorthemeslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdatacolorthemeslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdatacolorthemeslist '{}' --json

posthog.posthog_environmentsdatacolorthemescreate

Environmentsdatacolorthemescreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdatacolorthemescreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdatacolorthemescreate '{}' --json

posthog.posthog_environmentsdatacolorthemesretrieve

Environmentsdatacolorthemesretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdatacolorthemesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdatacolorthemesretrieve '{}' --json

posthog.posthog_environmentsdatacolorthemesupdate

Environmentsdatacolorthemesupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdatacolorthemesupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdatacolorthemesupdate '{}' --json

posthog.posthog_environmentsdatacolorthemespartialupdate

Environmentsdatacolorthemespartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdatacolorthemespartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdatacolorthemespartialupdate '{}' --json

posthog.posthog_environmentsdatacolorthemesdestroy

Environmentsdatacolorthemesdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdatacolorthemesdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdatacolorthemesdestroy '{}' --json

posthog.posthog_environmentsdatamodelingjobslist

List data modeling jobs which are "runs" for our saved queries.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdatamodelingjobslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdatamodelingjobslist '{}' --json

posthog.posthog_environmentsdatamodelingjobsretrieve

List data modeling jobs which are "runs" for our saved queries.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdatamodelingjobsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdatamodelingjobsretrieve '{}' --json

posthog.posthog_environmentsdatamodelingjobsrecentretrieve

Get the most recent non-running job for each saved query from the v2 backend.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdatamodelingjobsrecentretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdatamodelingjobsrecentretrieve '{}' --json

posthog.posthog_environmentsdatamodelingjobsrunningretrieve

Get all currently running jobs from the v2 backend.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdatamodelingjobsrunningretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdatamodelingjobsrunningretrieve '{}' --json

posthog.posthog_environmentsdatawarehousecheckdatabasenameretrieve

Check if a database name is available.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdatawarehousecheckdatabasenameretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdatawarehousecheckdatabasenameretrieve '{}' --json

posthog.posthog_environmentsdatawarehousecompletedactivityretrieve

Returns completed/non-running activities (jobs with status 'Completed'). Supports pagination and cutoff time filtering.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdatawarehousecompletedactivityretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdatawarehousecompletedactivityretrieve '{}' --json

posthog.posthog_environmentsdatawarehousedatahealthissuesretrieve

Returns failed/disabled data pipeline items for the Pipeline status side panel. Includes: materializations, syncs, sources, destinations, and transformations.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdatawarehousedatahealthissuesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdatawarehousedatahealthissuesretrieve '{}' --json

posthog.posthog_environmentsdatawarehousedataopsdashboardretrieve

Returns the data ops overview dashboard ID for this team, creating it if it doesn't exist yet.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdatawarehousedataopsdashboardretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdatawarehousedataopsdashboardretrieve '{}' --json

posthog.posthog_environmentsdatawarehousedeprovisioncreate

Start deprovisioning the managed warehouse for this team.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdatawarehousedeprovisioncreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdatawarehousedeprovisioncreate '{}' --json

posthog.posthog_environmentsdatawarehousejobstatsretrieve

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).

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdatawarehousejobstatsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdatawarehousejobstatsretrieve '{}' --json

posthog.posthog_environmentsdatawarehousepropertyvaluesretrieve

API endpoints for data warehouse aggregate statistics and operations.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdatawarehousepropertyvaluesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdatawarehousepropertyvaluesretrieve '{}' --json

posthog.posthog_environmentsdatawarehouseprovisioncreate

Start provisioning a managed warehouse for this team.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdatawarehouseprovisioncreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdatawarehouseprovisioncreate '{}' --json

posthog.posthog_environmentsdatawarehouseresetpasswordcreate

Reset the root password for the managed warehouse.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdatawarehouseresetpasswordcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdatawarehouseresetpasswordcreate '{}' --json

posthog.posthog_environmentsdatawarehouserunningactivityretrieve

Returns currently running activities (jobs with status 'Running'). Supports pagination and cutoff time filtering.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdatawarehouserunningactivityretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdatawarehouserunningactivityretrieve '{}' --json

posthog.posthog_environmentsdatawarehousetotalrowsstatsretrieve

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.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdatawarehousetotalrowsstatsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdatawarehousetotalrowsstatsretrieve '{}' --json

posthog.posthog_environmentsdatawarehousewarehousestatusretrieve

Get the current provisioning status of the managed warehouse.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdatawarehousewarehousestatusretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdatawarehousewarehousestatusretrieve '{}' --json

posthog.posthog_environmentsdatasetitemslist

Environmentsdatasetitemslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdatasetitemslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdatasetitemslist '{}' --json

posthog.posthog_environmentsdatasetitemscreate

Environmentsdatasetitemscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdatasetitemscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdatasetitemscreate '{}' --json

posthog.posthog_environmentsdatasetitemsretrieve

Environmentsdatasetitemsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdatasetitemsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdatasetitemsretrieve '{}' --json

posthog.posthog_environmentsdatasetitemsupdate

Environmentsdatasetitemsupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdatasetitemsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdatasetitemsupdate '{}' --json

posthog.posthog_environmentsdatasetitemspartialupdate

Environmentsdatasetitemspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdatasetitemspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdatasetitemspartialupdate '{}' --json

posthog.posthog_environmentsdatasetitemsdestroy

Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdatasetitemsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdatasetitemsdestroy '{}' --json

posthog.posthog_environmentsdatasetslist

Environmentsdatasetslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdatasetslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdatasetslist '{}' --json

posthog.posthog_environmentsdatasetscreate

Environmentsdatasetscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdatasetscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdatasetscreate '{}' --json

posthog.posthog_environmentsdatasetsretrieve

Environmentsdatasetsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdatasetsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdatasetsretrieve '{}' --json

posthog.posthog_environmentsdatasetsupdate

Environmentsdatasetsupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdatasetsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdatasetsupdate '{}' --json

posthog.posthog_environmentsdatasetspartialupdate

Environmentsdatasetspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdatasetspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdatasetspartialupdate '{}' --json

posthog.posthog_environmentsdatasetsdestroy

Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdatasetsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdatasetsdestroy '{}' --json

posthog.posthog_environmentselementslist

Environmentselementslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentselementslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentselementslist '{}' --json

posthog.posthog_environmentselementscreate

Environmentselementscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentselementscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentselementscreate '{}' --json

posthog.posthog_environmentselementsretrieve

Environmentselementsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentselementsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentselementsretrieve '{}' --json

posthog.posthog_environmentselementsupdate

Environmentselementsupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentselementsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentselementsupdate '{}' --json

posthog.posthog_environmentselementspartialupdate

Environmentselementspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentselementspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentselementspartialupdate '{}' --json

posthog.posthog_environmentselementsdestroy

Environmentselementsdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentselementsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentselementsdestroy '{}' --json

posthog.posthog_environmentselementsstatsretrieve

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentselementsstatsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentselementsstatsretrieve '{}' --json

posthog.posthog_environmentselementsvaluesretrieve

Environmentselementsvaluesretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentselementsvaluesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentselementsvaluesretrieve '{}' --json

posthog.posthog_environmentsendpointslist

List all endpoints for the team.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsendpointslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsendpointslist '{}' --json

posthog.posthog_environmentsendpointscreate

Create a new endpoint.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsendpointscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsendpointscreate '{}' --json

posthog.posthog_environmentsendpointsretrieve

Retrieve an endpoint, or a specific version via ?version=N.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsendpointsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsendpointsretrieve '{}' --json

posthog.posthog_environmentsendpointsupdate

Update an existing endpoint. Parameters are optional. Pass version in body or ?version=N query param to target a specific version.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsendpointsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsendpointsupdate '{}' --json

posthog.posthog_environmentsendpointspartialupdate

Update an existing endpoint.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsendpointspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsendpointspartialupdate '{}' --json

posthog.posthog_environmentsendpointsdestroy

Delete an endpoint and clean up materialized query.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsendpointsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsendpointsdestroy '{}' --json

posthog.posthog_environmentsendpointsmaterializationpreviewcreate

Preview the materialization transform for an endpoint. Shows what the query will look like after materialization, including range pair detection and bucket functions.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsendpointsmaterializationpreviewcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsendpointsmaterializationpreviewcreate '{}' --json

posthog.posthog_environmentsendpointsmaterializationstatusretrieve

Get materialization status for an endpoint. Supports ?version=N query param.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsendpointsmaterializationstatusretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsendpointsmaterializationstatusretrieve '{}' --json

posthog.posthog_environmentsendpointsopenapi_jsonretrieve

Get OpenAPI 3.0 specification for this endpoint. Use this to generate typed SDK clients.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsendpointsopenapi_jsonretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsendpointsopenapi_jsonretrieve '{}' --json

posthog.posthog_environmentsendpointsrunretrieve

Execute endpoint with optional materialization. Supports version parameter, runs latest version if not set.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsendpointsrunretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsendpointsrunretrieve '{}' --json

posthog.posthog_environmentsendpointsruncreate

Execute endpoint with optional materialization. Supports version parameter, runs latest version if not set.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsendpointsruncreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsendpointsruncreate '{}' --json

posthog.posthog_environmentsendpointsversionslist

List all versions for an endpoint.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsendpointsversionslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsendpointsversionslist '{}' --json

posthog.posthog_environmentsendpointslastexecutiontimescreate

Get the last execution times in the past 6 months for multiple endpoints.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsendpointslastexecutiontimescreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsendpointslastexecutiontimescreate '{}' --json

posthog.posthog_environmentserrortrackingreleaseslist

Environmentserrortrackingreleaseslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentserrortrackingreleaseslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentserrortrackingreleaseslist '{}' --json

posthog.posthog_environmentserrortrackingreleasescreate

Environmentserrortrackingreleasescreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentserrortrackingreleasescreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentserrortrackingreleasescreate '{}' --json

posthog.posthog_environmentserrortrackingreleasesretrieve

Environmentserrortrackingreleasesretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentserrortrackingreleasesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentserrortrackingreleasesretrieve '{}' --json

posthog.posthog_environmentserrortrackingreleasesupdate

Environmentserrortrackingreleasesupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentserrortrackingreleasesupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentserrortrackingreleasesupdate '{}' --json

posthog.posthog_environmentserrortrackingreleasespartialupdate

Environmentserrortrackingreleasespartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentserrortrackingreleasespartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentserrortrackingreleasespartialupdate '{}' --json

posthog.posthog_environmentserrortrackingreleasesdestroy

Environmentserrortrackingreleasesdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentserrortrackingreleasesdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentserrortrackingreleasesdestroy '{}' --json

posthog.posthog_environmentserrortrackingreleaseshashretrieve

Environmentserrortrackingreleaseshashretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentserrortrackingreleaseshashretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentserrortrackingreleaseshashretrieve '{}' --json

posthog.posthog_environmentserrortrackingsymbolsetslist

Environmentserrortrackingsymbolsetslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentserrortrackingsymbolsetslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentserrortrackingsymbolsetslist '{}' --json

posthog.posthog_environmentserrortrackingsymbolsetscreate

Environmentserrortrackingsymbolsetscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentserrortrackingsymbolsetscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentserrortrackingsymbolsetscreate '{}' --json

posthog.posthog_environmentserrortrackingsymbolsetsretrieve

Environmentserrortrackingsymbolsetsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentserrortrackingsymbolsetsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentserrortrackingsymbolsetsretrieve '{}' --json

posthog.posthog_environmentserrortrackingsymbolsetsupdate

Environmentserrortrackingsymbolsetsupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentserrortrackingsymbolsetsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentserrortrackingsymbolsetsupdate '{}' --json

posthog.posthog_environmentserrortrackingsymbolsetspartialupdate

Environmentserrortrackingsymbolsetspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentserrortrackingsymbolsetspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentserrortrackingsymbolsetspartialupdate '{}' --json

posthog.posthog_environmentserrortrackingsymbolsetsdestroy

Environmentserrortrackingsymbolsetsdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentserrortrackingsymbolsetsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentserrortrackingsymbolsetsdestroy '{}' --json

posthog.posthog_environmentserrortrackingsymbolsetsdownloadretrieve

Return a presigned URL for downloading the symbol set's source map.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentserrortrackingsymbolsetsdownloadretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentserrortrackingsymbolsetsdownloadretrieve '{}' --json

posthog.posthog_environmentserrortrackingsymbolsetsfinishuploadupdate

Environmentserrortrackingsymbolsetsfinishuploadupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentserrortrackingsymbolsetsfinishuploadupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentserrortrackingsymbolsetsfinishuploadupdate '{}' --json

posthog.posthog_environmentserrortrackingsymbolsetsbulkdeletecreate

Environmentserrortrackingsymbolsetsbulkdeletecreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentserrortrackingsymbolsetsbulkdeletecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentserrortrackingsymbolsetsbulkdeletecreate '{}' --json

posthog.posthog_environmentserrortrackingsymbolsetsbulkfinishuploadcreate

Environmentserrortrackingsymbolsetsbulkfinishuploadcreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentserrortrackingsymbolsetsbulkfinishuploadcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentserrortrackingsymbolsetsbulkfinishuploadcreate '{}' --json

posthog.posthog_environmentserrortrackingsymbolsetsbulkstartuploadcreate

Environmentserrortrackingsymbolsetsbulkstartuploadcreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentserrortrackingsymbolsetsbulkstartuploadcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentserrortrackingsymbolsetsbulkstartuploadcreate '{}' --json

posthog.posthog_environmentserrortrackingsymbolsetsstartuploadcreate

Environmentserrortrackingsymbolsetsstartuploadcreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentserrortrackingsymbolsetsstartuploadcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentserrortrackingsymbolsetsstartuploadcreate '{}' --json

posthog.posthog_environmentseventslist

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentseventslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentseventslist '{}' --json

posthog.posthog_environmentseventsretrieve

Environmentseventsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentseventsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentseventsretrieve '{}' --json

posthog.posthog_environmentseventsvaluesretrieve

Environmentseventsvaluesretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentseventsvaluesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentseventsvaluesretrieve '{}' --json

posthog.posthog_environmentsexportslist

Environmentsexportslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsexportslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsexportslist '{}' --json

posthog.posthog_environmentsexportscreate

Environmentsexportscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsexportscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsexportscreate '{}' --json

posthog.posthog_environmentsexportsretrieve

Environmentsexportsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsexportsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsexportsretrieve '{}' --json

posthog.posthog_environmentsexportscontentretrieve

Environmentsexportscontentretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsexportscontentretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsexportscontentretrieve '{}' --json

posthog.posthog_environmentsexternaldataschemaslist

Environmentsexternaldataschemaslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsexternaldataschemaslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsexternaldataschemaslist '{}' --json

posthog.posthog_environmentsexternaldataschemascreate

Environmentsexternaldataschemascreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsexternaldataschemascreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsexternaldataschemascreate '{}' --json

posthog.posthog_environmentsexternaldataschemasretrieve

Environmentsexternaldataschemasretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsexternaldataschemasretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsexternaldataschemasretrieve '{}' --json

posthog.posthog_environmentsexternaldataschemasupdate

Environmentsexternaldataschemasupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsexternaldataschemasupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsexternaldataschemasupdate '{}' --json

posthog.posthog_environmentsexternaldataschemaspartialupdate

Environmentsexternaldataschemaspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsexternaldataschemaspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsexternaldataschemaspartialupdate '{}' --json

posthog.posthog_environmentsexternaldataschemasdestroy

Environmentsexternaldataschemasdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsexternaldataschemasdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsexternaldataschemasdestroy '{}' --json

posthog.posthog_environmentsexternaldataschemascancelcreate

Environmentsexternaldataschemascancelcreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsexternaldataschemascancelcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsexternaldataschemascancelcreate '{}' --json

posthog.posthog_environmentsexternaldataschemasdeletedatadestroy

Environmentsexternaldataschemasdeletedatadestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsexternaldataschemasdeletedatadestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsexternaldataschemasdeletedatadestroy '{}' --json

posthog.posthog_environmentsexternaldataschemasincrementalfieldscreate

Environmentsexternaldataschemasincrementalfieldscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsexternaldataschemasincrementalfieldscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsexternaldataschemasincrementalfieldscreate '{}' --json

posthog.posthog_environmentsexternaldataschemasreloadcreate

Environmentsexternaldataschemasreloadcreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsexternaldataschemasreloadcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsexternaldataschemasreloadcreate '{}' --json

posthog.posthog_environmentsexternaldataschemasresynccreate

Environmentsexternaldataschemasresynccreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsexternaldataschemasresynccreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsexternaldataschemasresynccreate '{}' --json

posthog.posthog_environmentsexternaldatasourceslist

Create, Read, Update and Delete External data Sources.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsexternaldatasourceslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsexternaldatasourceslist '{}' --json

posthog.posthog_environmentsexternaldatasourcescreate

Create, Read, Update and Delete External data Sources.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsexternaldatasourcescreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsexternaldatasourcescreate '{}' --json

posthog.posthog_environmentsexternaldatasourcesretrieve

Create, Read, Update and Delete External data Sources.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsexternaldatasourcesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsexternaldatasourcesretrieve '{}' --json

posthog.posthog_environmentsexternaldatasourcesupdate

Create, Read, Update and Delete External data Sources.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsexternaldatasourcesupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsexternaldatasourcesupdate '{}' --json

posthog.posthog_environmentsexternaldatasourcespartialupdate

Create, Read, Update and Delete External data Sources.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsexternaldatasourcespartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsexternaldatasourcespartialupdate '{}' --json

posthog.posthog_environmentsexternaldatasourcesdestroy

Create, Read, Update and Delete External data Sources.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsexternaldatasourcesdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsexternaldatasourcesdestroy '{}' --json

posthog.posthog_environmentsexternaldatasourcesbulkupdateschemaspartialupdate

Create, Read, Update and Delete External data Sources.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsexternaldatasourcesbulkupdateschemaspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsexternaldatasourcesbulkupdateschemaspartialupdate '{}' --json

posthog.posthog_environmentsexternaldatasourcescreatewebhookcreate

Create, Read, Update and Delete External data Sources.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsexternaldatasourcescreatewebhookcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsexternaldatasourcescreatewebhookcreate '{}' --json

posthog.posthog_environmentsexternaldatasourcesdeletewebhookcreate

Create, Read, Update and Delete External data Sources.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsexternaldatasourcesdeletewebhookcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsexternaldatasourcesdeletewebhookcreate '{}' --json

posthog.posthog_environmentsexternaldatasourcesjobsretrieve

Create, Read, Update and Delete External data Sources.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsexternaldatasourcesjobsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsexternaldatasourcesjobsretrieve '{}' --json

posthog.posthog_environmentsexternaldatasourcesrefreshschemascreate

Fetch current schema/table list from the source and create any new ExternalDataSchema rows (no data sync).

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsexternaldatasourcesrefreshschemascreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsexternaldatasourcesrefreshschemascreate '{}' --json

posthog.posthog_environmentsexternaldatasourcesreloadcreate

Create, Read, Update and Delete External data Sources.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsexternaldatasourcesreloadcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsexternaldatasourcesreloadcreate '{}' --json

posthog.posthog_environmentsexternaldatasourcesrevenueanalyticsconfigpartialupdate

Update the revenue analytics configuration and return the full external data source.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsexternaldatasourcesrevenueanalyticsconfigpartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsexternaldatasourcesrevenueanalyticsconfigpartialupdate '{}' --json

posthog.posthog_environmentsexternaldatasourcesupdatewebhookinputscreate

Create, Read, Update and Delete External data Sources.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsexternaldatasourcesupdatewebhookinputscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsexternaldatasourcesupdatewebhookinputscreate '{}' --json

posthog.posthog_environmentsexternaldatasourceswebhookinforetrieve

Create, Read, Update and Delete External data Sources.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsexternaldatasourceswebhookinforetrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsexternaldatasourceswebhookinforetrieve '{}' --json

posthog.posthog_environmentsexternaldatasourcescheckcdcprerequisitescreate

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.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsexternaldatasourcescheckcdcprerequisitescreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsexternaldatasourcescheckcdcprerequisitescreate '{}' --json

posthog.posthog_environmentsexternaldatasourcesconnectionslist

Create, Read, Update and Delete External data Sources.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsexternaldatasourcesconnectionslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsexternaldatasourcesconnectionslist '{}' --json

posthog.posthog_environmentsexternaldatasourcesdatabaseschemacreate

Create, Read, Update and Delete External data Sources.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsexternaldatasourcesdatabaseschemacreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsexternaldatasourcesdatabaseschemacreate '{}' --json

posthog.posthog_environmentsexternaldatasourcessourceprefixcreate

Create, Read, Update and Delete External data Sources.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsexternaldatasourcessourceprefixcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsexternaldatasourcessourceprefixcreate '{}' --json

posthog.posthog_environmentsexternaldatasourceswizardretrieve

Create, Read, Update and Delete External data Sources.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsexternaldatasourceswizardretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsexternaldatasourceswizardretrieve '{}' --json

posthog.posthog_environmentsfilesystemlist

Environmentsfilesystemlist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsfilesystemlist '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsfilesystemlist '{}' --json

posthog.posthog_environmentsfilesystemcreate

Environmentsfilesystemcreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsfilesystemcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsfilesystemcreate '{}' --json

posthog.posthog_environmentsfilesystemretrieve

Environmentsfilesystemretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsfilesystemretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsfilesystemretrieve '{}' --json

posthog.posthog_environmentsfilesystemupdate

Environmentsfilesystemupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsfilesystemupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsfilesystemupdate '{}' --json

posthog.posthog_environmentsfilesystempartialupdate

Environmentsfilesystempartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsfilesystempartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsfilesystempartialupdate '{}' --json

posthog.posthog_environmentsfilesystemdestroy

Environmentsfilesystemdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsfilesystemdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsfilesystemdestroy '{}' --json

posthog.posthog_environmentsfilesystemcountcreate

Get count of all files in a folder.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsfilesystemcountcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsfilesystemcountcreate '{}' --json

posthog.posthog_environmentsfilesystemlinkcreate

Environmentsfilesystemlinkcreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsfilesystemlinkcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsfilesystemlinkcreate '{}' --json

posthog.posthog_environmentsfilesystemmovecreate

Environmentsfilesystemmovecreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsfilesystemmovecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsfilesystemmovecreate '{}' --json

posthog.posthog_environmentsfilesystemcountbypathcreate

Get count of all files in a folder.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsfilesystemcountbypathcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsfilesystemcountbypathcreate '{}' --json

posthog.posthog_environmentsfilesystemlogviewretrieve

Environmentsfilesystemlogviewretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsfilesystemlogviewretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsfilesystemlogviewretrieve '{}' --json

posthog.posthog_environmentsfilesystemlogviewcreate

Environmentsfilesystemlogviewcreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsfilesystemlogviewcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsfilesystemlogviewcreate '{}' --json

posthog.posthog_environmentsfilesystemundodeletecreate

Environmentsfilesystemundodeletecreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsfilesystemundodeletecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsfilesystemundodeletecreate '{}' --json

posthog.posthog_environmentsfilesystemunfiledretrieve

Environmentsfilesystemunfiledretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsfilesystemunfiledretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsfilesystemunfiledretrieve '{}' --json

posthog.posthog_environmentsfilesystemshortcutlist

Environmentsfilesystemshortcutlist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsfilesystemshortcutlist '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsfilesystemshortcutlist '{}' --json

posthog.posthog_environmentsfilesystemshortcutcreate

Environmentsfilesystemshortcutcreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsfilesystemshortcutcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsfilesystemshortcutcreate '{}' --json

posthog.posthog_environmentsfilesystemshortcutretrieve

Environmentsfilesystemshortcutretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsfilesystemshortcutretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsfilesystemshortcutretrieve '{}' --json

posthog.posthog_environmentsfilesystemshortcutupdate

Environmentsfilesystemshortcutupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsfilesystemshortcutupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsfilesystemshortcutupdate '{}' --json

posthog.posthog_environmentsfilesystemshortcutpartialupdate

Environmentsfilesystemshortcutpartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsfilesystemshortcutpartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsfilesystemshortcutpartialupdate '{}' --json

posthog.posthog_environmentsfilesystemshortcutdestroy

Environmentsfilesystemshortcutdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsfilesystemshortcutdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsfilesystemshortcutdestroy '{}' --json

posthog.posthog_environmentsfilesystemshortcutreordercreate

Set the display order of the current user's shortcuts. orderedids becomes the new top-to-bottom order; any unknown IDs are rejected.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsfilesystemshortcutreordercreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsfilesystemshortcutreordercreate '{}' --json

posthog.posthog_environmentsgroupslist

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/

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsgroupslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsgroupslist '{}' --json

posthog.posthog_environmentsgroupscreate

Environmentsgroupscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsgroupscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsgroupscreate '{}' --json

posthog.posthog_environmentsgroupsactivityretrieve

Environmentsgroupsactivityretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsgroupsactivityretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsgroupsactivityretrieve '{}' --json

posthog.posthog_environmentsgroupsdeletepropertycreate

Environmentsgroupsdeletepropertycreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsgroupsdeletepropertycreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsgroupsdeletepropertycreate '{}' --json

posthog.posthog_environmentsgroupsfindretrieve

Environmentsgroupsfindretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsgroupsfindretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsgroupsfindretrieve '{}' --json

posthog.posthog_environmentsgroupspropertydefinitionsretrieve

Environmentsgroupspropertydefinitionsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsgroupspropertydefinitionsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsgroupspropertydefinitionsretrieve '{}' --json

posthog.posthog_environmentsgroupspropertyvaluesretrieve

Environmentsgroupspropertyvaluesretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsgroupspropertyvaluesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsgroupspropertyvaluesretrieve '{}' --json

posthog.posthog_environmentsgroupsrelatedretrieve

Environmentsgroupsrelatedretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsgroupsrelatedretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsgroupsrelatedretrieve '{}' --json

posthog.posthog_environmentsgroupsupdatepropertycreate

Environmentsgroupsupdatepropertycreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsgroupsupdatepropertycreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsgroupsupdatepropertycreate '{}' --json

posthog.posthog_environmentsheatmapscreenshotscontentretrieve

Environmentsheatmapscreenshotscontentretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsheatmapscreenshotscontentretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsheatmapscreenshotscontentretrieve '{}' --json

posthog.posthog_environmentsheatmapslist

Environmentsheatmapslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsheatmapslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsheatmapslist '{}' --json

posthog.posthog_environmentsheatmapseventsretrieve

Environmentsheatmapseventsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsheatmapseventsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsheatmapseventsretrieve '{}' --json

posthog.posthog_environmentshogflowslist

Environmentshogflowslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentshogflowslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentshogflowslist '{}' --json

posthog.posthog_environmentshogflowscreate

Environmentshogflowscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentshogflowscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentshogflowscreate '{}' --json

posthog.posthog_environmentshogflowsretrieve

Environmentshogflowsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentshogflowsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentshogflowsretrieve '{}' --json

posthog.posthog_environmentshogflowsupdate

Environmentshogflowsupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentshogflowsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentshogflowsupdate '{}' --json

posthog.posthog_environmentshogflowspartialupdate

Environmentshogflowspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentshogflowspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentshogflowspartialupdate '{}' --json

posthog.posthog_environmentshogflowsdestroy

Environmentshogflowsdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentshogflowsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentshogflowsdestroy '{}' --json

posthog.posthog_environmentshogflowsbatchjobsretrieve

Environmentshogflowsbatchjobsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentshogflowsbatchjobsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentshogflowsbatchjobsretrieve '{}' --json

posthog.posthog_environmentshogflowsbatchjobscreate

Environmentshogflowsbatchjobscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentshogflowsbatchjobscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentshogflowsbatchjobscreate '{}' --json

posthog.posthog_environmentshogflowsblockedrunsretrieve

List workflow runs that were blocked by the dedup bug.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentshogflowsblockedrunsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentshogflowsblockedrunsretrieve '{}' --json

posthog.posthog_environmentshogflowsinvocationscreate

Environmentshogflowsinvocationscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentshogflowsinvocationscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentshogflowsinvocationscreate '{}' --json

posthog.posthog_environmentshogflowslogsretrieve

Environmentshogflowslogsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentshogflowslogsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentshogflowslogsretrieve '{}' --json

posthog.posthog_environmentshogflowsmetricsretrieve

Environmentshogflowsmetricsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentshogflowsmetricsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentshogflowsmetricsretrieve '{}' --json

posthog.posthog_environmentshogflowsmetricstotalsretrieve

Environmentshogflowsmetricstotalsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentshogflowsmetricstotalsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentshogflowsmetricstotalsretrieve '{}' --json

posthog.posthog_environmentshogflowsreplayallblockedrunscreate

Replay all blocked runs in a single bulk call to Node.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentshogflowsreplayallblockedrunscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentshogflowsreplayallblockedrunscreate '{}' --json

posthog.posthog_environmentshogflowsreplayblockedruncreate

Replay a single blocked run. Django fetches the event, Node creates the invocation and writes the log.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentshogflowsreplayblockedruncreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentshogflowsreplayblockedruncreate '{}' --json

posthog.posthog_environmentshogflowsscheduleslist

Environmentshogflowsscheduleslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentshogflowsscheduleslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentshogflowsscheduleslist '{}' --json

posthog.posthog_environmentshogflowsschedulescreate

Environmentshogflowsschedulescreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentshogflowsschedulescreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentshogflowsschedulescreate '{}' --json

posthog.posthog_environmentshogflowsschedulespartialupdate

Environmentshogflowsschedulespartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentshogflowsschedulespartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentshogflowsschedulespartialupdate '{}' --json

posthog.posthog_environmentshogflowsschedulesdestroy

Environmentshogflowsschedulesdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentshogflowsschedulesdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentshogflowsschedulesdestroy '{}' --json

posthog.posthog_environmentshogflowsbulkdeletecreate

Environmentshogflowsbulkdeletecreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentshogflowsbulkdeletecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentshogflowsbulkdeletecreate '{}' --json

posthog.posthog_environmentshogflowsuserblastradiuscreate

Environmentshogflowsuserblastradiuscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentshogflowsuserblastradiuscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentshogflowsuserblastradiuscreate '{}' --json

posthog.posthog_environmentshogfunctionslist

Environmentshogfunctionslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentshogfunctionslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentshogfunctionslist '{}' --json

posthog.posthog_environmentshogfunctionscreate

Environmentshogfunctionscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentshogfunctionscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentshogfunctionscreate '{}' --json

posthog.posthog_environmentshogfunctionsretrieve

Environmentshogfunctionsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentshogfunctionsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentshogfunctionsretrieve '{}' --json

posthog.posthog_environmentshogfunctionsupdate

Environmentshogfunctionsupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentshogfunctionsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentshogfunctionsupdate '{}' --json

posthog.posthog_environmentshogfunctionspartialupdate

Environmentshogfunctionspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentshogfunctionspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentshogfunctionspartialupdate '{}' --json

posthog.posthog_environmentshogfunctionsdestroy

Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentshogfunctionsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentshogfunctionsdestroy '{}' --json

posthog.posthog_environmentshogfunctionsenablebackfillscreate

Environmentshogfunctionsenablebackfillscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentshogfunctionsenablebackfillscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentshogfunctionsenablebackfillscreate '{}' --json

posthog.posthog_environmentshogfunctionsinvocationscreate

Environmentshogfunctionsinvocationscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentshogfunctionsinvocationscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentshogfunctionsinvocationscreate '{}' --json

posthog.posthog_environmentshogfunctionslogsretrieve

Environmentshogfunctionslogsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentshogfunctionslogsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentshogfunctionslogsretrieve '{}' --json

posthog.posthog_environmentshogfunctionsmetricsretrieve

Environmentshogfunctionsmetricsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentshogfunctionsmetricsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentshogfunctionsmetricsretrieve '{}' --json

posthog.posthog_environmentshogfunctionsmetricstotalsretrieve

Environmentshogfunctionsmetricstotalsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentshogfunctionsmetricstotalsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentshogfunctionsmetricstotalsretrieve '{}' --json

posthog.posthog_environmentshogfunctionsiconretrieve

Environmentshogfunctionsiconretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentshogfunctionsiconretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentshogfunctionsiconretrieve '{}' --json

posthog.posthog_environmentshogfunctionsiconsretrieve

Environmentshogfunctionsiconsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentshogfunctionsiconsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentshogfunctionsiconsretrieve '{}' --json

posthog.posthog_environmentshogfunctionsrearrangepartialupdate

Update the execution order of multiple HogFunctions.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentshogfunctionsrearrangepartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentshogfunctionsrearrangepartialupdate '{}' --json

posthog.posthog_environmentsinsightvariableslist

Environmentsinsightvariableslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsinsightvariableslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsinsightvariableslist '{}' --json

posthog.posthog_environmentsinsightvariablescreate

Environmentsinsightvariablescreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsinsightvariablescreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsinsightvariablescreate '{}' --json

posthog.posthog_environmentsinsightvariablesretrieve

Environmentsinsightvariablesretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsinsightvariablesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsinsightvariablesretrieve '{}' --json

posthog.posthog_environmentsinsightvariablesupdate

Environmentsinsightvariablesupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsinsightvariablesupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsinsightvariablesupdate '{}' --json

posthog.posthog_environmentsinsightvariablespartialupdate

Environmentsinsightvariablespartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsinsightvariablespartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsinsightvariablespartialupdate '{}' --json

posthog.posthog_environmentsinsightvariablesdestroy

Environmentsinsightvariablesdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsinsightvariablesdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsinsightvariablesdestroy '{}' --json

posthog.posthog_environmentsinsightslist

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsinsightslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsinsightslist '{}' --json

posthog.posthog_environmentsinsightscreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsinsightscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsinsightscreate '{}' --json

posthog.posthog_environmentsinsightssharinglist

Environmentsinsightssharinglist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsinsightssharinglist '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsinsightssharinglist '{}' --json

posthog.posthog_environmentsinsightssharingpasswordscreate

Create a new password for the sharing configuration.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsinsightssharingpasswordscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsinsightssharingpasswordscreate '{}' --json

posthog.posthog_environmentsinsightssharingpasswordsdestroy

Delete a password from the sharing configuration.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsinsightssharingpasswordsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsinsightssharingpasswordsdestroy '{}' --json

posthog.posthog_environmentsinsightssharingrefreshcreate

Environmentsinsightssharingrefreshcreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsinsightssharingrefreshcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsinsightssharingrefreshcreate '{}' --json

posthog.posthog_environmentsinsightsthresholdslist

Environmentsinsightsthresholdslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsinsightsthresholdslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsinsightsthresholdslist '{}' --json

posthog.posthog_environmentsinsightsthresholdsretrieve

Environmentsinsightsthresholdsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsinsightsthresholdsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsinsightsthresholdsretrieve '{}' --json

posthog.posthog_environmentsinsightsretrieve

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsinsightsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsinsightsretrieve '{}' --json

posthog.posthog_environmentsinsightsupdate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsinsightsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsinsightsupdate '{}' --json

posthog.posthog_environmentsinsightspartialupdate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsinsightspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsinsightspartialupdate '{}' --json

posthog.posthog_environmentsinsightsdestroy

Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsinsightsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsinsightsdestroy '{}' --json

posthog.posthog_environmentsinsightsactivityretrieve

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.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsinsightsactivityretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsinsightsactivityretrieve '{}' --json

posthog.posthog_environmentsinsightsanalyzeretrieve

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsinsightsanalyzeretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsinsightsanalyzeretrieve '{}' --json

posthog.posthog_environmentsinsightssuggestionsretrieve

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsinsightssuggestionsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsinsightssuggestionsretrieve '{}' --json

posthog.posthog_environmentsinsightssuggestionscreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsinsightssuggestionscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsinsightssuggestionscreate '{}' --json

posthog.posthog_environmentsinsightsallactivityretrieve

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.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsinsightsallactivityretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsinsightsallactivityretrieve '{}' --json

posthog.posthog_environmentsinsightsbulkupdatetagscreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsinsightsbulkupdatetagscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsinsightsbulkupdatetagscreate '{}' --json

posthog.posthog_environmentsinsightscancelcreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsinsightscancelcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsinsightscancelcreate '{}' --json

posthog.posthog_environmentsinsightsgeneratemetadatacreate

Generate an AI-suggested name and description for an insight based on its query configuration.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsinsightsgeneratemetadatacreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsinsightsgeneratemetadatacreate '{}' --json

posthog.posthog_environmentsinsightsmylastviewedretrieve

Returns basic details about the last 5 insights viewed by this user. Most recently viewed first.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsinsightsmylastviewedretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsinsightsmylastviewedretrieve '{}' --json

posthog.posthog_environmentsinsightstrendingretrieve

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.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsinsightstrendingretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsinsightstrendingretrieve '{}' --json

posthog.posthog_environmentsinsightsviewedcreate

Update insight view timestamps. Expects: {"insightids": [1, 2, 3, ...]}

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsinsightsviewedcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsinsightsviewedcreate '{}' --json

posthog.posthog_environmentsintegrationslist

Environmentsintegrationslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsintegrationslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsintegrationslist '{}' --json

posthog.posthog_environmentsintegrationscreate

Environmentsintegrationscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsintegrationscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsintegrationscreate '{}' --json

posthog.posthog_environmentsintegrationsretrieve

Environmentsintegrationsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsintegrationsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsintegrationsretrieve '{}' --json

posthog.posthog_environmentsintegrationsdestroy

Environmentsintegrationsdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsintegrationsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsintegrationsdestroy '{}' --json

posthog.posthog_environmentsintegrationsanthropicmanagedagentenvsretrieve

Environmentsintegrationsanthropicmanagedagentenvsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsintegrationsanthropicmanagedagentenvsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsintegrationsanthropicmanagedagentenvsretrieve '{}' --json

posthog.posthog_environmentsintegrationsanthropicmanagedagentvaultsretrieve

Environmentsintegrationsanthropicmanagedagentvaultsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsintegrationsanthropicmanagedagentvaultsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsintegrationsanthropicmanagedagentvaultsretrieve '{}' --json

posthog.posthog_environmentsintegrationsanthropicmanagedagentsretrieve

Environmentsintegrationsanthropicmanagedagentsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsintegrationsanthropicmanagedagentsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsintegrationsanthropicmanagedagentsretrieve '{}' --json

posthog.posthog_environmentsintegrationschannelsretrieve

Environmentsintegrationschannelsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsintegrationschannelsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsintegrationschannelsretrieve '{}' --json

posthog.posthog_environmentsintegrationsclickuplistsretrieve

Environmentsintegrationsclickuplistsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsintegrationsclickuplistsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsintegrationsclickuplistsretrieve '{}' --json

posthog.posthog_environmentsintegrationsclickupspacesretrieve

Environmentsintegrationsclickupspacesretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsintegrationsclickupspacesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsintegrationsclickupspacesretrieve '{}' --json

posthog.posthog_environmentsintegrationsclickupworkspacesretrieve

Environmentsintegrationsclickupworkspacesretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsintegrationsclickupworkspacesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsintegrationsclickupworkspacesretrieve '{}' --json

posthog.posthog_environmentsintegrationsemailpartialupdate

Environmentsintegrationsemailpartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsintegrationsemailpartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsintegrationsemailpartialupdate '{}' --json

posthog.posthog_environmentsintegrationsemailverifycreate

Environmentsintegrationsemailverifycreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsintegrationsemailverifycreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsintegrationsemailverifycreate '{}' --json

posthog.posthog_environmentsintegrationsgithubbranchesretrieve

Environmentsintegrationsgithubbranchesretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsintegrationsgithubbranchesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsintegrationsgithubbranchesretrieve '{}' --json

posthog.posthog_environmentsintegrationsgithubreposretrieve

Environmentsintegrationsgithubreposretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsintegrationsgithubreposretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsintegrationsgithubreposretrieve '{}' --json

posthog.posthog_environmentsintegrationsgithubreposrefreshcreate

Environmentsintegrationsgithubreposrefreshcreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsintegrationsgithubreposrefreshcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsintegrationsgithubreposrefreshcreate '{}' --json

posthog.posthog_environmentsintegrationsgoogleaccessibleaccountsretrieve

Environmentsintegrationsgoogleaccessibleaccountsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsintegrationsgoogleaccessibleaccountsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsintegrationsgoogleaccessibleaccountsretrieve '{}' --json

posthog.posthog_environmentsintegrationsgoogleconversionactionsretrieve

Environmentsintegrationsgoogleconversionactionsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsintegrationsgoogleconversionactionsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsintegrationsgoogleconversionactionsretrieve '{}' --json

posthog.posthog_environmentsintegrationsjiraprojectsretrieve

Environmentsintegrationsjiraprojectsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsintegrationsjiraprojectsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsintegrationsjiraprojectsretrieve '{}' --json

posthog.posthog_environmentsintegrationslinearteamsretrieve

Environmentsintegrationslinearteamsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsintegrationslinearteamsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsintegrationslinearteamsretrieve '{}' --json

posthog.posthog_environmentsintegrationslinkedinadsaccountsretrieve

Environmentsintegrationslinkedinadsaccountsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsintegrationslinkedinadsaccountsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsintegrationslinkedinadsaccountsretrieve '{}' --json

posthog.posthog_environmentsintegrationslinkedinadsconversionrulesretrieve

Environmentsintegrationslinkedinadsconversionrulesretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsintegrationslinkedinadsconversionrulesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsintegrationslinkedinadsconversionrulesretrieve '{}' --json

posthog.posthog_environmentsintegrationstwiliophonenumbersretrieve

Environmentsintegrationstwiliophonenumbersretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsintegrationstwiliophonenumbersretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsintegrationstwiliophonenumbersretrieve '{}' --json

posthog.posthog_environmentsintegrationsauthorizeretrieve

Environmentsintegrationsauthorizeretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsintegrationsauthorizeretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsintegrationsauthorizeretrieve '{}' --json

posthog.posthog_environmentsintegrationsdomainconnectapplyurlcreate

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.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsintegrationsdomainconnectapplyurlcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsintegrationsdomainconnectapplyurlcreate '{}' --json

posthog.posthog_environmentsintegrationsdomainconnectcheckretrieve

Environmentsintegrationsdomainconnectcheckretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsintegrationsdomainconnectcheckretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsintegrationsdomainconnectcheckretrieve '{}' --json

posthog.posthog_environmentsintegrationsgithublinkexistingcreate

Reuse a GitHub installation already linked to a sibling team in the same organization.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsintegrationsgithublinkexistingcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsintegrationsgithublinkexistingcreate '{}' --json

posthog.posthog_environmentsintegrationsgithuboauthauthorizecreate

Mint a User OAuth URL to bootstrap a fresh code when the install flow returns without one.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsintegrationsgithuboauthauthorizecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsintegrationsgithuboauthauthorizecreate '{}' --json

posthog.posthog_environmentslogsalertslist

Environmentslogsalertslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentslogsalertslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentslogsalertslist '{}' --json

posthog.posthog_environmentslogsalertscreate

Environmentslogsalertscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentslogsalertscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentslogsalertscreate '{}' --json

posthog.posthog_environmentslogsalertsretrieve

Environmentslogsalertsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentslogsalertsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentslogsalertsretrieve '{}' --json

posthog.posthog_environmentslogsalertsupdate

Environmentslogsalertsupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentslogsalertsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentslogsalertsupdate '{}' --json

posthog.posthog_environmentslogsalertspartialupdate

Environmentslogsalertspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentslogsalertspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentslogsalertspartialupdate '{}' --json

posthog.posthog_environmentslogsalertsdestroy

Environmentslogsalertsdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentslogsalertsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentslogsalertsdestroy '{}' --json

posthog.posthog_environmentslogsalertsdestinationscreate

Create a notification destination for this alert. One HogFunction is created per alert event kind (firing, resolved, ...) atomically.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentslogsalertsdestinationscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentslogsalertsdestinationscreate '{}' --json

posthog.posthog_environmentslogsalertsdestinationsdeletecreate

Delete a notification destination by deleting its HogFunction group atomically.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentslogsalertsdestinationsdeletecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentslogsalertsdestinationsdeletecreate '{}' --json

posthog.posthog_environmentslogsalertseventslist

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentslogsalertseventslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentslogsalertseventslist '{}' --json

posthog.posthog_environmentslogsalertsresetcreate

Reset a broken alert. Clears the consecutive-failure counter and schedules an immediate recheck.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentslogsalertsresetcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentslogsalertsresetcreate '{}' --json

posthog.posthog_environmentslogsalertssimulatecreate

Simulate a logs alert on historical data using the full state machine. Read-only - no alert check records are created.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentslogsalertssimulatecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentslogsalertssimulatecreate '{}' --json

posthog.posthog_environmentslogsattributesretrieve

Environmentslogsattributesretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentslogsattributesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentslogsattributesretrieve '{}' --json

posthog.posthog_environmentslogscountcreate

Environmentslogscountcreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentslogscountcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentslogscountcreate '{}' --json

posthog.posthog_environmentslogscountrangescreate

Environmentslogscountrangescreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentslogscountrangescreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentslogscountrangescreate '{}' --json

posthog.posthog_environmentslogsexportcreate

Environmentslogsexportcreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentslogsexportcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentslogsexportcreate '{}' --json

posthog.posthog_environmentslogshaslogsretrieve

Environmentslogshaslogsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentslogshaslogsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentslogshaslogsretrieve '{}' --json

posthog.posthog_environmentslogsquerycreate

Environmentslogsquerycreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentslogsquerycreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentslogsquerycreate '{}' --json

posthog.posthog_environmentslogssamplingruleslist

Environmentslogssamplingruleslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentslogssamplingruleslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentslogssamplingruleslist '{}' --json

posthog.posthog_environmentslogssamplingrulescreate

Environmentslogssamplingrulescreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentslogssamplingrulescreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentslogssamplingrulescreate '{}' --json

posthog.posthog_environmentslogssamplingrulesretrieve

Environmentslogssamplingrulesretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentslogssamplingrulesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentslogssamplingrulesretrieve '{}' --json

posthog.posthog_environmentslogssamplingrulesupdate

Environmentslogssamplingrulesupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentslogssamplingrulesupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentslogssamplingrulesupdate '{}' --json

posthog.posthog_environmentslogssamplingrulespartialupdate

Environmentslogssamplingrulespartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentslogssamplingrulespartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentslogssamplingrulespartialupdate '{}' --json

posthog.posthog_environmentslogssamplingrulesdestroy

Environmentslogssamplingrulesdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentslogssamplingrulesdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentslogssamplingrulesdestroy '{}' --json

posthog.posthog_environmentslogssamplingrulessimulatecreate

Dry-run estimate for how much volume this rule would remove (placeholder response until CH-backed simulation is wired).

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentslogssamplingrulessimulatecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentslogssamplingrulessimulatecreate '{}' --json

posthog.posthog_environmentslogssamplingrulesreordercreate

Atomically reassign priorities so the given ID order maps to ascending priorities (0..n-1).

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentslogssamplingrulesreordercreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentslogssamplingrulesreordercreate '{}' --json

posthog.posthog_environmentslogsservicescreate

Environmentslogsservicescreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentslogsservicescreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentslogsservicescreate '{}' --json

posthog.posthog_environmentslogssparklinecreate

Environmentslogssparklinecreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentslogssparklinecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentslogssparklinecreate '{}' --json

posthog.posthog_environmentslogsvaluesretrieve

Environmentslogsvaluesretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentslogsvaluesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentslogsvaluesretrieve '{}' --json

posthog.posthog_environmentspersistedfolderlist

Environmentspersistedfolderlist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentspersistedfolderlist '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentspersistedfolderlist '{}' --json

posthog.posthog_environmentspersistedfoldercreate

Environmentspersistedfoldercreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentspersistedfoldercreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentspersistedfoldercreate '{}' --json

posthog.posthog_environmentspersistedfolderretrieve

Environmentspersistedfolderretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentspersistedfolderretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentspersistedfolderretrieve '{}' --json

posthog.posthog_environmentspersistedfolderupdate

Environmentspersistedfolderupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentspersistedfolderupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentspersistedfolderupdate '{}' --json

posthog.posthog_environmentspersistedfolderpartialupdate

Environmentspersistedfolderpartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentspersistedfolderpartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentspersistedfolderpartialupdate '{}' --json

posthog.posthog_environmentspersistedfolderdestroy

Environmentspersistedfolderdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentspersistedfolderdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentspersistedfolderdestroy '{}' --json

posthog.posthog_environmentspersonslist

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentspersonslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentspersonslist '{}' --json

posthog.posthog_environmentspersonsretrieve

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentspersonsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentspersonsretrieve '{}' --json

posthog.posthog_environmentspersonsupdate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentspersonsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentspersonsupdate '{}' --json

posthog.posthog_environmentspersonspartialupdate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentspersonspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentspersonspartialupdate '{}' --json

posthog.posthog_environmentspersonsactivityretrieve

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentspersonsactivityretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentspersonsactivityretrieve '{}' --json

posthog.posthog_environmentspersonsdeletepropertycreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentspersonsdeletepropertycreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentspersonsdeletepropertycreate '{}' --json

posthog.posthog_environmentspersonspropertiestimelineretrieve

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentspersonspropertiestimelineretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentspersonspropertiestimelineretrieve '{}' --json

posthog.posthog_environmentspersonssplitcreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentspersonssplitcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentspersonssplitcreate '{}' --json

posthog.posthog_environmentspersonsupdatepropertycreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentspersonsupdatepropertycreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentspersonsupdatepropertycreate '{}' --json

posthog.posthog_environmentspersonsallactivityretrieve

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentspersonsallactivityretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentspersonsallactivityretrieve '{}' --json

posthog.posthog_environmentspersonsbatchbydistinctidscreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentspersonsbatchbydistinctidscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentspersonsbatchbydistinctidscreate '{}' --json

posthog.posthog_environmentspersonsbatchbyuuidscreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentspersonsbatchbyuuidscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentspersonsbatchbyuuidscreate '{}' --json

posthog.posthog_environmentspersonsbulkdeletecreate

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.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentspersonsbulkdeletecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentspersonsbulkdeletecreate '{}' --json

posthog.posthog_environmentspersonscohortsretrieve

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentspersonscohortsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentspersonscohortsretrieve '{}' --json

posthog.posthog_environmentspersonsdeletionstatuslist

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.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentspersonsdeletionstatuslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentspersonsdeletionstatuslist '{}' --json

posthog.posthog_environmentspersonsfunnelretrieve

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentspersonsfunnelretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentspersonsfunnelretrieve '{}' --json

posthog.posthog_environmentspersonsfunnelcreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentspersonsfunnelcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentspersonsfunnelcreate '{}' --json

posthog.posthog_environmentspersonsfunnelcorrelationretrieve

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentspersonsfunnelcorrelationretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentspersonsfunnelcorrelationretrieve '{}' --json

posthog.posthog_environmentspersonsfunnelcorrelationcreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentspersonsfunnelcorrelationcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentspersonsfunnelcorrelationcreate '{}' --json

posthog.posthog_environmentspersonslifecycleretrieve

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentspersonslifecycleretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentspersonslifecycleretrieve '{}' --json

posthog.posthog_environmentspersonspropertiesattimeretrieve

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentspersonspropertiesattimeretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentspersonspropertiesattimeretrieve '{}' --json

posthog.posthog_environmentspersonsresetpersondistinctidcreate

Reset a distinctid for a deleted person. This allows the distinctid to be used again.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentspersonsresetpersondistinctidcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentspersonsresetpersondistinctidcreate '{}' --json

posthog.posthog_environmentspersonstrendsretrieve

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentspersonstrendsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentspersonstrendsretrieve '{}' --json

posthog.posthog_environmentspersonsvaluesretrieve

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentspersonsvaluesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentspersonsvaluesretrieve '{}' --json

posthog.posthog_environmentspluginconfigslogslist

Environmentspluginconfigslogslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentspluginconfigslogslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentspluginconfigslogslist '{}' --json

posthog.posthog_environmentsprojectsecretapikeyslist

Environmentsprojectsecretapikeyslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsprojectsecretapikeyslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsprojectsecretapikeyslist '{}' --json

posthog.posthog_environmentsprojectsecretapikeyscreate

Environmentsprojectsecretapikeyscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsprojectsecretapikeyscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsprojectsecretapikeyscreate '{}' --json

posthog.posthog_environmentsprojectsecretapikeysretrieve

Environmentsprojectsecretapikeysretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsprojectsecretapikeysretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsprojectsecretapikeysretrieve '{}' --json

posthog.posthog_environmentsprojectsecretapikeysupdate

Environmentsprojectsecretapikeysupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsprojectsecretapikeysupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsprojectsecretapikeysupdate '{}' --json

posthog.posthog_environmentsprojectsecretapikeyspartialupdate

Environmentsprojectsecretapikeyspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsprojectsecretapikeyspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsprojectsecretapikeyspartialupdate '{}' --json

posthog.posthog_environmentsprojectsecretapikeysdestroy

Environmentsprojectsecretapikeysdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsprojectsecretapikeysdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsprojectsecretapikeysdestroy '{}' --json

posthog.posthog_environmentsprojectsecretapikeysrollcreate

Roll a project secret API key

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsprojectsecretapikeysrollcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsprojectsecretapikeysrollcreate '{}' --json

posthog.posthog_environmentsquerycreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsquerycreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsquerycreate '{}' --json

posthog.posthog_environmentsqueryretrieve

(Experimental)

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsqueryretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsqueryretrieve '{}' --json

posthog.posthog_environmentsquerydestroy

(Experimental)

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsquerydestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsquerydestroy '{}' --json

posthog.posthog_environmentsquerylogretrieve

Get query log details from querylogarchive table for a specific queryid, the query must have been issued in last 24 hours.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsquerylogretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsquerylogretrieve '{}' --json

posthog.posthog_environmentsquerycreatewithkind

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsquerycreatewithkind '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsquerycreatewithkind '{}' --json

posthog.posthog_environmentsquerycheckauthforasynccreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsquerycheckauthforasynccreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsquerycheckauthforasynccreate '{}' --json

posthog.posthog_environmentsquerydraftsqlretrieve

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsquerydraftsqlretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsquerydraftsqlretrieve '{}' --json

posthog.posthog_environmentsqueryupgradecreate

Upgrades a query without executing it. Returns a query with all nodes migrated to the latest version.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsqueryupgradecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsqueryupgradecreate '{}' --json

posthog.posthog_environmentssavedlist

Environmentssavedlist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentssavedlist '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentssavedlist '{}' --json

posthog.posthog_environmentssavedcreate

Environmentssavedcreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentssavedcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentssavedcreate '{}' --json

posthog.posthog_environmentssavedretrieve

Environmentssavedretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentssavedretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentssavedretrieve '{}' --json

posthog.posthog_environmentssavedpartialupdate

Environmentssavedpartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentssavedpartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentssavedpartialupdate '{}' --json

posthog.posthog_environmentssaveddestroy

Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentssaveddestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentssaveddestroy '{}' --json

posthog.posthog_environmentssavedregeneratecreate

Environmentssavedregeneratecreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentssavedregeneratecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentssavedregeneratecreate '{}' --json

posthog.posthog_environmentssessionrecordingplaylistslist

Override list to include synthetic playlists

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentssessionrecordingplaylistslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentssessionrecordingplaylistslist '{}' --json

posthog.posthog_environmentssessionrecordingplaylistscreate

Environmentssessionrecordingplaylistscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentssessionrecordingplaylistscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentssessionrecordingplaylistscreate '{}' --json

posthog.posthog_environmentssessionrecordingplaylistsretrieve

Environmentssessionrecordingplaylistsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentssessionrecordingplaylistsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentssessionrecordingplaylistsretrieve '{}' --json

posthog.posthog_environmentssessionrecordingplaylistsupdate

Environmentssessionrecordingplaylistsupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentssessionrecordingplaylistsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentssessionrecordingplaylistsupdate '{}' --json

posthog.posthog_environmentssessionrecordingplaylistspartialupdate

Environmentssessionrecordingplaylistspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentssessionrecordingplaylistspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentssessionrecordingplaylistspartialupdate '{}' --json

posthog.posthog_environmentssessionrecordingplaylistsdestroy

Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentssessionrecordingplaylistsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentssessionrecordingplaylistsdestroy '{}' --json

posthog.posthog_environmentssessionrecordingplaylistsrecordingsretrieve

Environmentssessionrecordingplaylistsrecordingsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentssessionrecordingplaylistsrecordingsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentssessionrecordingplaylistsrecordingsretrieve '{}' --json

posthog.posthog_environmentssessionrecordingplaylistsrecordingscreate

Environmentssessionrecordingplaylistsrecordingscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentssessionrecordingplaylistsrecordingscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentssessionrecordingplaylistsrecordingscreate '{}' --json

posthog.posthog_environmentssessionrecordingplaylistsrecordingsdestroy

Environmentssessionrecordingplaylistsrecordingsdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentssessionrecordingplaylistsrecordingsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentssessionrecordingplaylistsrecordingsdestroy '{}' --json

posthog.posthog_environmentssessionrecordingslist

Environmentssessionrecordingslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentssessionrecordingslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentssessionrecordingslist '{}' --json

posthog.posthog_environmentssessionrecordingsretrieve

Environmentssessionrecordingsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentssessionrecordingsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentssessionrecordingsretrieve '{}' --json

posthog.posthog_environmentssessionrecordingsupdate

Environmentssessionrecordingsupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentssessionrecordingsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentssessionrecordingsupdate '{}' --json

posthog.posthog_environmentssessionrecordingspartialupdate

Environmentssessionrecordingspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentssessionrecordingspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentssessionrecordingspartialupdate '{}' --json

posthog.posthog_environmentssessionrecordingsdestroy

Environmentssessionrecordingsdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentssessionrecordingsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentssessionrecordingsdestroy '{}' --json

posthog.posthog_environmentssessionrecordingssharinglist

Environmentssessionrecordingssharinglist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentssessionrecordingssharinglist '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentssessionrecordingssharinglist '{}' --json

posthog.posthog_environmentssessionrecordingssharingpasswordscreate

Create a new password for the sharing configuration.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentssessionrecordingssharingpasswordscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentssessionrecordingssharingpasswordscreate '{}' --json

posthog.posthog_environmentssessionrecordingssharingpasswordsdestroy

Delete a password from the sharing configuration.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentssessionrecordingssharingpasswordsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentssessionrecordingssharingpasswordsdestroy '{}' --json

posthog.posthog_environmentssessionrecordingssharingrefreshcreate

Environmentssessionrecordingssharingrefreshcreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentssessionrecordingssharingrefreshcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentssessionrecordingssharingrefreshcreate '{}' --json

posthog.posthog_environmentssessionspropertydefinitionsretrieve

Environmentssessionspropertydefinitionsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentssessionspropertydefinitionsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentssessionspropertydefinitionsretrieve '{}' --json

posthog.posthog_environmentssessionsvaluesretrieve

Environmentssessionsvaluesretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentssessionsvaluesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentssessionsvaluesretrieve '{}' --json

posthog.posthog_environmentssubscriptionslist

Environmentssubscriptionslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentssubscriptionslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentssubscriptionslist '{}' --json

posthog.posthog_environmentssubscriptionscreate

Environmentssubscriptionscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentssubscriptionscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentssubscriptionscreate '{}' --json

posthog.posthog_environmentssubscriptionsretrieve

Environmentssubscriptionsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentssubscriptionsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentssubscriptionsretrieve '{}' --json

posthog.posthog_environmentssubscriptionsupdate

Environmentssubscriptionsupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentssubscriptionsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentssubscriptionsupdate '{}' --json

posthog.posthog_environmentssubscriptionspartialupdate

Environmentssubscriptionspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentssubscriptionspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentssubscriptionspartialupdate '{}' --json

posthog.posthog_environmentssubscriptionsdestroy

Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentssubscriptionsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentssubscriptionsdestroy '{}' --json

posthog.posthog_environmentssubscriptionstestdeliverycreate

Environmentssubscriptionstestdeliverycreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentssubscriptionstestdeliverycreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentssubscriptionstestdeliverycreate '{}' --json

posthog.posthog_environmentssubscriptionssummaryquotaretrieve

Environmentssubscriptionssummaryquotaretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentssubscriptionssummaryquotaretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentssubscriptionssummaryquotaretrieve '{}' --json

posthog.posthog_environmentswarehousesavedquerieslist

Create, Read, Update and Delete Warehouse Tables.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentswarehousesavedquerieslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentswarehousesavedquerieslist '{}' --json

posthog.posthog_environmentswarehousesavedqueriescreate

Create, Read, Update and Delete Warehouse Tables.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentswarehousesavedqueriescreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentswarehousesavedqueriescreate '{}' --json

posthog.posthog_environmentswarehousesavedqueriesretrieve

Create, Read, Update and Delete Warehouse Tables.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentswarehousesavedqueriesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentswarehousesavedqueriesretrieve '{}' --json

posthog.posthog_environmentswarehousesavedqueriesupdate

Create, Read, Update and Delete Warehouse Tables.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentswarehousesavedqueriesupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentswarehousesavedqueriesupdate '{}' --json

posthog.posthog_environmentswarehousesavedqueriespartialupdate

Create, Read, Update and Delete Warehouse Tables.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentswarehousesavedqueriespartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentswarehousesavedqueriespartialupdate '{}' --json

posthog.posthog_environmentswarehousesavedqueriesdestroy

Create, Read, Update and Delete Warehouse Tables.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentswarehousesavedqueriesdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentswarehousesavedqueriesdestroy '{}' --json

posthog.posthog_environmentswarehousesavedqueriesactivityretrieve

Create, Read, Update and Delete Warehouse Tables.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentswarehousesavedqueriesactivityretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentswarehousesavedqueriesactivityretrieve '{}' --json

posthog.posthog_environmentswarehousesavedqueriesancestorscreate

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.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentswarehousesavedqueriesancestorscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentswarehousesavedqueriesancestorscreate '{}' --json

posthog.posthog_environmentswarehousesavedqueriescancelcreate

Cancel a running saved query workflow.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentswarehousesavedqueriescancelcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentswarehousesavedqueriescancelcreate '{}' --json

posthog.posthog_environmentswarehousesavedqueriesdependenciesretrieve

Return the count of immediate upstream and downstream dependencies for this saved query.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentswarehousesavedqueriesdependenciesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentswarehousesavedqueriesdependenciesretrieve '{}' --json

posthog.posthog_environmentswarehousesavedqueriesdescendantscreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentswarehousesavedqueriesdescendantscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentswarehousesavedqueriesdescendantscreate '{}' --json

posthog.posthog_environmentswarehousesavedqueriesmaterializecreate

Enable materialization for this saved query with a 24-hour sync frequency.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentswarehousesavedqueriesmaterializecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentswarehousesavedqueriesmaterializecreate '{}' --json

posthog.posthog_environmentswarehousesavedqueriesrevertmaterializationcreate

Undo materialization, revert back to the original view. (i.e. delete the materialized table and the schedule)

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentswarehousesavedqueriesrevertmaterializationcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentswarehousesavedqueriesrevertmaterializationcreate '{}' --json

posthog.posthog_environmentswarehousesavedqueriesruncreate

Run this saved query.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentswarehousesavedqueriesruncreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentswarehousesavedqueriesruncreate '{}' --json

posthog.posthog_environmentswarehousesavedqueriesrunhistoryretrieve

Return the recent run history (up to 5 most recent) for this materialized view.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentswarehousesavedqueriesrunhistoryretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentswarehousesavedqueriesrunhistoryretrieve '{}' --json

posthog.posthog_environmentswarehousesavedqueriesresumeschedulescreate

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.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentswarehousesavedqueriesresumeschedulescreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentswarehousesavedqueriesresumeschedulescreate '{}' --json

posthog.posthog_environmentswarehousesavedqueryfolderslist

Environmentswarehousesavedqueryfolderslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentswarehousesavedqueryfolderslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentswarehousesavedqueryfolderslist '{}' --json

posthog.posthog_environmentswarehousesavedqueryfolderscreate

Environmentswarehousesavedqueryfolderscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentswarehousesavedqueryfolderscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentswarehousesavedqueryfolderscreate '{}' --json

posthog.posthog_environmentswarehousesavedqueryfoldersretrieve

Environmentswarehousesavedqueryfoldersretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentswarehousesavedqueryfoldersretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentswarehousesavedqueryfoldersretrieve '{}' --json

posthog.posthog_environmentswarehousesavedqueryfolderspartialupdate

Environmentswarehousesavedqueryfolderspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentswarehousesavedqueryfolderspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentswarehousesavedqueryfolderspartialupdate '{}' --json

posthog.posthog_environmentswarehousesavedqueryfoldersdestroy

Environmentswarehousesavedqueryfoldersdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentswarehousesavedqueryfoldersdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentswarehousesavedqueryfoldersdestroy '{}' --json

posthog.posthog_environmentswarehousetableslist

Create, Read, Update and Delete Warehouse Tables.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentswarehousetableslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentswarehousetableslist '{}' --json

posthog.posthog_environmentswarehousetablescreate

Create, Read, Update and Delete Warehouse Tables.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentswarehousetablescreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentswarehousetablescreate '{}' --json

posthog.posthog_environmentswarehousetablesretrieve

Create, Read, Update and Delete Warehouse Tables.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentswarehousetablesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentswarehousetablesretrieve '{}' --json

posthog.posthog_environmentswarehousetablesupdate

Create, Read, Update and Delete Warehouse Tables.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentswarehousetablesupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentswarehousetablesupdate '{}' --json

posthog.posthog_environmentswarehousetablespartialupdate

Create, Read, Update and Delete Warehouse Tables.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentswarehousetablespartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentswarehousetablespartialupdate '{}' --json

posthog.posthog_environmentswarehousetablesdestroy

Create, Read, Update and Delete Warehouse Tables.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentswarehousetablesdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentswarehousetablesdestroy '{}' --json

posthog.posthog_environmentswarehousetablesrefreshschemacreate

Create, Read, Update and Delete Warehouse Tables.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentswarehousetablesrefreshschemacreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentswarehousetablesrefreshschemacreate '{}' --json

posthog.posthog_environmentswarehousetablesupdateschemacreate

Create, Read, Update and Delete Warehouse Tables.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentswarehousetablesupdateschemacreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentswarehousetablesupdateschemacreate '{}' --json

posthog.posthog_environmentswarehousetablesfilecreate

Create, Read, Update and Delete Warehouse Tables.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentswarehousetablesfilecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentswarehousetablesfilecreate '{}' --json

posthog.posthog_environmentswarehouseviewlinklist

Create, Read, Update and Delete View Columns.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentswarehouseviewlinklist '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentswarehouseviewlinklist '{}' --json

posthog.posthog_environmentswarehouseviewlinkcreate

Create, Read, Update and Delete View Columns.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentswarehouseviewlinkcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentswarehouseviewlinkcreate '{}' --json

posthog.posthog_environmentswarehouseviewlinkretrieve

Create, Read, Update and Delete View Columns.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentswarehouseviewlinkretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentswarehouseviewlinkretrieve '{}' --json

posthog.posthog_environmentswarehouseviewlinkupdate

Create, Read, Update and Delete View Columns.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentswarehouseviewlinkupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentswarehouseviewlinkupdate '{}' --json

posthog.posthog_environmentswarehouseviewlinkpartialupdate

Create, Read, Update and Delete View Columns.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentswarehouseviewlinkpartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentswarehouseviewlinkpartialupdate '{}' --json

posthog.posthog_environmentswarehouseviewlinkdestroy

Create, Read, Update and Delete View Columns.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentswarehouseviewlinkdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentswarehouseviewlinkdestroy '{}' --json

posthog.posthog_environmentswarehouseviewlinkvalidatecreate

Create, Read, Update and Delete View Columns.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentswarehouseviewlinkvalidatecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentswarehouseviewlinkvalidatecreate '{}' --json

posthog.posthog_environmentswarehouseviewlinkslist

Create, Read, Update and Delete View Columns.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentswarehouseviewlinkslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentswarehouseviewlinkslist '{}' --json

posthog.posthog_environmentswarehouseviewlinkscreate

Create, Read, Update and Delete View Columns.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentswarehouseviewlinkscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentswarehouseviewlinkscreate '{}' --json

posthog.posthog_environmentswarehouseviewlinksretrieve

Create, Read, Update and Delete View Columns.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentswarehouseviewlinksretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentswarehouseviewlinksretrieve '{}' --json

posthog.posthog_environmentswarehouseviewlinksupdate

Create, Read, Update and Delete View Columns.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentswarehouseviewlinksupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentswarehouseviewlinksupdate '{}' --json

posthog.posthog_environmentswarehouseviewlinkspartialupdate

Create, Read, Update and Delete View Columns.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentswarehouseviewlinkspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentswarehouseviewlinkspartialupdate '{}' --json

posthog.posthog_environmentswarehouseviewlinksdestroy

Create, Read, Update and Delete View Columns.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentswarehouseviewlinksdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentswarehouseviewlinksdestroy '{}' --json

posthog.posthog_environmentswarehouseviewlinksvalidatecreate

Create, Read, Update and Delete View Columns.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentswarehouseviewlinksvalidatecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentswarehouseviewlinksvalidatecreate '{}' --json

posthog.posthog_approvalpolicieslist

Approvalpolicieslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_approvalpolicieslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_approvalpolicieslist '{}' --json

posthog.posthog_approvalpoliciescreate

Approvalpoliciescreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_approvalpoliciescreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_approvalpoliciescreate '{}' --json

posthog.posthog_approvalpoliciesretrieve

Approvalpoliciesretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_approvalpoliciesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_approvalpoliciesretrieve '{}' --json

posthog.posthog_approvalpoliciesupdate

Approvalpoliciesupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_approvalpoliciesupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_approvalpoliciesupdate '{}' --json

posthog.posthog_approvalpoliciespartialupdate

Approvalpoliciespartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_approvalpoliciespartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_approvalpoliciespartialupdate '{}' --json

posthog.posthog_approvalpoliciesdestroy

Approvalpoliciesdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_approvalpoliciesdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_approvalpoliciesdestroy '{}' --json

posthog.posthog_changerequestslist

Changerequestslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_changerequestslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_changerequestslist '{}' --json

posthog.posthog_changerequestsretrieve

Changerequestsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_changerequestsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_changerequestsretrieve '{}' --json

posthog.posthog_changerequestsapprovecreate

Approve a change request. If quorum is reached, automatically applies the change immediately.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_changerequestsapprovecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_changerequestsapprovecreate '{}' --json

posthog.posthog_changerequestscancelcreate

Cancel a change request. Only the requester can cancel their own pending change request.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_changerequestscancelcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_changerequestscancelcreate '{}' --json

posthog.posthog_changerequestsrejectcreate

Reject a change request.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_changerequestsrejectcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_changerequestsrejectcreate '{}' --json

posthog.posthog_conversationslist

Conversationslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_conversationslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_conversationslist '{}' --json

posthog.posthog_conversationscreate

Unified endpoint that handles both conversation creation and streaming. - If message is provided: Start new conversation processing - If no message: Stream from existing conversation

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_conversationscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_conversationscreate '{}' --json

posthog.posthog_conversationsretrieve

Conversationsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_conversationsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_conversationsretrieve '{}' --json

posthog.posthog_conversationsappendmessagecreate

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).

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_conversationsappendmessagecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_conversationsappendmessagecreate '{}' --json

posthog.posthog_conversationscancelpartialupdate

Conversationscancelpartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_conversationscancelpartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_conversationscancelpartialupdate '{}' --json

posthog.posthog_conversationsqueueretrieve

Conversationsqueueretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_conversationsqueueretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_conversationsqueueretrieve '{}' --json

posthog.posthog_conversationsqueuecreate

Conversationsqueuecreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_conversationsqueuecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_conversationsqueuecreate '{}' --json

posthog.posthog_conversationsqueuepartialupdate

Conversationsqueuepartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_conversationsqueuepartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_conversationsqueuepartialupdate '{}' --json

posthog.posthog_conversationsqueuedestroy

Conversationsqueuedestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_conversationsqueuedestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_conversationsqueuedestroy '{}' --json

posthog.posthog_conversationsqueueclearcreate

Conversationsqueueclearcreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_conversationsqueueclearcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_conversationsqueueclearcreate '{}' --json

posthog.posthog_conversationsviewslist

Conversationsviewslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_conversationsviewslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_conversationsviewslist '{}' --json

posthog.posthog_conversationsviewscreate

Conversationsviewscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_conversationsviewscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_conversationsviewscreate '{}' --json

posthog.posthog_conversationsviewsretrieve

Conversationsviewsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_conversationsviewsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_conversationsviewsretrieve '{}' --json

posthog.posthog_conversationsviewsdestroy

Conversationsviewsdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_conversationsviewsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_conversationsviewsdestroy '{}' --json

posthog.posthog_customerjourneyslist

Customerjourneyslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_customerjourneyslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_customerjourneyslist '{}' --json

posthog.posthog_customerjourneyscreate

Customerjourneyscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_customerjourneyscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_customerjourneyscreate '{}' --json

posthog.posthog_customerjourneysretrieve

Customerjourneysretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_customerjourneysretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_customerjourneysretrieve '{}' --json

posthog.posthog_customerjourneysupdate

Customerjourneysupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_customerjourneysupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_customerjourneysupdate '{}' --json

posthog.posthog_customerjourneyspartialupdate

Customerjourneyspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_customerjourneyspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_customerjourneyspartialupdate '{}' --json

posthog.posthog_customerjourneysdestroy

Customerjourneysdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_customerjourneysdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_customerjourneysdestroy '{}' --json

posthog.posthog_customerprofileconfigslist

Customerprofileconfigslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_customerprofileconfigslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_customerprofileconfigslist '{}' --json

posthog.posthog_customerprofileconfigscreate

Customerprofileconfigscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_customerprofileconfigscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_customerprofileconfigscreate '{}' --json

posthog.posthog_customerprofileconfigsretrieve

Customerprofileconfigsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_customerprofileconfigsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_customerprofileconfigsretrieve '{}' --json

posthog.posthog_customerprofileconfigsupdate

Customerprofileconfigsupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_customerprofileconfigsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_customerprofileconfigsupdate '{}' --json

posthog.posthog_customerprofileconfigspartialupdate

Customerprofileconfigspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_customerprofileconfigspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_customerprofileconfigspartialupdate '{}' --json

posthog.posthog_customerprofileconfigsdestroy

Customerprofileconfigsdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_customerprofileconfigsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_customerprofileconfigsdestroy '{}' --json

posthog.posthog_desktoprecordingslist

RESTful API for managing desktop meeting recordings. Standard CRUD operations plus transcript management as a subresource.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_desktoprecordingslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_desktoprecordingslist '{}' --json

posthog.posthog_desktoprecordingscreate

Create a new recording and get Recall.ai upload token for the desktop SDK

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_desktoprecordingscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_desktoprecordingscreate '{}' --json

posthog.posthog_desktoprecordingsretrieve

RESTful API for managing desktop meeting recordings. Standard CRUD operations plus transcript management as a subresource.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_desktoprecordingsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_desktoprecordingsretrieve '{}' --json

posthog.posthog_desktoprecordingsupdate

RESTful API for managing desktop meeting recordings. Standard CRUD operations plus transcript management as a subresource.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_desktoprecordingsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_desktoprecordingsupdate '{}' --json

posthog.posthog_desktoprecordingspartialupdate

RESTful API for managing desktop meeting recordings. Standard CRUD operations plus transcript management as a subresource.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_desktoprecordingspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_desktoprecordingspartialupdate '{}' --json

posthog.posthog_desktoprecordingsdestroy

RESTful API for managing desktop meeting recordings. Standard CRUD operations plus transcript management as a subresource.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_desktoprecordingsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_desktoprecordingsdestroy '{}' --json

posthog.posthog_desktoprecordingsappendsegmentscreate

Append transcript segments (supports batched real-time streaming)

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_desktoprecordingsappendsegmentscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_desktoprecordingsappendsegmentscreate '{}' --json

posthog.posthog_errortrackingassignmentruleslist

Errortrackingassignmentruleslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingassignmentruleslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingassignmentruleslist '{}' --json

posthog.posthog_errortrackingassignmentrulescreate

Errortrackingassignmentrulescreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingassignmentrulescreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingassignmentrulescreate '{}' --json

posthog.posthog_errortrackingassignmentrulesretrieve

Errortrackingassignmentrulesretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingassignmentrulesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingassignmentrulesretrieve '{}' --json

posthog.posthog_errortrackingassignmentrulesupdate

Errortrackingassignmentrulesupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingassignmentrulesupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingassignmentrulesupdate '{}' --json

posthog.posthog_errortrackingassignmentrulespartialupdate

Errortrackingassignmentrulespartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingassignmentrulespartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingassignmentrulespartialupdate '{}' --json

posthog.posthog_errortrackingassignmentrulesdestroy

Errortrackingassignmentrulesdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingassignmentrulesdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingassignmentrulesdestroy '{}' --json

posthog.posthog_errortrackingassignmentrulesreorderpartialupdate

Errortrackingassignmentrulesreorderpartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingassignmentrulesreorderpartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingassignmentrulesreorderpartialupdate '{}' --json

posthog.posthog_errortrackingfingerprintslist

Errortrackingfingerprintslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingfingerprintslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingfingerprintslist '{}' --json

posthog.posthog_errortrackingfingerprintsretrieve

Errortrackingfingerprintsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingfingerprintsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingfingerprintsretrieve '{}' --json

posthog.posthog_errortrackingfingerprintsdestroy

Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingfingerprintsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingfingerprintsdestroy '{}' --json

posthog.posthog_errortrackinggitproviderfilelinksresolvegithubretrieve

Errortrackinggitproviderfilelinksresolvegithubretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackinggitproviderfilelinksresolvegithubretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackinggitproviderfilelinksresolvegithubretrieve '{}' --json

posthog.posthog_errortrackinggitproviderfilelinksresolvegitlabretrieve

Errortrackinggitproviderfilelinksresolvegitlabretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackinggitproviderfilelinksresolvegitlabretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackinggitproviderfilelinksresolvegitlabretrieve '{}' --json

posthog.posthog_errortrackinggroupingruleslist

Errortrackinggroupingruleslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackinggroupingruleslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackinggroupingruleslist '{}' --json

posthog.posthog_errortrackinggroupingrulescreate

Errortrackinggroupingrulescreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackinggroupingrulescreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackinggroupingrulescreate '{}' --json

posthog.posthog_errortrackinggroupingrulesretrieve

Errortrackinggroupingrulesretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackinggroupingrulesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackinggroupingrulesretrieve '{}' --json

posthog.posthog_errortrackinggroupingrulesupdate

Errortrackinggroupingrulesupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackinggroupingrulesupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackinggroupingrulesupdate '{}' --json

posthog.posthog_errortrackinggroupingrulespartialupdate

Errortrackinggroupingrulespartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackinggroupingrulespartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackinggroupingrulespartialupdate '{}' --json

posthog.posthog_errortrackinggroupingrulesdestroy

Errortrackinggroupingrulesdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackinggroupingrulesdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackinggroupingrulesdestroy '{}' --json

posthog.posthog_errortrackinggroupingrulesreorderpartialupdate

Errortrackinggroupingrulesreorderpartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackinggroupingrulesreorderpartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackinggroupingrulesreorderpartialupdate '{}' --json

posthog.posthog_errortrackingissueslist

Errortrackingissueslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingissueslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingissueslist '{}' --json

posthog.posthog_errortrackingissuescreate

Errortrackingissuescreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingissuescreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingissuescreate '{}' --json

posthog.posthog_errortrackingissuesretrieve

Errortrackingissuesretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingissuesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingissuesretrieve '{}' --json

posthog.posthog_errortrackingissuesupdate

Errortrackingissuesupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingissuesupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingissuesupdate '{}' --json

posthog.posthog_errortrackingissuespartialupdate

Errortrackingissuespartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingissuespartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingissuespartialupdate '{}' --json

posthog.posthog_errortrackingissuesdestroy

Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingissuesdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingissuesdestroy '{}' --json

posthog.posthog_errortrackingissuesactivityretrieve

Errortrackingissuesactivityretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingissuesactivityretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingissuesactivityretrieve '{}' --json

posthog.posthog_errortrackingissuesassignpartialupdate

Errortrackingissuesassignpartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingissuesassignpartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingissuesassignpartialupdate '{}' --json

posthog.posthog_errortrackingissuescohortupdate

Errortrackingissuescohortupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingissuescohortupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingissuescohortupdate '{}' --json

posthog.posthog_errortrackingissuesmergecreate

Errortrackingissuesmergecreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingissuesmergecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingissuesmergecreate '{}' --json

posthog.posthog_errortrackingissuessplitcreate

Errortrackingissuessplitcreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingissuessplitcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingissuessplitcreate '{}' --json

posthog.posthog_errortrackingissuesallactivityretrieve

Errortrackingissuesallactivityretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingissuesallactivityretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingissuesallactivityretrieve '{}' --json

posthog.posthog_errortrackingissuesbulkcreate

Errortrackingissuesbulkcreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingissuesbulkcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingissuesbulkcreate '{}' --json

posthog.posthog_errortrackingissuesexistsretrieve

Errortrackingissuesexistsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingissuesexistsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingissuesexistsretrieve '{}' --json

posthog.posthog_errortrackingissuesvaluesretrieve

Errortrackingissuesvaluesretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingissuesvaluesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingissuesvaluesretrieve '{}' --json

posthog.posthog_errortrackingqueryissuecreate

Get compact error tracking issue details

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingqueryissuecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingqueryissuecreate '{}' --json

posthog.posthog_errortrackingqueryissueeventscreate

List sampled exception events for an error tracking issue

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingqueryissueeventscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingqueryissueeventscreate '{}' --json

posthog.posthog_errortrackingqueryissueslistcreate

List compact error tracking issues

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingqueryissueslistcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingqueryissueslistcreate '{}' --json

posthog.posthog_errortrackingrecommendationslist

Errortrackingrecommendationslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingrecommendationslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingrecommendationslist '{}' --json

posthog.posthog_errortrackingrecommendationsdismisscreate

Errortrackingrecommendationsdismisscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingrecommendationsdismisscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingrecommendationsdismisscreate '{}' --json

posthog.posthog_errortrackingrecommendationsrefreshcreate

Errortrackingrecommendationsrefreshcreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingrecommendationsrefreshcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingrecommendationsrefreshcreate '{}' --json

posthog.posthog_errortrackingrecommendationsrestorecreate

Errortrackingrecommendationsrestorecreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingrecommendationsrestorecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingrecommendationsrestorecreate '{}' --json

posthog.posthog_errortrackingsettingsretrievesettingsretrieve

Errortrackingsettingsretrievesettingsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingsettingsretrievesettingsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingsettingsretrievesettingsretrieve '{}' --json

posthog.posthog_errortrackingsettingsupdatesettingspartialupdate

Errortrackingsettingsupdatesettingspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingsettingsupdatesettingspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingsettingsupdatesettingspartialupdate '{}' --json

posthog.posthog_errortrackingspikedetectionconfiglist

Errortrackingspikedetectionconfiglist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingspikedetectionconfiglist '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingspikedetectionconfiglist '{}' --json

posthog.posthog_errortrackingspikedetectionconfigupdateconfigpartialupdate

Errortrackingspikedetectionconfigupdateconfigpartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingspikedetectionconfigupdateconfigpartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingspikedetectionconfigupdateconfigpartialupdate '{}' --json

posthog.posthog_errortrackingspikeeventslist

Errortrackingspikeeventslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingspikeeventslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingspikeeventslist '{}' --json

posthog.posthog_errortrackingstackframeslist

Errortrackingstackframeslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingstackframeslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingstackframeslist '{}' --json

posthog.posthog_errortrackingstackframesretrieve

Errortrackingstackframesretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingstackframesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingstackframesretrieve '{}' --json

posthog.posthog_errortrackingstackframesdestroy

Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingstackframesdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingstackframesdestroy '{}' --json

posthog.posthog_errortrackingstackframesbatchgetcreate

Errortrackingstackframesbatchgetcreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingstackframesbatchgetcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingstackframesbatchgetcreate '{}' --json

posthog.posthog_errortrackingsuppressionruleslist

Errortrackingsuppressionruleslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingsuppressionruleslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingsuppressionruleslist '{}' --json

posthog.posthog_errortrackingsuppressionrulescreate

Errortrackingsuppressionrulescreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingsuppressionrulescreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingsuppressionrulescreate '{}' --json

posthog.posthog_errortrackingsuppressionrulesretrieve

Errortrackingsuppressionrulesretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingsuppressionrulesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingsuppressionrulesretrieve '{}' --json

posthog.posthog_errortrackingsuppressionrulesupdate

Errortrackingsuppressionrulesupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingsuppressionrulesupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingsuppressionrulesupdate '{}' --json

posthog.posthog_errortrackingsuppressionrulespartialupdate

Errortrackingsuppressionrulespartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingsuppressionrulespartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingsuppressionrulespartialupdate '{}' --json

posthog.posthog_errortrackingsuppressionrulesdestroy

Errortrackingsuppressionrulesdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingsuppressionrulesdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingsuppressionrulesdestroy '{}' --json

posthog.posthog_errortrackingsuppressionrulesreorderpartialupdate

Errortrackingsuppressionrulesreorderpartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingsuppressionrulesreorderpartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingsuppressionrulesreorderpartialupdate '{}' --json

posthog.posthog_evaluationrunscreate

Create a new evaluation run. This endpoint validates the request and enqueues a Temporal workflow to asynchronously execute the evaluation.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_evaluationrunscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_evaluationrunscreate '{}' --json

posthog.posthog_evaluationslist

Evaluationslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_evaluationslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_evaluationslist '{}' --json

posthog.posthog_evaluationscreate

Evaluationscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_evaluationscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_evaluationscreate '{}' --json

posthog.posthog_evaluationsretrieve

Evaluationsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_evaluationsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_evaluationsretrieve '{}' --json

posthog.posthog_evaluationsupdate

Evaluationsupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_evaluationsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_evaluationsupdate '{}' --json

posthog.posthog_evaluationspartialupdate

Evaluationspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_evaluationspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_evaluationspartialupdate '{}' --json

posthog.posthog_evaluationsdestroy

Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_evaluationsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_evaluationsdestroy '{}' --json

posthog.posthog_evaluationstesthogcreate

Test Hog evaluation code against sample events without saving.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_evaluationstesthogcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_evaluationstesthogcreate '{}' --json

posthog.posthog_eventfilterretrieve

Returns the event filter config for the team, or null if not yet created.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_eventfilterretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_eventfilterretrieve '{}' --json

posthog.posthog_eventfiltercreate

Create or update the event filter config.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_eventfiltercreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_eventfiltercreate '{}' --json

posthog.posthog_eventfiltermetricsretrieve

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

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_eventfiltermetricsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_eventfiltermetricsretrieve '{}' --json

posthog.posthog_eventfiltermetricstotalsretrieve

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

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_eventfiltermetricstotalsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_eventfiltermetricstotalsretrieve '{}' --json

posthog.posthog_healthissueslist

Healthissueslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_healthissueslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_healthissueslist '{}' --json

posthog.posthog_healthissuesretrieve

Healthissuesretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_healthissuesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_healthissuesretrieve '{}' --json

posthog.posthog_healthissuespartialupdate

Healthissuespartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_healthissuespartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_healthissuespartialupdate '{}' --json

posthog.posthog_healthissuesresolvecreate

Healthissuesresolvecreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_healthissuesresolvecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_healthissuesresolvecreate '{}' --json

posthog.posthog_healthissuessummaryretrieve

Healthissuessummaryretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_healthissuessummaryretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_healthissuessummaryretrieve '{}' --json

posthog.posthog_lineagegetupstreamretrieve

Lineagegetupstreamretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_lineagegetupstreamretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_lineagegetupstreamretrieve '{}' --json

posthog.posthog_llmanalyticsclusteringconfigretrieve

Team-level clustering configuration (event filters for automated pipelines).

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticsclusteringconfigretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticsclusteringconfigretrieve '{}' --json

posthog.posthog_llmanalyticsclusteringconfigseteventfilterscreate

Team-level clustering configuration (event filters for automated pipelines).

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticsclusteringconfigseteventfilterscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticsclusteringconfigseteventfilterscreate '{}' --json

posthog.posthog_llmanalyticsclusteringjobslist

CRUD for clustering job configurations (max 5 per team).

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticsclusteringjobslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticsclusteringjobslist '{}' --json

posthog.posthog_llmanalyticsclusteringjobscreate

CRUD for clustering job configurations (max 5 per team).

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticsclusteringjobscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticsclusteringjobscreate '{}' --json

posthog.posthog_llmanalyticsclusteringjobsretrieve

CRUD for clustering job configurations (max 5 per team).

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticsclusteringjobsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticsclusteringjobsretrieve '{}' --json

posthog.posthog_llmanalyticsclusteringjobsupdate

CRUD for clustering job configurations (max 5 per team).

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticsclusteringjobsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticsclusteringjobsupdate '{}' --json

posthog.posthog_llmanalyticsclusteringjobspartialupdate

CRUD for clustering job configurations (max 5 per team).

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticsclusteringjobspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticsclusteringjobspartialupdate '{}' --json

posthog.posthog_llmanalyticsclusteringjobsdestroy

CRUD for clustering job configurations (max 5 per team).

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticsclusteringjobsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticsclusteringjobsdestroy '{}' --json

posthog.posthog_llmanalyticsevaluationconfigretrieve

Get the evaluation config for this team

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticsevaluationconfigretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticsevaluationconfigretrieve '{}' --json

posthog.posthog_llmanalyticsevaluationconfigsetactivekeycreate

Set the active provider key for evaluations

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticsevaluationconfigsetactivekeycreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticsevaluationconfigsetactivekeycreate '{}' --json

posthog.posthog_llmanalyticsevaluationreportslist

CRUD for evaluation report configurations + report run history.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticsevaluationreportslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticsevaluationreportslist '{}' --json

posthog.posthog_llmanalyticsevaluationreportscreate

CRUD for evaluation report configurations + report run history.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticsevaluationreportscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticsevaluationreportscreate '{}' --json

posthog.posthog_llmanalyticsevaluationreportsretrieve

CRUD for evaluation report configurations + report run history.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticsevaluationreportsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticsevaluationreportsretrieve '{}' --json

posthog.posthog_llmanalyticsevaluationreportsupdate

CRUD for evaluation report configurations + report run history.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticsevaluationreportsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticsevaluationreportsupdate '{}' --json

posthog.posthog_llmanalyticsevaluationreportspartialupdate

CRUD for evaluation report configurations + report run history.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticsevaluationreportspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticsevaluationreportspartialupdate '{}' --json

posthog.posthog_llmanalyticsevaluationreportsdestroy

Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticsevaluationreportsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticsevaluationreportsdestroy '{}' --json

posthog.posthog_llmanalyticsevaluationreportsgeneratecreate

Trigger immediate report generation.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticsevaluationreportsgeneratecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticsevaluationreportsgeneratecreate '{}' --json

posthog.posthog_llmanalyticsevaluationreportsrunslist

List report runs (history) for this report.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticsevaluationreportsrunslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticsevaluationreportsrunslist '{}' --json

posthog.posthog_llmanalyticsevaluationsummarycreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticsevaluationsummarycreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticsevaluationsummarycreate '{}' --json

posthog.posthog_llmanalyticsmodelsretrieve

List available models for a provider.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticsmodelsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticsmodelsretrieve '{}' --json

posthog.posthog_llmanalyticsofflineevaluationsexperimentitemscreate

Llmanalyticsofflineevaluationsexperimentitemscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticsofflineevaluationsexperimentitemscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticsofflineevaluationsexperimentitemscreate '{}' --json

posthog.posthog_llmanalyticsproviderkeyvalidationscreate

Validate LLM provider API keys without persisting them

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticsproviderkeyvalidationscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticsproviderkeyvalidationscreate '{}' --json

posthog.posthog_llmanalyticsproviderkeyslist

Llmanalyticsproviderkeyslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticsproviderkeyslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticsproviderkeyslist '{}' --json

posthog.posthog_llmanalyticsproviderkeyscreate

Llmanalyticsproviderkeyscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticsproviderkeyscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticsproviderkeyscreate '{}' --json

posthog.posthog_llmanalyticsproviderkeysretrieve

Llmanalyticsproviderkeysretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticsproviderkeysretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticsproviderkeysretrieve '{}' --json

posthog.posthog_llmanalyticsproviderkeysupdate

Llmanalyticsproviderkeysupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticsproviderkeysupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticsproviderkeysupdate '{}' --json

posthog.posthog_llmanalyticsproviderkeyspartialupdate

Llmanalyticsproviderkeyspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticsproviderkeyspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticsproviderkeyspartialupdate '{}' --json

posthog.posthog_llmanalyticsproviderkeysdestroy

Llmanalyticsproviderkeysdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticsproviderkeysdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticsproviderkeysdestroy '{}' --json

posthog.posthog_llmanalyticsproviderkeysassigncreate

Assign this key to evaluations and optionally re-enable them.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticsproviderkeysassigncreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticsproviderkeysassigncreate '{}' --json

posthog.posthog_llmanalyticsproviderkeysdependentconfigsretrieve

Get evaluations using this key and alternative keys for replacement.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticsproviderkeysdependentconfigsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticsproviderkeysdependentconfigsretrieve '{}' --json

posthog.posthog_llmanalyticsproviderkeysvalidatecreate

Llmanalyticsproviderkeysvalidatecreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticsproviderkeysvalidatecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticsproviderkeysvalidatecreate '{}' --json

posthog.posthog_llmanalyticsproviderkeystrialevaluationsretrieve

List enabled evaluations currently using trial credits for a given provider.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticsproviderkeystrialevaluationsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticsproviderkeystrialevaluationsretrieve '{}' --json

posthog.posthog_llmanalyticsreviewqueueitemslist

Llmanalyticsreviewqueueitemslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticsreviewqueueitemslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticsreviewqueueitemslist '{}' --json

posthog.posthog_llmanalyticsreviewqueueitemscreate

Llmanalyticsreviewqueueitemscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticsreviewqueueitemscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticsreviewqueueitemscreate '{}' --json

posthog.posthog_llmanalyticsreviewqueueitemsretrieve

Llmanalyticsreviewqueueitemsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticsreviewqueueitemsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticsreviewqueueitemsretrieve '{}' --json

posthog.posthog_llmanalyticsreviewqueueitemspartialupdate

Llmanalyticsreviewqueueitemspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticsreviewqueueitemspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticsreviewqueueitemspartialupdate '{}' --json

posthog.posthog_llmanalyticsreviewqueueitemsdestroy

Llmanalyticsreviewqueueitemsdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticsreviewqueueitemsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticsreviewqueueitemsdestroy '{}' --json

posthog.posthog_llmanalyticsreviewqueueslist

Llmanalyticsreviewqueueslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticsreviewqueueslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticsreviewqueueslist '{}' --json

posthog.posthog_llmanalyticsreviewqueuescreate

Llmanalyticsreviewqueuescreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticsreviewqueuescreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticsreviewqueuescreate '{}' --json

posthog.posthog_llmanalyticsreviewqueuesretrieve

Llmanalyticsreviewqueuesretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticsreviewqueuesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticsreviewqueuesretrieve '{}' --json

posthog.posthog_llmanalyticsreviewqueuespartialupdate

Llmanalyticsreviewqueuespartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticsreviewqueuespartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticsreviewqueuespartialupdate '{}' --json

posthog.posthog_llmanalyticsreviewqueuesdestroy

Llmanalyticsreviewqueuesdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticsreviewqueuesdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticsreviewqueuesdestroy '{}' --json

posthog.posthog_llmanalyticsscoredefinitionslist

Llmanalyticsscoredefinitionslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticsscoredefinitionslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticsscoredefinitionslist '{}' --json

posthog.posthog_llmanalyticsscoredefinitionscreate

Llmanalyticsscoredefinitionscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticsscoredefinitionscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticsscoredefinitionscreate '{}' --json

posthog.posthog_llmanalyticsscoredefinitionsretrieve

Llmanalyticsscoredefinitionsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticsscoredefinitionsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticsscoredefinitionsretrieve '{}' --json

posthog.posthog_llmanalyticsscoredefinitionspartialupdate

Llmanalyticsscoredefinitionspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticsscoredefinitionspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticsscoredefinitionspartialupdate '{}' --json

posthog.posthog_llmanalyticsscoredefinitionsnewversioncreate

Llmanalyticsscoredefinitionsnewversioncreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticsscoredefinitionsnewversioncreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticsscoredefinitionsnewversioncreate '{}' --json

posthog.posthog_llmanalyticssentimentcreate

Llmanalyticssentimentcreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticssentimentcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticssentimentcreate '{}' --json

posthog.posthog_llmanalyticssentimentgenerationscreate

Llmanalyticssentimentgenerationscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticssentimentgenerationscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticssentimentgenerationscreate '{}' --json

posthog.posthog_llmanalyticssummarizationcreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticssummarizationcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticssummarizationcreate '{}' --json

posthog.posthog_llmanalyticssummarizationbatchcheckcreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticssummarizationbatchcheckcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticssummarizationbatchcheckcreate '{}' --json

posthog.posthog_llmanalyticstextreprcreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticstextreprcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticstextreprcreate '{}' --json

posthog.posthog_llmanalyticstracereviewslist

Llmanalyticstracereviewslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticstracereviewslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticstracereviewslist '{}' --json

posthog.posthog_llmanalyticstracereviewscreate

Llmanalyticstracereviewscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticstracereviewscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticstracereviewscreate '{}' --json

posthog.posthog_llmanalyticstracereviewsretrieve

Llmanalyticstracereviewsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticstracereviewsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticstracereviewsretrieve '{}' --json

posthog.posthog_llmanalyticstracereviewspartialupdate

Llmanalyticstracereviewspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticstracereviewspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticstracereviewspartialupdate '{}' --json

posthog.posthog_llmanalyticstracereviewsdestroy

Llmanalyticstracereviewsdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticstracereviewsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticstracereviewsdestroy '{}' --json

posthog.posthog_llmanalyticstranslatecreate

Translate text to target language.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmanalyticstranslatecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmanalyticstranslatecreate '{}' --json

posthog.posthog_llmpromptslist

Llmpromptslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmpromptslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmpromptslist '{}' --json

posthog.posthog_llmpromptscreate

Llmpromptscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmpromptscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmpromptscreate '{}' --json

posthog.posthog_llmpromptsnameretrieve

Llmpromptsnameretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmpromptsnameretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmpromptsnameretrieve '{}' --json

posthog.posthog_llmpromptsnamepartialupdate

Llmpromptsnamepartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmpromptsnamepartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmpromptsnamepartialupdate '{}' --json

posthog.posthog_llmpromptsnamearchivecreate

Llmpromptsnamearchivecreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmpromptsnamearchivecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmpromptsnamearchivecreate '{}' --json

posthog.posthog_llmpromptsnameduplicatecreate

Llmpromptsnameduplicatecreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmpromptsnameduplicatecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmpromptsnameduplicatecreate '{}' --json

posthog.posthog_llmpromptsresolvenameretrieve

Llmpromptsresolvenameretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmpromptsresolvenameretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmpromptsresolvenameretrieve '{}' --json

posthog.posthog_llmskillslist

Llmskillslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmskillslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmskillslist '{}' --json

posthog.posthog_llmskillscreate

Llmskillscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmskillscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmskillscreate '{}' --json

posthog.posthog_llmskillsnameretrieve

Llmskillsnameretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmskillsnameretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmskillsnameretrieve '{}' --json

posthog.posthog_llmskillsnamepartialupdate

Llmskillsnamepartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmskillsnamepartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmskillsnamepartialupdate '{}' --json

posthog.posthog_llmskillsnamearchivecreate

Llmskillsnamearchivecreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmskillsnamearchivecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmskillsnamearchivecreate '{}' --json

posthog.posthog_llmskillsnameduplicatecreate

Llmskillsnameduplicatecreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmskillsnameduplicatecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmskillsnameduplicatecreate '{}' --json

posthog.posthog_llmskillsnamefilescreate

Llmskillsnamefilescreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmskillsnamefilescreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmskillsnamefilescreate '{}' --json

posthog.posthog_llmskillsnamefilesrenamecreate

Llmskillsnamefilesrenamecreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmskillsnamefilesrenamecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmskillsnamefilesrenamecreate '{}' --json

posthog.posthog_llmskillsnamefilesretrieve

Llmskillsnamefilesretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmskillsnamefilesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmskillsnamefilesretrieve '{}' --json

posthog.posthog_llmskillsnamefilesdestroy

Llmskillsnamefilesdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmskillsnamefilesdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmskillsnamefilesdestroy '{}' --json

posthog.posthog_llmskillsresolvenameretrieve

Llmskillsresolvenameretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_llmskillsresolvenameretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_llmskillsresolvenameretrieve '{}' --json

posthog.posthog_logsexplain_log_with_a_icreate

Explain a log entry using AI. POST /api/environments/:id/logs/explainLogWithAI/

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_logsexplain_log_with_a_icreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_logsexplain_log_with_a_icreate '{}' --json

posthog.posthog_logsviewslist

Logsviewslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_logsviewslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_logsviewslist '{}' --json

posthog.posthog_logsviewscreate

Logsviewscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_logsviewscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_logsviewscreate '{}' --json

posthog.posthog_logsviewsretrieve

Logsviewsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_logsviewsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_logsviewsretrieve '{}' --json

posthog.posthog_logsviewsupdate

Logsviewsupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_logsviewsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_logsviewsupdate '{}' --json

posthog.posthog_logsviewspartialupdate

Logsviewspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_logsviewspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_logsviewspartialupdate '{}' --json

posthog.posthog_logsviewsdestroy

Logsviewsdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_logsviewsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_logsviewsdestroy '{}' --json

posthog.posthog_managedviewsetsretrieve

Get all views associated with a specific managed viewset. GET /api/environments/{teamid}/managedviewsets/{kind}/

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_managedviewsetsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_managedviewsetsretrieve '{}' --json

posthog.posthog_managedviewsetsupdate

Enable or disable a managed viewset by kind. PUT /api/environments/{teamid}/managedviewsets/{kind}/ with body {"enabled": true/false}

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_managedviewsetsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_managedviewsetsupdate '{}' --json

posthog.posthog_maxtoolscreateandqueryinsightcreate

Maxtoolscreateandqueryinsightcreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_maxtoolscreateandqueryinsightcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_maxtoolscreateandqueryinsightcreate '{}' --json

posthog.posthog_mcpserverinstallationslist

Mcpserverinstallationslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_mcpserverinstallationslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_mcpserverinstallationslist '{}' --json

posthog.posthog_mcpserverinstallationscreate

Mcpserverinstallationscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_mcpserverinstallationscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_mcpserverinstallationscreate '{}' --json

posthog.posthog_mcpserverinstallationsretrieve

Mcpserverinstallationsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_mcpserverinstallationsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_mcpserverinstallationsretrieve '{}' --json

posthog.posthog_mcpserverinstallationsupdate

Mcpserverinstallationsupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_mcpserverinstallationsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_mcpserverinstallationsupdate '{}' --json

posthog.posthog_mcpserverinstallationspartialupdate

Mcpserverinstallationspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_mcpserverinstallationspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_mcpserverinstallationspartialupdate '{}' --json

posthog.posthog_mcpserverinstallationsdestroy

Mcpserverinstallationsdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_mcpserverinstallationsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_mcpserverinstallationsdestroy '{}' --json

posthog.posthog_mcpserverinstallationsproxycreate

Mcpserverinstallationsproxycreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_mcpserverinstallationsproxycreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_mcpserverinstallationsproxycreate '{}' --json

posthog.posthog_mcpserverinstallationstoolsretrieve

Mcpserverinstallationstoolsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_mcpserverinstallationstoolsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_mcpserverinstallationstoolsretrieve '{}' --json

posthog.posthog_mcpserverinstallationstoolspartialupdate

Mcpserverinstallationstoolspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_mcpserverinstallationstoolspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_mcpserverinstallationstoolspartialupdate '{}' --json

posthog.posthog_mcpserverinstallationstoolsrefreshcreate

Mcpserverinstallationstoolsrefreshcreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_mcpserverinstallationstoolsrefreshcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_mcpserverinstallationstoolsrefreshcreate '{}' --json

posthog.posthog_mcpserverinstallationsauthorizeretrieve

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.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_mcpserverinstallationsauthorizeretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_mcpserverinstallationsauthorizeretrieve '{}' --json

posthog.posthog_mcpserverinstallationsinstallcustomcreate

Mcpserverinstallationsinstallcustomcreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_mcpserverinstallationsinstallcustomcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_mcpserverinstallationsinstallcustomcreate '{}' --json

posthog.posthog_mcpserverinstallationsinstalltemplatecreate

Mcpserverinstallationsinstalltemplatecreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_mcpserverinstallationsinstalltemplatecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_mcpserverinstallationsinstalltemplatecreate '{}' --json

posthog.posthog_mcpserverslist

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.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_mcpserverslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_mcpserverslist '{}' --json

posthog.posthog_mcptoolscreate

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.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_mcptoolscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_mcptoolscreate '{}' --json

posthog.posthog_docssearch

Search PostHog documentation

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_docssearch '{}' --json
Shortcut
kosmo integrations:posthog posthog_docssearch '{}' --json

posthog.posthog_retrievesessionsummariesconfig

Retrieve the team's session summaries configuration (product context used to tailor single-session replay summaries).

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_retrievesessionsummariesconfig '{}' --json
Shortcut
kosmo integrations:posthog posthog_retrievesessionsummariesconfig '{}' --json

posthog.posthog_updatesessionsummariesconfig

Update the team's session summaries configuration (product context used to tailor single-session replay summaries).

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_updatesessionsummariesconfig '{}' --json
Shortcut
kosmo integrations:posthog posthog_updatesessionsummariesconfig '{}' --json

posthog.posthog_createsessionsummaries

Generate AI summary for a group of session recordings to find patterns and generate a notebook.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_createsessionsummaries '{}' --json
Shortcut
kosmo integrations:posthog posthog_createsessionsummaries '{}' --json

posthog.posthog_createsessionsummariesindividually

Generate AI individual summary for each session, without grouping.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_createsessionsummariesindividually '{}' --json
Shortcut
kosmo integrations:posthog posthog_createsessionsummariesindividually '{}' --json

posthog.posthog_subscriptionsdeliverieslist

List subscription deliveries

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_subscriptionsdeliverieslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_subscriptionsdeliverieslist '{}' --json

posthog.posthog_subscriptionsdeliveriesretrieve

Retrieve subscription delivery

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_subscriptionsdeliveriesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_subscriptionsdeliveriesretrieve '{}' --json

posthog.posthog_taggerslist

Taggerslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_taggerslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_taggerslist '{}' --json

posthog.posthog_taggerscreate

Taggerscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_taggerscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_taggerscreate '{}' --json

posthog.posthog_taggersretrieve

Taggersretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_taggersretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_taggersretrieve '{}' --json

posthog.posthog_taggersupdate

Taggersupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_taggersupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_taggersupdate '{}' --json

posthog.posthog_taggerspartialupdate

Taggerspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_taggerspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_taggerspartialupdate '{}' --json

posthog.posthog_taggersdestroy

Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_taggersdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_taggersdestroy '{}' --json

posthog.posthog_taggerstesthogcreate

Test Hog tagger code against sample events without saving.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_taggerstesthogcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_taggerstesthogcreate '{}' --json

posthog.posthog_tracingspansattributesretrieve

Tracingspansattributesretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_tracingspansattributesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_tracingspansattributesretrieve '{}' --json

posthog.posthog_tracingspansquerycreate

Tracingspansquerycreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_tracingspansquerycreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_tracingspansquerycreate '{}' --json

posthog.posthog_tracingspansservicenamesretrieve

Tracingspansservicenamesretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_tracingspansservicenamesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_tracingspansservicenamesretrieve '{}' --json

posthog.posthog_tracingspanssparklinecreate

Tracingspanssparklinecreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_tracingspanssparklinecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_tracingspanssparklinecreate '{}' --json

posthog.posthog_tracingspanstracecreate

Tracingspanstracecreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_tracingspanstracecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_tracingspanstracecreate '{}' --json

posthog.posthog_tracingspansvaluesretrieve

Tracingspansvaluesretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_tracingspansvaluesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_tracingspansvaluesretrieve '{}' --json

posthog.posthog_userinterviewslist

Userinterviewslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_userinterviewslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_userinterviewslist '{}' --json

posthog.posthog_userinterviewscreate

Userinterviewscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_userinterviewscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_userinterviewscreate '{}' --json

posthog.posthog_userinterviewsretrieve

Userinterviewsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_userinterviewsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_userinterviewsretrieve '{}' --json

posthog.posthog_userinterviewsupdate

Userinterviewsupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_userinterviewsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_userinterviewsupdate '{}' --json

posthog.posthog_userinterviewspartialupdate

Userinterviewspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_userinterviewspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_userinterviewspartialupdate '{}' --json

posthog.posthog_userinterviewsdestroy

Userinterviewsdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_userinterviewsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_userinterviewsdestroy '{}' --json

posthog.posthog_webanalyticsweeklydigest

Summarize web analytics

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_webanalyticsweeklydigest '{}' --json
Shortcut
kosmo integrations:posthog posthog_webanalyticsweeklydigest '{}' --json

posthog.posthog_webvitalsretrieve

Get web vitals for a specific pathname. Toolbar accesses this via OAuth (handled by TeamAndOrgViewSetMixin.getauthenticators).

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_webvitalsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_webvitalsretrieve '{}' --json

posthog.posthog_list

List

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_list '{}' --json
Shortcut
kosmo integrations:posthog posthog_list '{}' --json

posthog.posthog_create

Create

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_create '{}' --json
Shortcut
kosmo integrations:posthog posthog_create '{}' --json

posthog.posthog_retrieve

Retrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_retrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_retrieve '{}' --json

posthog.posthog_update

Update

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_update '{}' --json
Shortcut
kosmo integrations:posthog posthog_update '{}' --json

posthog.posthog_partialupdate

Partialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_partialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_partialupdate '{}' --json

posthog.posthog_destroy

Destroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_destroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_destroy '{}' --json

posthog.posthog_orgorganizationsbatchexportslist

Orgorganizationsbatchexportslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_orgorganizationsbatchexportslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_orgorganizationsbatchexportslist '{}' --json

posthog.posthog_orgorganizationsbatchexportscreate

Orgorganizationsbatchexportscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_orgorganizationsbatchexportscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_orgorganizationsbatchexportscreate '{}' --json

posthog.posthog_orgorganizationsbatchexportsretrieve

Orgorganizationsbatchexportsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_orgorganizationsbatchexportsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_orgorganizationsbatchexportsretrieve '{}' --json

posthog.posthog_orgorganizationsbatchexportsupdate

Orgorganizationsbatchexportsupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_orgorganizationsbatchexportsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_orgorganizationsbatchexportsupdate '{}' --json

posthog.posthog_orgorganizationsbatchexportspartialupdate

Orgorganizationsbatchexportspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_orgorganizationsbatchexportspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_orgorganizationsbatchexportspartialupdate '{}' --json

posthog.posthog_orgorganizationsbatchexportsdestroy

Orgorganizationsbatchexportsdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_orgorganizationsbatchexportsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_orgorganizationsbatchexportsdestroy '{}' --json

posthog.posthog_orgorganizationsbatchexportslogsretrieve

Orgorganizationsbatchexportslogsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_orgorganizationsbatchexportslogsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_orgorganizationsbatchexportslogsretrieve '{}' --json

posthog.posthog_orgorganizationsbatchexportspausecreate

Pause a BatchExport.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_orgorganizationsbatchexportspausecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_orgorganizationsbatchexportspausecreate '{}' --json

posthog.posthog_orgorganizationsbatchexportsrunteststepcreate

Orgorganizationsbatchexportsrunteststepcreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_orgorganizationsbatchexportsrunteststepcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_orgorganizationsbatchexportsrunteststepcreate '{}' --json

posthog.posthog_orgorganizationsbatchexportsunpausecreate

Unpause a BatchExport.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_orgorganizationsbatchexportsunpausecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_orgorganizationsbatchexportsunpausecreate '{}' --json

posthog.posthog_orgorganizationsbatchexportsrunteststepnewcreate

Orgorganizationsbatchexportsrunteststepnewcreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_orgorganizationsbatchexportsrunteststepnewcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_orgorganizationsbatchexportsrunteststepnewcreate '{}' --json

posthog.posthog_orgorganizationsbatchexportstestretrieve

Orgorganizationsbatchexportstestretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_orgorganizationsbatchexportstestretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_orgorganizationsbatchexportstestretrieve '{}' --json

posthog.posthog_domainslist

Domainslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_domainslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_domainslist '{}' --json

posthog.posthog_domainscreate

Domainscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_domainscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_domainscreate '{}' --json

posthog.posthog_domainsretrieve

Domainsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_domainsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_domainsretrieve '{}' --json

posthog.posthog_domainsupdate

Domainsupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_domainsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_domainsupdate '{}' --json

posthog.posthog_domainspartialupdate

Domainspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_domainspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_domainspartialupdate '{}' --json

posthog.posthog_domainsdestroy

Domainsdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_domainsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_domainsdestroy '{}' --json

posthog.posthog_domainsscimlogsretrieve

Domainsscimlogsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_domainsscimlogsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_domainsscimlogsretrieve '{}' --json

posthog.posthog_domainsscimtokencreate

Regenerate SCIM bearer token.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_domainsscimtokencreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_domainsscimtokencreate '{}' --json

posthog.posthog_domainsverifycreate

Domainsverifycreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_domainsverifycreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_domainsverifycreate '{}' --json

posthog.posthog_orgorganizationsintegrationslist

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_orgorganizationsintegrationslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_orgorganizationsintegrationslist '{}' --json

posthog.posthog_orgorganizationsintegrationsretrieve

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_orgorganizationsintegrationsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_orgorganizationsintegrationsretrieve '{}' --json

posthog.posthog_orgorganizationintegrationsdestroy

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_orgorganizationintegrationsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_orgorganizationintegrationsdestroy '{}' --json

posthog.posthog_integrationsenvironmentmappingpartialupdate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_integrationsenvironmentmappingpartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_integrationsenvironmentmappingpartialupdate '{}' --json

posthog.posthog_inviteslist

Inviteslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_inviteslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_inviteslist '{}' --json

posthog.posthog_invitescreate

Invitescreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_invitescreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_invitescreate '{}' --json

posthog.posthog_invitesdestroy

Invitesdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_invitesdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_invitesdestroy '{}' --json

posthog.posthog_invitesbulkcreate

Invitesbulkcreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_invitesbulkcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_invitesbulkcreate '{}' --json

posthog.posthog_invitesdelegatecreate

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.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_invitesdelegatecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_invitesdelegatecreate '{}' --json

posthog.posthog_legaldocumentslist

Legaldocumentslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_legaldocumentslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_legaldocumentslist '{}' --json

posthog.posthog_legaldocumentscreate

Legaldocumentscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_legaldocumentscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_legaldocumentscreate '{}' --json

posthog.posthog_legaldocumentsretrieve

Legaldocumentsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_legaldocumentsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_legaldocumentsretrieve '{}' --json

posthog.posthog_legaldocumentsdownloadretrieve

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_legaldocumentsdownloadretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_legaldocumentsdownloadretrieve '{}' --json

posthog.posthog_memberslist

Memberslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_memberslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_memberslist '{}' --json

posthog.posthog_membersupdate

Membersupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_membersupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_membersupdate '{}' --json

posthog.posthog_memberspartialupdate

Memberspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_memberspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_memberspartialupdate '{}' --json

posthog.posthog_membersdestroy

Membersdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_membersdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_membersdestroy '{}' --json

posthog.posthog_membersscopedapikeysretrieve

Membersscopedapikeysretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_membersscopedapikeysretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_membersscopedapikeysretrieve '{}' --json

posthog.posthog_oauthapplicationslist

ViewSet for listing OAuth applications at the organization level (read-only).

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_oauthapplicationslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_oauthapplicationslist '{}' --json

posthog.posthog_organizationsprojectslist

Projects for the current organization.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_organizationsprojectslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_organizationsprojectslist '{}' --json

posthog.posthog_organizationsprojectscreate

Projects for the current organization.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_organizationsprojectscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_organizationsprojectscreate '{}' --json

posthog.posthog_organizationsprojectsretrieve

Retrieve a project and its settings.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_organizationsprojectsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_organizationsprojectsretrieve '{}' --json

posthog.posthog_organizationsprojectsupdate

Replace a project and its settings. Prefer the PATCH endpoint for partial updates - PUT requires every writable field to be provided.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_organizationsprojectsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_organizationsprojectsupdate '{}' --json

posthog.posthog_organizationsprojectspartialupdate

Update one or more of a project's settings. Only the fields included in the request body are changed.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_organizationsprojectspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_organizationsprojectspartialupdate '{}' --json

posthog.posthog_organizationsprojectsdestroy

Projects for the current organization.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_organizationsprojectsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_organizationsprojectsdestroy '{}' --json

posthog.posthog_organizationsprojectsactivityretrieve

Projects for the current organization.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_organizationsprojectsactivityretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_organizationsprojectsactivityretrieve '{}' --json

posthog.posthog_organizationsprojectsaddproductintentpartialupdate

Projects for the current organization.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_organizationsprojectsaddproductintentpartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_organizationsprojectsaddproductintentpartialupdate '{}' --json

posthog.posthog_organizationsprojectschangeorganizationcreate

Projects for the current organization.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_organizationsprojectschangeorganizationcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_organizationsprojectschangeorganizationcreate '{}' --json

posthog.posthog_organizationsprojectscompleteproductonboardingpartialupdate

Projects for the current organization.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_organizationsprojectscompleteproductonboardingpartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_organizationsprojectscompleteproductonboardingpartialupdate '{}' --json

posthog.posthog_organizationsprojectsdeletesecrettokenbackuppartialupdate

Projects for the current organization.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_organizationsprojectsdeletesecrettokenbackuppartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_organizationsprojectsdeletesecrettokenbackuppartialupdate '{}' --json

posthog.posthog_organizationsprojectsgenerateconversationspublictokencreate

Projects for the current organization.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_organizationsprojectsgenerateconversationspublictokencreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_organizationsprojectsgenerateconversationspublictokencreate '{}' --json

posthog.posthog_organizationsprojectsisgeneratingdemodataretrieve

Projects for the current organization.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_organizationsprojectsisgeneratingdemodataretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_organizationsprojectsisgeneratingdemodataretrieve '{}' --json

posthog.posthog_organizationsprojectsresettokenpartialupdate

Projects for the current organization.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_organizationsprojectsresettokenpartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_organizationsprojectsresettokenpartialupdate '{}' --json

posthog.posthog_organizationsprojectsrotatesecrettokenpartialupdate

Projects for the current organization.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_organizationsprojectsrotatesecrettokenpartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_organizationsprojectsrotatesecrettokenpartialupdate '{}' --json

posthog.posthog_proxyrecordslist

List all reverse proxies configured for the organization. Returns proxy records along with the maximum number allowed by the current plan.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_proxyrecordslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_proxyrecordslist '{}' --json

posthog.posthog_proxyrecordscreate

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.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_proxyrecordscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_proxyrecordscreate '{}' --json

posthog.posthog_proxyrecordsretrieve

Get details of a specific reverse proxy by ID. Returns the full configuration including domain, CNAME target, and current provisioning status.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_proxyrecordsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_proxyrecordsretrieve '{}' --json

posthog.posthog_proxyrecordsdestroy

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.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_proxyrecordsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_proxyrecordsdestroy '{}' --json

posthog.posthog_proxyrecordsdiagnosecreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_proxyrecordsdiagnosecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_proxyrecordsdiagnosecreate '{}' --json

posthog.posthog_proxyrecordsretrycreate

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.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_proxyrecordsretrycreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_proxyrecordsretrycreate '{}' --json

posthog.posthog_roleexternalreferenceslist

Roleexternalreferenceslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_roleexternalreferenceslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_roleexternalreferenceslist '{}' --json

posthog.posthog_roleexternalreferencescreate

Roleexternalreferencescreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_roleexternalreferencescreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_roleexternalreferencescreate '{}' --json

posthog.posthog_roleexternalreferencesdestroy

Roleexternalreferencesdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_roleexternalreferencesdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_roleexternalreferencesdestroy '{}' --json

posthog.posthog_roleexternalreferenceslookupretrieve

Roleexternalreferenceslookupretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_roleexternalreferenceslookupretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_roleexternalreferenceslookupretrieve '{}' --json

posthog.posthog_roleslist

Roleslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_roleslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_roleslist '{}' --json

posthog.posthog_rolescreate

Rolescreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_rolescreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_rolescreate '{}' --json

posthog.posthog_rolesretrieve

Rolesretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_rolesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_rolesretrieve '{}' --json

posthog.posthog_rolesupdate

Rolesupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_rolesupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_rolesupdate '{}' --json

posthog.posthog_rolespartialupdate

Rolespartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_rolespartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_rolespartialupdate '{}' --json

posthog.posthog_rolesdestroy

Rolesdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_rolesdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_rolesdestroy '{}' --json

posthog.posthog_rolesrolemembershipslist

Rolesrolemembershipslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_rolesrolemembershipslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_rolesrolemembershipslist '{}' --json

posthog.posthog_rolesrolemembershipscreate

Rolesrolemembershipscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_rolesrolemembershipscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_rolesrolemembershipscreate '{}' --json

posthog.posthog_rolesrolemembershipsretrieve

Rolesrolemembershipsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_rolesrolemembershipsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_rolesrolemembershipsretrieve '{}' --json

posthog.posthog_rolesrolemembershipsdestroy

Rolesrolemembershipsdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_rolesrolemembershipsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_rolesrolemembershipsdestroy '{}' --json

posthog.posthog_welcomecurrentretrieve

Aggregated payload for the invited-user welcome screen.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_welcomecurrentretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_welcomecurrentretrieve '{}' --json

posthog.posthog_actionslist

Actionslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_actionslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_actionslist '{}' --json

posthog.posthog_actionscreate

Actionscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_actionscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_actionscreate '{}' --json

posthog.posthog_actionsretrieve

Actionsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_actionsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_actionsretrieve '{}' --json

posthog.posthog_actionsupdate

Actionsupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_actionsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_actionsupdate '{}' --json

posthog.posthog_actionspartialupdate

Actionspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_actionspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_actionspartialupdate '{}' --json

posthog.posthog_actionsdestroy

Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_actionsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_actionsdestroy '{}' --json

posthog.posthog_actionsreferenceslist

Actionsreferenceslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_actionsreferenceslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_actionsreferenceslist '{}' --json

posthog.posthog_actionsbulkupdatetagscreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_actionsbulkupdatetagscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_actionsbulkupdatetagscreate '{}' --json

posthog.posthog_activityloglist

Activityloglist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_activityloglist '{}' --json
Shortcut
kosmo integrations:posthog posthog_activityloglist '{}' --json

posthog.posthog_advancedactivitylogslist

Advancedactivitylogslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_advancedactivitylogslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_advancedactivitylogslist '{}' --json

posthog.posthog_advancedactivitylogsavailablefiltersretrieve

Advancedactivitylogsavailablefiltersretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_advancedactivitylogsavailablefiltersretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_advancedactivitylogsavailablefiltersretrieve '{}' --json

posthog.posthog_advancedactivitylogsexportcreate

Advancedactivitylogsexportcreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_advancedactivitylogsexportcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_advancedactivitylogsexportcreate '{}' --json

posthog.posthog_alertslist

Alertslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_alertslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_alertslist '{}' --json

posthog.posthog_alertscreate

Alertscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_alertscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_alertscreate '{}' --json

posthog.posthog_alertsretrieve

Alertsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_alertsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_alertsretrieve '{}' --json

posthog.posthog_alertsupdate

Alertsupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_alertsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_alertsupdate '{}' --json

posthog.posthog_alertspartialupdate

Alertspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_alertspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_alertspartialupdate '{}' --json

posthog.posthog_alertsdestroy

Alertsdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_alertsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_alertsdestroy '{}' --json

posthog.posthog_alertssimulatecreate

Simulate a detector on an insight's historical data. Read-only - no AlertCheck records are created.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_alertssimulatecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_alertssimulatecreate '{}' --json

posthog.posthog_annotationslist

Create, Read, Update and Delete annotations. [See docs](https://posthog.com/docs/data/annotations) for more information on annotations.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_annotationslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_annotationslist '{}' --json

posthog.posthog_annotationscreate

Create, Read, Update and Delete annotations. [See docs](https://posthog.com/docs/data/annotations) for more information on annotations.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_annotationscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_annotationscreate '{}' --json

posthog.posthog_annotationsretrieve

Create, Read, Update and Delete annotations. [See docs](https://posthog.com/docs/data/annotations) for more information on annotations.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_annotationsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_annotationsretrieve '{}' --json

posthog.posthog_annotationsupdate

Create, Read, Update and Delete annotations. [See docs](https://posthog.com/docs/data/annotations) for more information on annotations.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_annotationsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_annotationsupdate '{}' --json

posthog.posthog_annotationspartialupdate

Create, Read, Update and Delete annotations. [See docs](https://posthog.com/docs/data/annotations) for more information on annotations.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_annotationspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_annotationspartialupdate '{}' --json

posthog.posthog_annotationsdestroy

Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_annotationsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_annotationsdestroy '{}' --json

posthog.posthog_batchexportslist

Batchexportslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_batchexportslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_batchexportslist '{}' --json

posthog.posthog_batchexportscreate

Batchexportscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_batchexportscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_batchexportscreate '{}' --json

posthog.posthog_batchexportsbackfillslist

ViewSet for BatchExportBackfill models. Allows creating and reading backfills, but not updating or deleting them.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_batchexportsbackfillslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_batchexportsbackfillslist '{}' --json

posthog.posthog_batchexportsbackfillscreate

Create a new backfill for a BatchExport.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_batchexportsbackfillscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_batchexportsbackfillscreate '{}' --json

posthog.posthog_batchexportsbackfillsretrieve

ViewSet for BatchExportBackfill models. Allows creating and reading backfills, but not updating or deleting them.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_batchexportsbackfillsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_batchexportsbackfillsretrieve '{}' --json

posthog.posthog_batchexportsbackfillscancelcreate

Cancel a batch export backfill.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_batchexportsbackfillscancelcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_batchexportsbackfillscancelcreate '{}' --json

posthog.posthog_batchexportsrunslist

Batchexportsrunslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_batchexportsrunslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_batchexportsrunslist '{}' --json

posthog.posthog_batchexportsrunsretrieve

Batchexportsrunsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_batchexportsrunsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_batchexportsrunsretrieve '{}' --json

posthog.posthog_batchexportsrunscancelcreate

Cancel a batch export run.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_batchexportsrunscancelcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_batchexportsrunscancelcreate '{}' --json

posthog.posthog_batchexportsrunslogsretrieve

Batchexportsrunslogsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_batchexportsrunslogsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_batchexportsrunslogsretrieve '{}' --json

posthog.posthog_batchexportsrunsretrycreate

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.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_batchexportsrunsretrycreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_batchexportsrunsretrycreate '{}' --json

posthog.posthog_batchexportsretrieve

Batchexportsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_batchexportsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_batchexportsretrieve '{}' --json

posthog.posthog_batchexportsupdate

Batchexportsupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_batchexportsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_batchexportsupdate '{}' --json

posthog.posthog_batchexportspartialupdate

Batchexportspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_batchexportspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_batchexportspartialupdate '{}' --json

posthog.posthog_batchexportsdestroy

Batchexportsdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_batchexportsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_batchexportsdestroy '{}' --json

posthog.posthog_batchexportslogsretrieve

Batchexportslogsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_batchexportslogsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_batchexportslogsretrieve '{}' --json

posthog.posthog_batchexportspausecreate

Pause a BatchExport.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_batchexportspausecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_batchexportspausecreate '{}' --json

posthog.posthog_batchexportsrunteststepcreate

Batchexportsrunteststepcreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_batchexportsrunteststepcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_batchexportsrunteststepcreate '{}' --json

posthog.posthog_batchexportsunpausecreate

Unpause a BatchExport.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_batchexportsunpausecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_batchexportsunpausecreate '{}' --json

posthog.posthog_batchexportsrunteststepnewcreate

Batchexportsrunteststepnewcreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_batchexportsrunteststepnewcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_batchexportsrunteststepnewcreate '{}' --json

posthog.posthog_batchexportstestretrieve

Batchexportstestretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_batchexportstestretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_batchexportstestretrieve '{}' --json

posthog.posthog_cohortslist

Cohortslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_cohortslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_cohortslist '{}' --json

posthog.posthog_cohortscreate

Cohortscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_cohortscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_cohortscreate '{}' --json

posthog.posthog_cohortsretrieve

Cohortsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_cohortsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_cohortsretrieve '{}' --json

posthog.posthog_cohortsupdate

Cohortsupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_cohortsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_cohortsupdate '{}' --json

posthog.posthog_cohortspartialupdate

Cohortspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_cohortspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_cohortspartialupdate '{}' --json

posthog.posthog_cohortsdestroy

Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_cohortsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_cohortsdestroy '{}' --json

posthog.posthog_cohortsactivityretrieve

Cohortsactivityretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_cohortsactivityretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_cohortsactivityretrieve '{}' --json

posthog.posthog_cohortsaddpersonstostaticcohortpartialupdate

Cohortsaddpersonstostaticcohortpartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_cohortsaddpersonstostaticcohortpartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_cohortsaddpersonstostaticcohortpartialupdate '{}' --json

posthog.posthog_cohortscalculationhistoryretrieve

Cohortscalculationhistoryretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_cohortscalculationhistoryretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_cohortscalculationhistoryretrieve '{}' --json

posthog.posthog_cohortspersonsretrieve

Cohortspersonsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_cohortspersonsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_cohortspersonsretrieve '{}' --json

posthog.posthog_cohortsremovepersonfromstaticcohortpartialupdate

Cohortsremovepersonfromstaticcohortpartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_cohortsremovepersonfromstaticcohortpartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_cohortsremovepersonfromstaticcohortpartialupdate '{}' --json

posthog.posthog_cohortsallactivityretrieve

Cohortsallactivityretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_cohortsallactivityretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_cohortsallactivityretrieve '{}' --json

posthog.posthog_commentslist

Commentslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_commentslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_commentslist '{}' --json

posthog.posthog_commentscreate

Commentscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_commentscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_commentscreate '{}' --json

posthog.posthog_commentsretrieve

Commentsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_commentsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_commentsretrieve '{}' --json

posthog.posthog_commentsupdate

Commentsupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_commentsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_commentsupdate '{}' --json

posthog.posthog_commentspartialupdate

Commentspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_commentspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_commentspartialupdate '{}' --json

posthog.posthog_commentsdestroy

Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_commentsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_commentsdestroy '{}' --json

posthog.posthog_commentscompletecreate

Mark a task-comment as complete. Sets completedat and completedby. 400 if the comment is not a task or is already complete.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_commentscompletecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_commentscompletecreate '{}' --json

posthog.posthog_commentsreopencreate

Reopen a completed task-comment. Clears completedat and completedby. 400 if the comment is not a task or is already open.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_commentsreopencreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_commentsreopencreate '{}' --json

posthog.posthog_commentsthreadretrieve

Commentsthreadretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_commentsthreadretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_commentsthreadretrieve '{}' --json

posthog.posthog_commentscountretrieve

Commentscountretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_commentscountretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_commentscountretrieve '{}' --json

posthog.posthog_conversationsticketslist

List tickets with person data attached.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_conversationsticketslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_conversationsticketslist '{}' --json

posthog.posthog_conversationsticketscreate

Conversationsticketscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_conversationsticketscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_conversationsticketscreate '{}' --json

posthog.posthog_conversationsticketsretrieve

Get single ticket and mark as read by team.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_conversationsticketsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_conversationsticketsretrieve '{}' --json

posthog.posthog_conversationsticketsupdate

Handle ticket updates including assignee changes.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_conversationsticketsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_conversationsticketsupdate '{}' --json

posthog.posthog_conversationsticketspartialupdate

Conversationsticketspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_conversationsticketspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_conversationsticketspartialupdate '{}' --json

posthog.posthog_conversationsticketsdestroy

Conversationsticketsdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_conversationsticketsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_conversationsticketsdestroy '{}' --json

posthog.posthog_conversationsticketssuggestreplycreate

Conversationsticketssuggestreplycreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_conversationsticketssuggestreplycreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_conversationsticketssuggestreplycreate '{}' --json

posthog.posthog_conversationsticketsbulkupdatetagscreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_conversationsticketsbulkupdatetagscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_conversationsticketsbulkupdatetagscreate '{}' --json

posthog.posthog_conversationsticketsunreadcountretrieve

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.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_conversationsticketsunreadcountretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_conversationsticketsunreadcountretrieve '{}' --json

posthog.posthog_dashboardtemplateslist

Dashboardtemplateslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_dashboardtemplateslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_dashboardtemplateslist '{}' --json

posthog.posthog_dashboardtemplatescreate

Dashboardtemplatescreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_dashboardtemplatescreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_dashboardtemplatescreate '{}' --json

posthog.posthog_dashboardtemplatesretrieve

Dashboardtemplatesretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_dashboardtemplatesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_dashboardtemplatesretrieve '{}' --json

posthog.posthog_dashboardtemplatesupdate

Dashboardtemplatesupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_dashboardtemplatesupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_dashboardtemplatesupdate '{}' --json

posthog.posthog_dashboardtemplatespartialupdate

Dashboardtemplatespartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_dashboardtemplatespartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_dashboardtemplatespartialupdate '{}' --json

posthog.posthog_dashboardtemplatesdestroy

Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_dashboardtemplatesdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_dashboardtemplatesdestroy '{}' --json

posthog.posthog_dashboardtemplatescopybetweenprojectscreate

Copy a team template to this project

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_dashboardtemplatescopybetweenprojectscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_dashboardtemplatescopybetweenprojectscreate '{}' --json

posthog.posthog_dashboardtemplatesjsonschemaretrieve

Dashboardtemplatesjsonschemaretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_dashboardtemplatesjsonschemaretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_dashboardtemplatesjsonschemaretrieve '{}' --json

posthog.posthog_dashboardslist

Dashboardslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_dashboardslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_dashboardslist '{}' --json

posthog.posthog_dashboardscreate

Dashboardscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_dashboardscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_dashboardscreate '{}' --json

posthog.posthog_dashboardscollaboratorslist

Dashboardscollaboratorslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_dashboardscollaboratorslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_dashboardscollaboratorslist '{}' --json

posthog.posthog_dashboardscollaboratorscreate

Dashboardscollaboratorscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_dashboardscollaboratorscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_dashboardscollaboratorscreate '{}' --json

posthog.posthog_dashboardscollaboratorsdestroy

Dashboardscollaboratorsdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_dashboardscollaboratorsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_dashboardscollaboratorsdestroy '{}' --json

posthog.posthog_dashboardssharinglist

Dashboardssharinglist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_dashboardssharinglist '{}' --json
Shortcut
kosmo integrations:posthog posthog_dashboardssharinglist '{}' --json

posthog.posthog_dashboardssharingpasswordscreate

Create a new password for the sharing configuration.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_dashboardssharingpasswordscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_dashboardssharingpasswordscreate '{}' --json

posthog.posthog_dashboardssharingpasswordsdestroy

Delete a password from the sharing configuration.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_dashboardssharingpasswordsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_dashboardssharingpasswordsdestroy '{}' --json

posthog.posthog_dashboardssharingrefreshcreate

Dashboardssharingrefreshcreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_dashboardssharingrefreshcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_dashboardssharingrefreshcreate '{}' --json

posthog.posthog_dashboardsretrieve

Dashboardsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_dashboardsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_dashboardsretrieve '{}' --json

posthog.posthog_dashboardsupdate

Dashboardsupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_dashboardsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_dashboardsupdate '{}' --json

posthog.posthog_dashboardspartialupdate

Dashboardspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_dashboardspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_dashboardspartialupdate '{}' --json

posthog.posthog_dashboardsdestroy

Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_dashboardsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_dashboardsdestroy '{}' --json

posthog.posthog_dashboardsanalyzerefreshresultcreate

Generate AI analysis comparing before/after dashboard refresh. Expects cachekey in request body pointing to the stored 'before' state.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_dashboardsanalyzerefreshresultcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_dashboardsanalyzerefreshresultcreate '{}' --json

posthog.posthog_dashboardscopytilecreate

Copy an existing dashboard tile to another dashboard (insight or text card; new tile row).

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_dashboardscopytilecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_dashboardscopytilecreate '{}' --json

posthog.posthog_dashboardsmovetilepartialupdate

Dashboardsmovetilepartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_dashboardsmovetilepartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_dashboardsmovetilepartialupdate '{}' --json

posthog.posthog_dashboardsreordertilescreate

Dashboardsreordertilescreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_dashboardsreordertilescreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_dashboardsreordertilescreate '{}' --json

posthog.posthog_dashboardsruninsightsretrieve

Run all insights on a dashboard and return their results.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_dashboardsruninsightsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_dashboardsruninsightsretrieve '{}' --json

posthog.posthog_dashboardssnapshotcreate

Snapshot the current dashboard state (from cache) for AI analysis. Returns a cachekey representing the 'before' state, to be used with analyzerefreshresult.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_dashboardssnapshotcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_dashboardssnapshotcreate '{}' --json

posthog.posthog_dashboardsstreamtilesretrieve

Stream dashboard metadata and tiles via Server-Sent Events. Sends metadata first, then tiles as they are rendered.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_dashboardsstreamtilesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_dashboardsstreamtilesretrieve '{}' --json

posthog.posthog_dashboardsbulkupdatetagscreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_dashboardsbulkupdatetagscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_dashboardsbulkupdatetagscreate '{}' --json

posthog.posthog_dashboardscreatefromtemplatejsoncreate

Dashboardscreatefromtemplatejsoncreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_dashboardscreatefromtemplatejsoncreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_dashboardscreatefromtemplatejsoncreate '{}' --json

posthog.posthog_dashboardscreateunlisteddashboardcreate

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.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_dashboardscreateunlisteddashboardcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_dashboardscreateunlisteddashboardcreate '{}' --json

posthog.posthog_datacolorthemeslist

Datacolorthemeslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_datacolorthemeslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_datacolorthemeslist '{}' --json

posthog.posthog_datacolorthemescreate

Datacolorthemescreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_datacolorthemescreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_datacolorthemescreate '{}' --json

posthog.posthog_datacolorthemesretrieve

Datacolorthemesretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_datacolorthemesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_datacolorthemesretrieve '{}' --json

posthog.posthog_datacolorthemesupdate

Datacolorthemesupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_datacolorthemesupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_datacolorthemesupdate '{}' --json

posthog.posthog_datacolorthemespartialupdate

Datacolorthemespartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_datacolorthemespartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_datacolorthemespartialupdate '{}' --json

posthog.posthog_datacolorthemesdestroy

Datacolorthemesdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_datacolorthemesdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_datacolorthemesdestroy '{}' --json

posthog.posthog_datamodelingjobslist

List data modeling jobs which are "runs" for our saved queries.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_datamodelingjobslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_datamodelingjobslist '{}' --json

posthog.posthog_datamodelingjobsretrieve

List data modeling jobs which are "runs" for our saved queries.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_datamodelingjobsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_datamodelingjobsretrieve '{}' --json

posthog.posthog_datamodelingjobsrecentretrieve

Get the most recent non-running job for each saved query from the v2 backend.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_datamodelingjobsrecentretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_datamodelingjobsrecentretrieve '{}' --json

posthog.posthog_datamodelingjobsrunningretrieve

Get all currently running jobs from the v2 backend.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_datamodelingjobsrunningretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_datamodelingjobsrunningretrieve '{}' --json

posthog.posthog_datawarehousecheckdatabasenameretrieve

Check if a database name is available.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_datawarehousecheckdatabasenameretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_datawarehousecheckdatabasenameretrieve '{}' --json

posthog.posthog_datawarehousecompletedactivityretrieve

Returns completed/non-running activities (jobs with status 'Completed'). Supports pagination and cutoff time filtering.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_datawarehousecompletedactivityretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_datawarehousecompletedactivityretrieve '{}' --json

posthog.posthog_datawarehousedatahealthissuesretrieve

Returns failed/disabled data pipeline items for the Pipeline status side panel. Includes: materializations, syncs, sources, destinations, and transformations.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_datawarehousedatahealthissuesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_datawarehousedatahealthissuesretrieve '{}' --json

posthog.posthog_datawarehousedataopsdashboardretrieve

Returns the data ops overview dashboard ID for this team, creating it if it doesn't exist yet.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_datawarehousedataopsdashboardretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_datawarehousedataopsdashboardretrieve '{}' --json

posthog.posthog_datawarehousedeprovisioncreate

Start deprovisioning the managed warehouse for this team.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_datawarehousedeprovisioncreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_datawarehousedeprovisioncreate '{}' --json

posthog.posthog_datawarehousejobstatsretrieve

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).

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_datawarehousejobstatsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_datawarehousejobstatsretrieve '{}' --json

posthog.posthog_datawarehousepropertyvaluesretrieve

API endpoints for data warehouse aggregate statistics and operations.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_datawarehousepropertyvaluesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_datawarehousepropertyvaluesretrieve '{}' --json

posthog.posthog_datawarehouseprovisioncreate

Start provisioning a managed warehouse for this team.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_datawarehouseprovisioncreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_datawarehouseprovisioncreate '{}' --json

posthog.posthog_datawarehouseresetpasswordcreate

Reset the root password for the managed warehouse.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_datawarehouseresetpasswordcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_datawarehouseresetpasswordcreate '{}' --json

posthog.posthog_datawarehouserunningactivityretrieve

Returns currently running activities (jobs with status 'Running'). Supports pagination and cutoff time filtering.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_datawarehouserunningactivityretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_datawarehouserunningactivityretrieve '{}' --json

posthog.posthog_datawarehousetotalrowsstatsretrieve

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.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_datawarehousetotalrowsstatsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_datawarehousetotalrowsstatsretrieve '{}' --json

posthog.posthog_datawarehousewarehousestatusretrieve

Get the current provisioning status of the managed warehouse.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_datawarehousewarehousestatusretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_datawarehousewarehousestatusretrieve '{}' --json

posthog.posthog_datasetitemslist

Datasetitemslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_datasetitemslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_datasetitemslist '{}' --json

posthog.posthog_datasetitemscreate

Datasetitemscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_datasetitemscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_datasetitemscreate '{}' --json

posthog.posthog_datasetitemsretrieve

Datasetitemsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_datasetitemsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_datasetitemsretrieve '{}' --json

posthog.posthog_datasetitemsupdate

Datasetitemsupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_datasetitemsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_datasetitemsupdate '{}' --json

posthog.posthog_datasetitemspartialupdate

Datasetitemspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_datasetitemspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_datasetitemspartialupdate '{}' --json

posthog.posthog_datasetitemsdestroy

Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_datasetitemsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_datasetitemsdestroy '{}' --json

posthog.posthog_datasetslist

Datasetslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_datasetslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_datasetslist '{}' --json

posthog.posthog_datasetscreate

Datasetscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_datasetscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_datasetscreate '{}' --json

posthog.posthog_datasetsretrieve

Datasetsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_datasetsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_datasetsretrieve '{}' --json

posthog.posthog_datasetsupdate

Datasetsupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_datasetsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_datasetsupdate '{}' --json

posthog.posthog_datasetspartialupdate

Datasetspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_datasetspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_datasetspartialupdate '{}' --json

posthog.posthog_datasetsdestroy

Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_datasetsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_datasetsdestroy '{}' --json

posthog.posthog_earlyaccessfeaturelist

Earlyaccessfeaturelist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_earlyaccessfeaturelist '{}' --json
Shortcut
kosmo integrations:posthog posthog_earlyaccessfeaturelist '{}' --json

posthog.posthog_earlyaccessfeaturecreate

Earlyaccessfeaturecreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_earlyaccessfeaturecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_earlyaccessfeaturecreate '{}' --json

posthog.posthog_earlyaccessfeatureretrieve

Earlyaccessfeatureretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_earlyaccessfeatureretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_earlyaccessfeatureretrieve '{}' --json

posthog.posthog_earlyaccessfeatureupdate

Earlyaccessfeatureupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_earlyaccessfeatureupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_earlyaccessfeatureupdate '{}' --json

posthog.posthog_earlyaccessfeaturepartialupdate

Earlyaccessfeaturepartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_earlyaccessfeaturepartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_earlyaccessfeaturepartialupdate '{}' --json

posthog.posthog_earlyaccessfeaturedestroy

Earlyaccessfeaturedestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_earlyaccessfeaturedestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_earlyaccessfeaturedestroy '{}' --json

posthog.posthog_elementslist

Elementslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_elementslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_elementslist '{}' --json

posthog.posthog_elementscreate

Elementscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_elementscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_elementscreate '{}' --json

posthog.posthog_elementsretrieve

Elementsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_elementsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_elementsretrieve '{}' --json

posthog.posthog_elementsupdate

Elementsupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_elementsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_elementsupdate '{}' --json

posthog.posthog_elementspartialupdate

Elementspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_elementspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_elementspartialupdate '{}' --json

posthog.posthog_elementsdestroy

Elementsdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_elementsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_elementsdestroy '{}' --json

posthog.posthog_elementsstatsretrieve

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_elementsstatsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_elementsstatsretrieve '{}' --json

posthog.posthog_elementsvaluesretrieve

Elementsvaluesretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_elementsvaluesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_elementsvaluesretrieve '{}' --json

posthog.posthog_endpointslist

List all endpoints for the team.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_endpointslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_endpointslist '{}' --json

posthog.posthog_endpointscreate

Create a new endpoint.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_endpointscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_endpointscreate '{}' --json

posthog.posthog_endpointsretrieve

Retrieve an endpoint, or a specific version via ?version=N.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_endpointsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_endpointsretrieve '{}' --json

posthog.posthog_endpointsupdate

Update an existing endpoint. Parameters are optional. Pass version in body or ?version=N query param to target a specific version.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_endpointsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_endpointsupdate '{}' --json

posthog.posthog_endpointspartialupdate

Update an existing endpoint.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_endpointspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_endpointspartialupdate '{}' --json

posthog.posthog_endpointsdestroy

Delete an endpoint and clean up materialized query.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_endpointsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_endpointsdestroy '{}' --json

posthog.posthog_endpointsmaterializationpreviewcreate

Preview the materialization transform for an endpoint. Shows what the query will look like after materialization, including range pair detection and bucket functions.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_endpointsmaterializationpreviewcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_endpointsmaterializationpreviewcreate '{}' --json

posthog.posthog_endpointsmaterializationstatusretrieve

Get materialization status for an endpoint. Supports ?version=N query param.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_endpointsmaterializationstatusretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_endpointsmaterializationstatusretrieve '{}' --json

posthog.posthog_endpointsopenapi_jsonretrieve

Get OpenAPI 3.0 specification for this endpoint. Use this to generate typed SDK clients.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_endpointsopenapi_jsonretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_endpointsopenapi_jsonretrieve '{}' --json

posthog.posthog_endpointsrunretrieve

Execute endpoint with optional materialization. Supports version parameter, runs latest version if not set.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_endpointsrunretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_endpointsrunretrieve '{}' --json

posthog.posthog_endpointsruncreate

Execute endpoint with optional materialization. Supports version parameter, runs latest version if not set.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_endpointsruncreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_endpointsruncreate '{}' --json

posthog.posthog_endpointsversionslist

List all versions for an endpoint.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_endpointsversionslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_endpointsversionslist '{}' --json

posthog.posthog_endpointslastexecutiontimescreate

Get the last execution times in the past 6 months for multiple endpoints.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_endpointslastexecutiontimescreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_endpointslastexecutiontimescreate '{}' --json

posthog.posthog_environmentslist

Deprecated: use /api/environments/{id}/ instead.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentslist '{}' --json

posthog.posthog_environmentscreate

Deprecated: use /api/environments/{id}/ instead.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentscreate '{}' --json

posthog.posthog_environmentsretrieve

Deprecated: use /api/environments/{id}/ instead.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsretrieve '{}' --json

posthog.posthog_environmentsupdate

Deprecated: use /api/environments/{id}/ instead.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsupdate '{}' --json

posthog.posthog_environmentspartialupdate

Deprecated: use /api/environments/{id}/ instead.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentspartialupdate '{}' --json

posthog.posthog_environmentsdestroy

Deprecated: use /api/environments/{id}/ instead.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdestroy '{}' --json

posthog.posthog_environmentsactivityretrieve

Deprecated: use /api/environments/{id}/ instead.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsactivityretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsactivityretrieve '{}' --json

posthog.posthog_environmentsaddproductintentpartialupdate

Deprecated: use /api/environments/{id}/ instead.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsaddproductintentpartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsaddproductintentpartialupdate '{}' --json

posthog.posthog_environmentscompleteproductonboardingpartialupdate

Deprecated: use /api/environments/{id}/ instead.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentscompleteproductonboardingpartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentscompleteproductonboardingpartialupdate '{}' --json

posthog.posthog_environmentsdefaultevaluationcontextsretrieve

Manage default evaluation contexts for a team.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdefaultevaluationcontextsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdefaultevaluationcontextsretrieve '{}' --json

posthog.posthog_environmentsdefaultevaluationcontextscreate

Manage default evaluation contexts for a team.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdefaultevaluationcontextscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdefaultevaluationcontextscreate '{}' --json

posthog.posthog_environmentsdefaultevaluationcontextsdestroy

Manage default evaluation contexts for a team.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdefaultevaluationcontextsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdefaultevaluationcontextsdestroy '{}' --json

posthog.posthog_environmentsdefaultreleaseconditionsretrieve

Manage default release conditions for new feature flags in this team.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdefaultreleaseconditionsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdefaultreleaseconditionsretrieve '{}' --json

posthog.posthog_environmentsdefaultreleaseconditionsupdate

Manage default release conditions for new feature flags in this team.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdefaultreleaseconditionsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdefaultreleaseconditionsupdate '{}' --json

posthog.posthog_environmentsdeletesecrettokenbackuppartialupdate

Deprecated: use /api/environments/{id}/ instead.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsdeletesecrettokenbackuppartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsdeletesecrettokenbackuppartialupdate '{}' --json

posthog.posthog_environmentseventingestionrestrictionsretrieve

Deprecated: use /api/environments/{id}/ instead.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentseventingestionrestrictionsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentseventingestionrestrictionsretrieve '{}' --json

posthog.posthog_environmentsexperimentsconfigretrieve

Manage experiment configuration for this environment.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsexperimentsconfigretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsexperimentsconfigretrieve '{}' --json

posthog.posthog_environmentsexperimentsconfigpartialupdate

Manage experiment configuration for this environment.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsexperimentsconfigpartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsexperimentsconfigpartialupdate '{}' --json

posthog.posthog_environmentsgenerateconversationspublictokencreate

Deprecated: use /api/environments/{id}/ instead.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsgenerateconversationspublictokencreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsgenerateconversationspublictokencreate '{}' --json

posthog.posthog_environmentsisgeneratingdemodataretrieve

Deprecated: use /api/environments/{id}/ instead.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsisgeneratingdemodataretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsisgeneratingdemodataretrieve '{}' --json

posthog.posthog_environmentsresettokenpartialupdate

Deprecated: use /api/environments/{id}/ instead.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsresettokenpartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsresettokenpartialupdate '{}' --json

posthog.posthog_environmentsrotatesecrettokenpartialupdate

Deprecated: use /api/environments/{id}/ instead.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentsrotatesecrettokenpartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentsrotatesecrettokenpartialupdate '{}' --json

posthog.posthog_environmentssettingsasofretrieve

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

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_environmentssettingsasofretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_environmentssettingsasofretrieve '{}' --json

posthog.posthog_errortrackingreleaseslist

Errortrackingreleaseslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingreleaseslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingreleaseslist '{}' --json

posthog.posthog_errortrackingreleasescreate

Errortrackingreleasescreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingreleasescreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingreleasescreate '{}' --json

posthog.posthog_errortrackingreleasesretrieve

Errortrackingreleasesretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingreleasesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingreleasesretrieve '{}' --json

posthog.posthog_errortrackingreleasesupdate

Errortrackingreleasesupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingreleasesupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingreleasesupdate '{}' --json

posthog.posthog_errortrackingreleasespartialupdate

Errortrackingreleasespartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingreleasespartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingreleasespartialupdate '{}' --json

posthog.posthog_errortrackingreleasesdestroy

Errortrackingreleasesdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingreleasesdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingreleasesdestroy '{}' --json

posthog.posthog_errortrackingreleaseshashretrieve

Errortrackingreleaseshashretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingreleaseshashretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingreleaseshashretrieve '{}' --json

posthog.posthog_errortrackingsymbolsetslist

Errortrackingsymbolsetslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingsymbolsetslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingsymbolsetslist '{}' --json

posthog.posthog_errortrackingsymbolsetscreate

Errortrackingsymbolsetscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingsymbolsetscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingsymbolsetscreate '{}' --json

posthog.posthog_errortrackingsymbolsetsretrieve

Errortrackingsymbolsetsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingsymbolsetsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingsymbolsetsretrieve '{}' --json

posthog.posthog_errortrackingsymbolsetsupdate

Errortrackingsymbolsetsupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingsymbolsetsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingsymbolsetsupdate '{}' --json

posthog.posthog_errortrackingsymbolsetspartialupdate

Errortrackingsymbolsetspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingsymbolsetspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingsymbolsetspartialupdate '{}' --json

posthog.posthog_errortrackingsymbolsetsdestroy

Errortrackingsymbolsetsdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingsymbolsetsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingsymbolsetsdestroy '{}' --json

posthog.posthog_errortrackingsymbolsetsdownloadretrieve

Return a presigned URL for downloading the symbol set's source map.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingsymbolsetsdownloadretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingsymbolsetsdownloadretrieve '{}' --json

posthog.posthog_errortrackingsymbolsetsfinishuploadupdate

Errortrackingsymbolsetsfinishuploadupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingsymbolsetsfinishuploadupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingsymbolsetsfinishuploadupdate '{}' --json

posthog.posthog_errortrackingsymbolsetsbulkdeletecreate

Errortrackingsymbolsetsbulkdeletecreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingsymbolsetsbulkdeletecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingsymbolsetsbulkdeletecreate '{}' --json

posthog.posthog_errortrackingsymbolsetsbulkfinishuploadcreate

Errortrackingsymbolsetsbulkfinishuploadcreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingsymbolsetsbulkfinishuploadcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingsymbolsetsbulkfinishuploadcreate '{}' --json

posthog.posthog_errortrackingsymbolsetsbulkstartuploadcreate

Errortrackingsymbolsetsbulkstartuploadcreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingsymbolsetsbulkstartuploadcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingsymbolsetsbulkstartuploadcreate '{}' --json

posthog.posthog_errortrackingsymbolsetsstartuploadcreate

Errortrackingsymbolsetsstartuploadcreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_errortrackingsymbolsetsstartuploadcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_errortrackingsymbolsetsstartuploadcreate '{}' --json

posthog.posthog_eventdefinitionslist

Eventdefinitionslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_eventdefinitionslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_eventdefinitionslist '{}' --json

posthog.posthog_eventdefinitionscreate

Eventdefinitionscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_eventdefinitionscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_eventdefinitionscreate '{}' --json

posthog.posthog_eventdefinitionsretrieve

Eventdefinitionsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_eventdefinitionsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_eventdefinitionsretrieve '{}' --json

posthog.posthog_eventdefinitionsupdate

Eventdefinitionsupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_eventdefinitionsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_eventdefinitionsupdate '{}' --json

posthog.posthog_eventdefinitionspartialupdate

Eventdefinitionspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_eventdefinitionspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_eventdefinitionspartialupdate '{}' --json

posthog.posthog_eventdefinitionsdestroy

Eventdefinitionsdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_eventdefinitionsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_eventdefinitionsdestroy '{}' --json

posthog.posthog_eventdefinitionsmetricsretrieve

Eventdefinitionsmetricsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_eventdefinitionsmetricsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_eventdefinitionsmetricsretrieve '{}' --json

posthog.posthog_eventdefinitionsbulkupdatetagscreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_eventdefinitionsbulkupdatetagscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_eventdefinitionsbulkupdatetagscreate '{}' --json

posthog.posthog_eventdefinitionsbynameretrieve

Get event definition by exact name

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_eventdefinitionsbynameretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_eventdefinitionsbynameretrieve '{}' --json

posthog.posthog_eventdefinitionsgolangretrieve

Eventdefinitionsgolangretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_eventdefinitionsgolangretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_eventdefinitionsgolangretrieve '{}' --json

posthog.posthog_eventdefinitionsprimarypropertiesretrieve

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_eventdefinitionsprimarypropertiesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_eventdefinitionsprimarypropertiesretrieve '{}' --json

posthog.posthog_eventdefinitionspythonretrieve

Eventdefinitionspythonretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_eventdefinitionspythonretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_eventdefinitionspythonretrieve '{}' --json

posthog.posthog_eventdefinitionstypescriptretrieve

Eventdefinitionstypescriptretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_eventdefinitionstypescriptretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_eventdefinitionstypescriptretrieve '{}' --json

posthog.posthog_eventschemaslist

Eventschemaslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_eventschemaslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_eventschemaslist '{}' --json

posthog.posthog_eventschemascreate

Eventschemascreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_eventschemascreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_eventschemascreate '{}' --json

posthog.posthog_eventschemasupdate

Eventschemasupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_eventschemasupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_eventschemasupdate '{}' --json

posthog.posthog_eventschemaspartialupdate

Eventschemaspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_eventschemaspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_eventschemaspartialupdate '{}' --json

posthog.posthog_eventschemasdestroy

Eventschemasdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_eventschemasdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_eventschemasdestroy '{}' --json

posthog.posthog_eventslist

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_eventslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_eventslist '{}' --json

posthog.posthog_eventsretrieve

Eventsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_eventsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_eventsretrieve '{}' --json

posthog.posthog_eventsvaluesretrieve

Eventsvaluesretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_eventsvaluesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_eventsvaluesretrieve '{}' --json

posthog.posthog_experimentholdoutslist

Experimentholdoutslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_experimentholdoutslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_experimentholdoutslist '{}' --json

posthog.posthog_experimentholdoutscreate

Experimentholdoutscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_experimentholdoutscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_experimentholdoutscreate '{}' --json

posthog.posthog_experimentholdoutsretrieve

Experimentholdoutsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_experimentholdoutsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_experimentholdoutsretrieve '{}' --json

posthog.posthog_experimentholdoutsupdate

Experimentholdoutsupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_experimentholdoutsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_experimentholdoutsupdate '{}' --json

posthog.posthog_experimentholdoutspartialupdate

Experimentholdoutspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_experimentholdoutspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_experimentholdoutspartialupdate '{}' --json

posthog.posthog_experimentholdoutsdestroy

Experimentholdoutsdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_experimentholdoutsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_experimentholdoutsdestroy '{}' --json

posthog.posthog_experimentsavedmetricslist

Experimentsavedmetricslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_experimentsavedmetricslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_experimentsavedmetricslist '{}' --json

posthog.posthog_experimentsavedmetricscreate

Experimentsavedmetricscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_experimentsavedmetricscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_experimentsavedmetricscreate '{}' --json

posthog.posthog_experimentsavedmetricsretrieve

Experimentsavedmetricsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_experimentsavedmetricsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_experimentsavedmetricsretrieve '{}' --json

posthog.posthog_experimentsavedmetricsupdate

Experimentsavedmetricsupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_experimentsavedmetricsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_experimentsavedmetricsupdate '{}' --json

posthog.posthog_experimentsavedmetricspartialupdate

Experimentsavedmetricspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_experimentsavedmetricspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_experimentsavedmetricspartialupdate '{}' --json

posthog.posthog_experimentsavedmetricsdestroy

Experimentsavedmetricsdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_experimentsavedmetricsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_experimentsavedmetricsdestroy '{}' --json

posthog.posthog_experimentslist

List experiments for the current project. Supports filtering by status and archival state.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_experimentslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_experimentslist '{}' --json

posthog.posthog_experimentscreate

Create a new experiment in draft status with optional metrics.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_experimentscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_experimentscreate '{}' --json

posthog.posthog_experimentsretrieve

Retrieve a single experiment by ID, including its current status, metrics, feature flag, and results metadata.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_experimentsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_experimentsretrieve '{}' --json

posthog.posthog_experimentsupdate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_experimentsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_experimentsupdate '{}' --json

posthog.posthog_experimentspartialupdate

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.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_experimentspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_experimentspartialupdate '{}' --json

posthog.posthog_experimentsdestroy

Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_experimentsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_experimentsdestroy '{}' --json

posthog.posthog_experimentsarchivecreate

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.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_experimentsarchivecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_experimentsarchivecreate '{}' --json

posthog.posthog_experimentscopytoprojectcreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_experimentscopytoprojectcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_experimentscopytoprojectcreate '{}' --json

posthog.posthog_experimentscreateexposurecohortforexperimentcreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_experimentscreateexposurecohortforexperimentcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_experimentscreateexposurecohortforexperimentcreate '{}' --json

posthog.posthog_experimentsduplicatecreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_experimentsduplicatecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_experimentsduplicatecreate '{}' --json

posthog.posthog_experimentsendcreate

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....

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_experimentsendcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_experimentsendcreate '{}' --json

posthog.posthog_experimentslaunchcreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_experimentslaunchcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_experimentslaunchcreate '{}' --json

posthog.posthog_experimentspausecreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_experimentspausecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_experimentspausecreate '{}' --json

posthog.posthog_experimentsrecalculatetimeseriescreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_experimentsrecalculatetimeseriescreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_experimentsrecalculatetimeseriescreate '{}' --json

posthog.posthog_experimentsresetcreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_experimentsresetcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_experimentsresetcreate '{}' --json

posthog.posthog_experimentsresumecreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_experimentsresumecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_experimentsresumecreate '{}' --json

posthog.posthog_experimentsshipvariantcreate

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-...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_experimentsshipvariantcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_experimentsshipvariantcreate '{}' --json

posthog.posthog_experimentstimeseriesresultsretrieve

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_experimentstimeseriesresultsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_experimentstimeseriesresultsretrieve '{}' --json

posthog.posthog_experimentsunarchivecreate

Unarchive an archived experiment. Restores the experiment to the default list view. Returns 400 if the experiment is not currently archived.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_experimentsunarchivecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_experimentsunarchivecreate '{}' --json

posthog.posthog_experimentseligiblefeatureflagsretrieve

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) -...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_experimentseligiblefeatureflagsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_experimentseligiblefeatureflagsretrieve '{}' --json

posthog.posthog_experimentsrequiresflagimplementationretrieve

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_experimentsrequiresflagimplementationretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_experimentsrequiresflagimplementationretrieve '{}' --json

posthog.posthog_experimentsstatsretrieve

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_experimentsstatsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_experimentsstatsretrieve '{}' --json

posthog.posthog_exportslist

Exportslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_exportslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_exportslist '{}' --json

posthog.posthog_exportscreate

Exportscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_exportscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_exportscreate '{}' --json

posthog.posthog_exportsretrieve

Exportsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_exportsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_exportsretrieve '{}' --json

posthog.posthog_exportscontentretrieve

Exportscontentretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_exportscontentretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_exportscontentretrieve '{}' --json

posthog.posthog_externaldataschemaslist

Externaldataschemaslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_externaldataschemaslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_externaldataschemaslist '{}' --json

posthog.posthog_externaldataschemascreate

Externaldataschemascreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_externaldataschemascreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_externaldataschemascreate '{}' --json

posthog.posthog_externaldataschemasretrieve

Externaldataschemasretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_externaldataschemasretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_externaldataschemasretrieve '{}' --json

posthog.posthog_externaldataschemasupdate

Externaldataschemasupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_externaldataschemasupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_externaldataschemasupdate '{}' --json

posthog.posthog_externaldataschemaspartialupdate

Externaldataschemaspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_externaldataschemaspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_externaldataschemaspartialupdate '{}' --json

posthog.posthog_externaldataschemasdestroy

Externaldataschemasdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_externaldataschemasdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_externaldataschemasdestroy '{}' --json

posthog.posthog_externaldataschemascancelcreate

Externaldataschemascancelcreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_externaldataschemascancelcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_externaldataschemascancelcreate '{}' --json

posthog.posthog_externaldataschemasdeletedatadestroy

Externaldataschemasdeletedatadestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_externaldataschemasdeletedatadestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_externaldataschemasdeletedatadestroy '{}' --json

posthog.posthog_externaldataschemasincrementalfieldscreate

Externaldataschemasincrementalfieldscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_externaldataschemasincrementalfieldscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_externaldataschemasincrementalfieldscreate '{}' --json

posthog.posthog_externaldataschemasreloadcreate

Externaldataschemasreloadcreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_externaldataschemasreloadcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_externaldataschemasreloadcreate '{}' --json

posthog.posthog_externaldataschemasresynccreate

Externaldataschemasresynccreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_externaldataschemasresynccreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_externaldataschemasresynccreate '{}' --json

posthog.posthog_externaldatasourceslist

Create, Read, Update and Delete External data Sources.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_externaldatasourceslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_externaldatasourceslist '{}' --json

posthog.posthog_externaldatasourcescreate

Create, Read, Update and Delete External data Sources.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_externaldatasourcescreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_externaldatasourcescreate '{}' --json

posthog.posthog_externaldatasourcesretrieve

Create, Read, Update and Delete External data Sources.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_externaldatasourcesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_externaldatasourcesretrieve '{}' --json

posthog.posthog_externaldatasourcesupdate

Create, Read, Update and Delete External data Sources.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_externaldatasourcesupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_externaldatasourcesupdate '{}' --json

posthog.posthog_externaldatasourcespartialupdate

Create, Read, Update and Delete External data Sources.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_externaldatasourcespartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_externaldatasourcespartialupdate '{}' --json

posthog.posthog_externaldatasourcesdestroy

Create, Read, Update and Delete External data Sources.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_externaldatasourcesdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_externaldatasourcesdestroy '{}' --json

posthog.posthog_externaldatasourcesbulkupdateschemaspartialupdate

Create, Read, Update and Delete External data Sources.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_externaldatasourcesbulkupdateschemaspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_externaldatasourcesbulkupdateschemaspartialupdate '{}' --json

posthog.posthog_externaldatasourcescreatewebhookcreate

Create, Read, Update and Delete External data Sources.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_externaldatasourcescreatewebhookcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_externaldatasourcescreatewebhookcreate '{}' --json

posthog.posthog_externaldatasourcesdeletewebhookcreate

Create, Read, Update and Delete External data Sources.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_externaldatasourcesdeletewebhookcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_externaldatasourcesdeletewebhookcreate '{}' --json

posthog.posthog_externaldatasourcesjobsretrieve

Create, Read, Update and Delete External data Sources.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_externaldatasourcesjobsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_externaldatasourcesjobsretrieve '{}' --json

posthog.posthog_externaldatasourcesrefreshschemascreate

Fetch current schema/table list from the source and create any new ExternalDataSchema rows (no data sync).

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_externaldatasourcesrefreshschemascreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_externaldatasourcesrefreshschemascreate '{}' --json

posthog.posthog_externaldatasourcesreloadcreate

Create, Read, Update and Delete External data Sources.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_externaldatasourcesreloadcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_externaldatasourcesreloadcreate '{}' --json

posthog.posthog_externaldatasourcesrevenueanalyticsconfigpartialupdate

Update the revenue analytics configuration and return the full external data source.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_externaldatasourcesrevenueanalyticsconfigpartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_externaldatasourcesrevenueanalyticsconfigpartialupdate '{}' --json

posthog.posthog_externaldatasourcesupdatewebhookinputscreate

Create, Read, Update and Delete External data Sources.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_externaldatasourcesupdatewebhookinputscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_externaldatasourcesupdatewebhookinputscreate '{}' --json

posthog.posthog_externaldatasourceswebhookinforetrieve

Create, Read, Update and Delete External data Sources.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_externaldatasourceswebhookinforetrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_externaldatasourceswebhookinforetrieve '{}' --json

posthog.posthog_externaldatasourcescheckcdcprerequisitescreate

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.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_externaldatasourcescheckcdcprerequisitescreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_externaldatasourcescheckcdcprerequisitescreate '{}' --json

posthog.posthog_externaldatasourcesconnectionslist

Create, Read, Update and Delete External data Sources.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_externaldatasourcesconnectionslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_externaldatasourcesconnectionslist '{}' --json

posthog.posthog_externaldatasourcesdatabaseschemacreate

Create, Read, Update and Delete External data Sources.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_externaldatasourcesdatabaseschemacreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_externaldatasourcesdatabaseschemacreate '{}' --json

posthog.posthog_externaldatasourcessourceprefixcreate

Create, Read, Update and Delete External data Sources.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_externaldatasourcessourceprefixcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_externaldatasourcessourceprefixcreate '{}' --json

posthog.posthog_externaldatasourceswizardretrieve

Create, Read, Update and Delete External data Sources.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_externaldatasourceswizardretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_externaldatasourceswizardretrieve '{}' --json

posthog.posthog_featureflagslist

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_featureflagslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_featureflagslist '{}' --json

posthog.posthog_featureflagscreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_featureflagscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_featureflagscreate '{}' --json

posthog.posthog_featureflagsretrieve

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_featureflagsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_featureflagsretrieve '{}' --json

posthog.posthog_featureflagsupdate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_featureflagsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_featureflagsupdate '{}' --json

posthog.posthog_featureflagspartialupdate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_featureflagspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_featureflagspartialupdate '{}' --json

posthog.posthog_featureflagsdestroy

Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_featureflagsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_featureflagsdestroy '{}' --json

posthog.posthog_featureflagsactivityretrieve

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_featureflagsactivityretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_featureflagsactivityretrieve '{}' --json

posthog.posthog_featureflagscreatestaticcohortforflagcreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_featureflagscreatestaticcohortforflagcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_featureflagscreatestaticcohortforflagcreate '{}' --json

posthog.posthog_featureflagsdashboardcreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_featureflagsdashboardcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_featureflagsdashboardcreate '{}' --json

posthog.posthog_featureflagsdependentflagslist

Get other active flags that depend on this flag.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_featureflagsdependentflagslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_featureflagsdependentflagslist '{}' --json

posthog.posthog_featureflagsenrichusagedashboardcreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_featureflagsenrichusagedashboardcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_featureflagsenrichusagedashboardcreate '{}' --json

posthog.posthog_featureflagsremoteconfigretrieve

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_featureflagsremoteconfigretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_featureflagsremoteconfigretrieve '{}' --json

posthog.posthog_featureflagsstatusretrieve

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_featureflagsstatusretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_featureflagsstatusretrieve '{}' --json

posthog.posthog_featureflagstestevaluationcreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_featureflagstestevaluationcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_featureflagstestevaluationcreate '{}' --json

posthog.posthog_featureflagsversionsretrieve

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_featureflagsversionsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_featureflagsversionsretrieve '{}' --json

posthog.posthog_featureflagsallactivityretrieve

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_featureflagsallactivityretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_featureflagsallactivityretrieve '{}' --json

posthog.posthog_featureflagsbulkdeletecreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_featureflagsbulkdeletecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_featureflagsbulkdeletecreate '{}' --json

posthog.posthog_featureflagsbulkkeyscreate

Get feature flag keys by IDs. Accepts a list of feature flag IDs and returns a mapping of ID to key.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_featureflagsbulkkeyscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_featureflagsbulkkeyscreate '{}' --json

posthog.posthog_featureflagsbulkupdatetagscreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_featureflagsbulkupdatetagscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_featureflagsbulkupdatetagscreate '{}' --json

posthog.posthog_featureflagsevaluationreasonsretrieve

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_featureflagsevaluationreasonsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_featureflagsevaluationreasonsretrieve '{}' --json

posthog.posthog_featureflagslocalevaluationretrieve

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_featureflagslocalevaluationretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_featureflagslocalevaluationretrieve '{}' --json

posthog.posthog_featureflagsmatchingidsretrieve

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.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_featureflagsmatchingidsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_featureflagsmatchingidsretrieve '{}' --json

posthog.posthog_featureflagsmyflagsretrieve

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_featureflagsmyflagsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_featureflagsmyflagsretrieve '{}' --json

posthog.posthog_featureflagsuserblastradiuscreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_featureflagsuserblastradiuscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_featureflagsuserblastradiuscreate '{}' --json

posthog.posthog_filesystemlist

Filesystemlist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_filesystemlist '{}' --json
Shortcut
kosmo integrations:posthog posthog_filesystemlist '{}' --json

posthog.posthog_filesystemcreate

Filesystemcreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_filesystemcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_filesystemcreate '{}' --json

posthog.posthog_filesystemretrieve

Filesystemretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_filesystemretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_filesystemretrieve '{}' --json

posthog.posthog_filesystemupdate

Filesystemupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_filesystemupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_filesystemupdate '{}' --json

posthog.posthog_filesystempartialupdate

Filesystempartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_filesystempartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_filesystempartialupdate '{}' --json

posthog.posthog_filesystemdestroy

Filesystemdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_filesystemdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_filesystemdestroy '{}' --json

posthog.posthog_filesystemcountcreate

Get count of all files in a folder.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_filesystemcountcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_filesystemcountcreate '{}' --json

posthog.posthog_filesystemlinkcreate

Filesystemlinkcreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_filesystemlinkcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_filesystemlinkcreate '{}' --json

posthog.posthog_filesystemmovecreate

Filesystemmovecreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_filesystemmovecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_filesystemmovecreate '{}' --json

posthog.posthog_filesystemcountbypathcreate

Get count of all files in a folder.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_filesystemcountbypathcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_filesystemcountbypathcreate '{}' --json

posthog.posthog_filesystemlogviewretrieve

Filesystemlogviewretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_filesystemlogviewretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_filesystemlogviewretrieve '{}' --json

posthog.posthog_filesystemlogviewcreate

Filesystemlogviewcreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_filesystemlogviewcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_filesystemlogviewcreate '{}' --json

posthog.posthog_filesystemundodeletecreate

Filesystemundodeletecreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_filesystemundodeletecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_filesystemundodeletecreate '{}' --json

posthog.posthog_filesystemunfiledretrieve

Filesystemunfiledretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_filesystemunfiledretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_filesystemunfiledretrieve '{}' --json

posthog.posthog_filesystemshortcutlist

Filesystemshortcutlist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_filesystemshortcutlist '{}' --json
Shortcut
kosmo integrations:posthog posthog_filesystemshortcutlist '{}' --json

posthog.posthog_filesystemshortcutcreate

Filesystemshortcutcreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_filesystemshortcutcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_filesystemshortcutcreate '{}' --json

posthog.posthog_filesystemshortcutretrieve

Filesystemshortcutretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_filesystemshortcutretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_filesystemshortcutretrieve '{}' --json

posthog.posthog_filesystemshortcutupdate

Filesystemshortcutupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_filesystemshortcutupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_filesystemshortcutupdate '{}' --json

posthog.posthog_filesystemshortcutpartialupdate

Filesystemshortcutpartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_filesystemshortcutpartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_filesystemshortcutpartialupdate '{}' --json

posthog.posthog_filesystemshortcutdestroy

Filesystemshortcutdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_filesystemshortcutdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_filesystemshortcutdestroy '{}' --json

posthog.posthog_filesystemshortcutreordercreate

Set the display order of the current user's shortcuts. orderedids becomes the new top-to-bottom order; any unknown IDs are rejected.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_filesystemshortcutreordercreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_filesystemshortcutreordercreate '{}' --json

posthog.posthog_flagvaluevaluesretrieve

Get possible values for a feature flag. Query parameters: - key: The flag ID (required) Returns: - Array of objects with 'name' field containing possible values

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_flagvaluevaluesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_flagvaluevaluesretrieve '{}' --json

posthog.posthog_groupslist

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/

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_groupslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_groupslist '{}' --json

posthog.posthog_groupscreate

Groupscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_groupscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_groupscreate '{}' --json

posthog.posthog_groupsactivityretrieve

Groupsactivityretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_groupsactivityretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_groupsactivityretrieve '{}' --json

posthog.posthog_groupsdeletepropertycreate

Groupsdeletepropertycreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_groupsdeletepropertycreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_groupsdeletepropertycreate '{}' --json

posthog.posthog_groupsfindretrieve

Groupsfindretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_groupsfindretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_groupsfindretrieve '{}' --json

posthog.posthog_groupspropertydefinitionsretrieve

Groupspropertydefinitionsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_groupspropertydefinitionsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_groupspropertydefinitionsretrieve '{}' --json

posthog.posthog_groupspropertyvaluesretrieve

Groupspropertyvaluesretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_groupspropertyvaluesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_groupspropertyvaluesretrieve '{}' --json

posthog.posthog_groupsrelatedretrieve

Groupsrelatedretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_groupsrelatedretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_groupsrelatedretrieve '{}' --json

posthog.posthog_groupsupdatepropertycreate

Groupsupdatepropertycreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_groupsupdatepropertycreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_groupsupdatepropertycreate '{}' --json

posthog.posthog_groupstypeslist

Groupstypeslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_groupstypeslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_groupstypeslist '{}' --json

posthog.posthog_groupstypesdestroy

Groupstypesdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_groupstypesdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_groupstypesdestroy '{}' --json

posthog.posthog_groupstypesmetricslist

Groupstypesmetricslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_groupstypesmetricslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_groupstypesmetricslist '{}' --json

posthog.posthog_groupstypesmetricscreate

Groupstypesmetricscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_groupstypesmetricscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_groupstypesmetricscreate '{}' --json

posthog.posthog_groupstypesmetricsretrieve

Groupstypesmetricsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_groupstypesmetricsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_groupstypesmetricsretrieve '{}' --json

posthog.posthog_groupstypesmetricsupdate

Groupstypesmetricsupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_groupstypesmetricsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_groupstypesmetricsupdate '{}' --json

posthog.posthog_groupstypesmetricspartialupdate

Groupstypesmetricspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_groupstypesmetricspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_groupstypesmetricspartialupdate '{}' --json

posthog.posthog_groupstypesmetricsdestroy

Groupstypesmetricsdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_groupstypesmetricsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_groupstypesmetricsdestroy '{}' --json

posthog.posthog_groupstypescreatedetaildashboardupdate

Groupstypescreatedetaildashboardupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_groupstypescreatedetaildashboardupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_groupstypescreatedetaildashboardupdate '{}' --json

posthog.posthog_groupstypessetdefaultcolumnsupdate

Groupstypessetdefaultcolumnsupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_groupstypessetdefaultcolumnsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_groupstypessetdefaultcolumnsupdate '{}' --json

posthog.posthog_groupstypesupdatemetadatapartialupdate

Groupstypesupdatemetadatapartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_groupstypesupdatemetadatapartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_groupstypesupdatemetadatapartialupdate '{}' --json

posthog.posthog_heatmapscreenshotscontentretrieve

Heatmapscreenshotscontentretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_heatmapscreenshotscontentretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_heatmapscreenshotscontentretrieve '{}' --json

posthog.posthog_heatmapslist

Heatmapslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_heatmapslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_heatmapslist '{}' --json

posthog.posthog_heatmapseventsretrieve

Heatmapseventsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_heatmapseventsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_heatmapseventsretrieve '{}' --json

posthog.posthog_hogflowslist

Hogflowslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_hogflowslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_hogflowslist '{}' --json

posthog.posthog_hogflowscreate

Hogflowscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_hogflowscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_hogflowscreate '{}' --json

posthog.posthog_hogflowsretrieve

Hogflowsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_hogflowsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_hogflowsretrieve '{}' --json

posthog.posthog_hogflowsupdate

Hogflowsupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_hogflowsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_hogflowsupdate '{}' --json

posthog.posthog_hogflowspartialupdate

Hogflowspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_hogflowspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_hogflowspartialupdate '{}' --json

posthog.posthog_hogflowsdestroy

Hogflowsdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_hogflowsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_hogflowsdestroy '{}' --json

posthog.posthog_hogflowsbatchjobsretrieve

Hogflowsbatchjobsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_hogflowsbatchjobsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_hogflowsbatchjobsretrieve '{}' --json

posthog.posthog_hogflowsbatchjobscreate

Hogflowsbatchjobscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_hogflowsbatchjobscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_hogflowsbatchjobscreate '{}' --json

posthog.posthog_hogflowsblockedrunsretrieve

List workflow runs that were blocked by the dedup bug.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_hogflowsblockedrunsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_hogflowsblockedrunsretrieve '{}' --json

posthog.posthog_hogflowsinvocationscreate

Hogflowsinvocationscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_hogflowsinvocationscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_hogflowsinvocationscreate '{}' --json

posthog.posthog_hogflowslogsretrieve

Hogflowslogsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_hogflowslogsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_hogflowslogsretrieve '{}' --json

posthog.posthog_hogflowsmetricsretrieve

Hogflowsmetricsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_hogflowsmetricsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_hogflowsmetricsretrieve '{}' --json

posthog.posthog_hogflowsmetricstotalsretrieve

Hogflowsmetricstotalsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_hogflowsmetricstotalsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_hogflowsmetricstotalsretrieve '{}' --json

posthog.posthog_hogflowsreplayallblockedrunscreate

Replay all blocked runs in a single bulk call to Node.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_hogflowsreplayallblockedrunscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_hogflowsreplayallblockedrunscreate '{}' --json

posthog.posthog_hogflowsreplayblockedruncreate

Replay a single blocked run. Django fetches the event, Node creates the invocation and writes the log.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_hogflowsreplayblockedruncreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_hogflowsreplayblockedruncreate '{}' --json

posthog.posthog_hogflowsscheduleslist

Hogflowsscheduleslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_hogflowsscheduleslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_hogflowsscheduleslist '{}' --json

posthog.posthog_hogflowsschedulescreate

Hogflowsschedulescreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_hogflowsschedulescreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_hogflowsschedulescreate '{}' --json

posthog.posthog_hogflowsschedulespartialupdate

Hogflowsschedulespartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_hogflowsschedulespartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_hogflowsschedulespartialupdate '{}' --json

posthog.posthog_hogflowsschedulesdestroy

Hogflowsschedulesdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_hogflowsschedulesdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_hogflowsschedulesdestroy '{}' --json

posthog.posthog_hogflowsbulkdeletecreate

Hogflowsbulkdeletecreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_hogflowsbulkdeletecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_hogflowsbulkdeletecreate '{}' --json

posthog.posthog_hogflowsuserblastradiuscreate

Hogflowsuserblastradiuscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_hogflowsuserblastradiuscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_hogflowsuserblastradiuscreate '{}' --json

posthog.posthog_hogfunctiontemplateslist

Hogfunctiontemplateslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_hogfunctiontemplateslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_hogfunctiontemplateslist '{}' --json

posthog.posthog_hogfunctiontemplatesretrieve

Hogfunctiontemplatesretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_hogfunctiontemplatesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_hogfunctiontemplatesretrieve '{}' --json

posthog.posthog_hogfunctionslist

Hogfunctionslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_hogfunctionslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_hogfunctionslist '{}' --json

posthog.posthog_hogfunctionscreate

Hogfunctionscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_hogfunctionscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_hogfunctionscreate '{}' --json

posthog.posthog_hogfunctionsretrieve

Hogfunctionsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_hogfunctionsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_hogfunctionsretrieve '{}' --json

posthog.posthog_hogfunctionsupdate

Hogfunctionsupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_hogfunctionsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_hogfunctionsupdate '{}' --json

posthog.posthog_hogfunctionspartialupdate

Hogfunctionspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_hogfunctionspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_hogfunctionspartialupdate '{}' --json

posthog.posthog_hogfunctionsdestroy

Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_hogfunctionsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_hogfunctionsdestroy '{}' --json

posthog.posthog_hogfunctionsenablebackfillscreate

Hogfunctionsenablebackfillscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_hogfunctionsenablebackfillscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_hogfunctionsenablebackfillscreate '{}' --json

posthog.posthog_hogfunctionsinvocationscreate

Hogfunctionsinvocationscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_hogfunctionsinvocationscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_hogfunctionsinvocationscreate '{}' --json

posthog.posthog_hogfunctionslogsretrieve

Hogfunctionslogsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_hogfunctionslogsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_hogfunctionslogsretrieve '{}' --json

posthog.posthog_hogfunctionsmetricsretrieve

Hogfunctionsmetricsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_hogfunctionsmetricsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_hogfunctionsmetricsretrieve '{}' --json

posthog.posthog_hogfunctionsmetricstotalsretrieve

Hogfunctionsmetricstotalsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_hogfunctionsmetricstotalsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_hogfunctionsmetricstotalsretrieve '{}' --json

posthog.posthog_hogfunctionsiconretrieve

Hogfunctionsiconretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_hogfunctionsiconretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_hogfunctionsiconretrieve '{}' --json

posthog.posthog_hogfunctionsiconsretrieve

Hogfunctionsiconsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_hogfunctionsiconsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_hogfunctionsiconsretrieve '{}' --json

posthog.posthog_hogfunctionsrearrangepartialupdate

Update the execution order of multiple HogFunctions.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_hogfunctionsrearrangepartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_hogfunctionsrearrangepartialupdate '{}' --json

posthog.posthog_insightvariableslist

Insightvariableslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_insightvariableslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_insightvariableslist '{}' --json

posthog.posthog_insightvariablescreate

Insightvariablescreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_insightvariablescreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_insightvariablescreate '{}' --json

posthog.posthog_insightvariablesretrieve

Insightvariablesretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_insightvariablesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_insightvariablesretrieve '{}' --json

posthog.posthog_insightvariablesupdate

Insightvariablesupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_insightvariablesupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_insightvariablesupdate '{}' --json

posthog.posthog_insightvariablespartialupdate

Insightvariablespartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_insightvariablespartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_insightvariablespartialupdate '{}' --json

posthog.posthog_insightvariablesdestroy

Insightvariablesdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_insightvariablesdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_insightvariablesdestroy '{}' --json

posthog.posthog_insightslist

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_insightslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_insightslist '{}' --json

posthog.posthog_insightscreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_insightscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_insightscreate '{}' --json

posthog.posthog_insightssharinglist

Insightssharinglist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_insightssharinglist '{}' --json
Shortcut
kosmo integrations:posthog posthog_insightssharinglist '{}' --json

posthog.posthog_insightssharingpasswordscreate

Create a new password for the sharing configuration.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_insightssharingpasswordscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_insightssharingpasswordscreate '{}' --json

posthog.posthog_insightssharingpasswordsdestroy

Delete a password from the sharing configuration.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_insightssharingpasswordsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_insightssharingpasswordsdestroy '{}' --json

posthog.posthog_insightssharingrefreshcreate

Insightssharingrefreshcreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_insightssharingrefreshcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_insightssharingrefreshcreate '{}' --json

posthog.posthog_insightsthresholdslist

Insightsthresholdslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_insightsthresholdslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_insightsthresholdslist '{}' --json

posthog.posthog_insightsthresholdsretrieve

Insightsthresholdsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_insightsthresholdsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_insightsthresholdsretrieve '{}' --json

posthog.posthog_insightsretrieve

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_insightsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_insightsretrieve '{}' --json

posthog.posthog_insightsupdate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_insightsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_insightsupdate '{}' --json

posthog.posthog_insightspartialupdate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_insightspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_insightspartialupdate '{}' --json

posthog.posthog_insightsdestroy

Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_insightsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_insightsdestroy '{}' --json

posthog.posthog_insightsactivityretrieve

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.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_insightsactivityretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_insightsactivityretrieve '{}' --json

posthog.posthog_insightsanalyzeretrieve

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_insightsanalyzeretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_insightsanalyzeretrieve '{}' --json

posthog.posthog_insightssuggestionsretrieve

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_insightssuggestionsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_insightssuggestionsretrieve '{}' --json

posthog.posthog_insightssuggestionscreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_insightssuggestionscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_insightssuggestionscreate '{}' --json

posthog.posthog_insightsallactivityretrieve

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.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_insightsallactivityretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_insightsallactivityretrieve '{}' --json

posthog.posthog_insightsbulkupdatetagscreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_insightsbulkupdatetagscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_insightsbulkupdatetagscreate '{}' --json

posthog.posthog_insightscancelcreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_insightscancelcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_insightscancelcreate '{}' --json

posthog.posthog_insightsgeneratemetadatacreate

Generate an AI-suggested name and description for an insight based on its query configuration.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_insightsgeneratemetadatacreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_insightsgeneratemetadatacreate '{}' --json

posthog.posthog_insightsmylastviewedretrieve

Returns basic details about the last 5 insights viewed by this user. Most recently viewed first.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_insightsmylastviewedretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_insightsmylastviewedretrieve '{}' --json

posthog.posthog_insightstrendingretrieve

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.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_insightstrendingretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_insightstrendingretrieve '{}' --json

posthog.posthog_insightsviewedcreate

Update insight view timestamps. Expects: {"insightids": [1, 2, 3, ...]}

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_insightsviewedcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_insightsviewedcreate '{}' --json

posthog.posthog_integrationslist

Integrationslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_integrationslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_integrationslist '{}' --json

posthog.posthog_integrationscreate

Integrationscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_integrationscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_integrationscreate '{}' --json

posthog.posthog_integrationsretrieve

Integrationsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_integrationsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_integrationsretrieve '{}' --json

posthog.posthog_integrationsdestroy

Integrationsdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_integrationsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_integrationsdestroy '{}' --json

posthog.posthog_integrationsanthropicmanagedagentenvsretrieve

Integrationsanthropicmanagedagentenvsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_integrationsanthropicmanagedagentenvsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_integrationsanthropicmanagedagentenvsretrieve '{}' --json

posthog.posthog_integrationsanthropicmanagedagentvaultsretrieve

Integrationsanthropicmanagedagentvaultsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_integrationsanthropicmanagedagentvaultsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_integrationsanthropicmanagedagentvaultsretrieve '{}' --json

posthog.posthog_integrationsanthropicmanagedagentsretrieve

Integrationsanthropicmanagedagentsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_integrationsanthropicmanagedagentsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_integrationsanthropicmanagedagentsretrieve '{}' --json

posthog.posthog_integrationschannelsretrieve

Integrationschannelsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_integrationschannelsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_integrationschannelsretrieve '{}' --json

posthog.posthog_integrationsclickuplistsretrieve

Integrationsclickuplistsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_integrationsclickuplistsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_integrationsclickuplistsretrieve '{}' --json

posthog.posthog_integrationsclickupspacesretrieve

Integrationsclickupspacesretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_integrationsclickupspacesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_integrationsclickupspacesretrieve '{}' --json

posthog.posthog_integrationsclickupworkspacesretrieve

Integrationsclickupworkspacesretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_integrationsclickupworkspacesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_integrationsclickupworkspacesretrieve '{}' --json

posthog.posthog_integrationsemailpartialupdate

Integrationsemailpartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_integrationsemailpartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_integrationsemailpartialupdate '{}' --json

posthog.posthog_integrationsemailverifycreate

Integrationsemailverifycreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_integrationsemailverifycreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_integrationsemailverifycreate '{}' --json

posthog.posthog_integrationsgithubbranchesretrieve

Integrationsgithubbranchesretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_integrationsgithubbranchesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_integrationsgithubbranchesretrieve '{}' --json

posthog.posthog_integrationsgithubreposretrieve

Integrationsgithubreposretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_integrationsgithubreposretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_integrationsgithubreposretrieve '{}' --json

posthog.posthog_integrationsgithubreposrefreshcreate

Integrationsgithubreposrefreshcreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_integrationsgithubreposrefreshcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_integrationsgithubreposrefreshcreate '{}' --json

posthog.posthog_integrationsgoogleaccessibleaccountsretrieve

Integrationsgoogleaccessibleaccountsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_integrationsgoogleaccessibleaccountsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_integrationsgoogleaccessibleaccountsretrieve '{}' --json

posthog.posthog_integrationsgoogleconversionactionsretrieve

Integrationsgoogleconversionactionsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_integrationsgoogleconversionactionsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_integrationsgoogleconversionactionsretrieve '{}' --json

posthog.posthog_integrationsjiraprojectsretrieve

Integrationsjiraprojectsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_integrationsjiraprojectsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_integrationsjiraprojectsretrieve '{}' --json

posthog.posthog_integrationslinearteamsretrieve

Integrationslinearteamsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_integrationslinearteamsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_integrationslinearteamsretrieve '{}' --json

posthog.posthog_integrationslinkedinadsaccountsretrieve

Integrationslinkedinadsaccountsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_integrationslinkedinadsaccountsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_integrationslinkedinadsaccountsretrieve '{}' --json

posthog.posthog_integrationslinkedinadsconversionrulesretrieve

Integrationslinkedinadsconversionrulesretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_integrationslinkedinadsconversionrulesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_integrationslinkedinadsconversionrulesretrieve '{}' --json

posthog.posthog_integrationstwiliophonenumbersretrieve

Integrationstwiliophonenumbersretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_integrationstwiliophonenumbersretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_integrationstwiliophonenumbersretrieve '{}' --json

posthog.posthog_integrationsauthorizeretrieve

Integrationsauthorizeretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_integrationsauthorizeretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_integrationsauthorizeretrieve '{}' --json

posthog.posthog_integrationsdomainconnectapplyurlcreate

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.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_integrationsdomainconnectapplyurlcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_integrationsdomainconnectapplyurlcreate '{}' --json

posthog.posthog_integrationsdomainconnectcheckretrieve

Integrationsdomainconnectcheckretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_integrationsdomainconnectcheckretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_integrationsdomainconnectcheckretrieve '{}' --json

posthog.posthog_integrationsgithublinkexistingcreate

Reuse a GitHub installation already linked to a sibling team in the same organization.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_integrationsgithublinkexistingcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_integrationsgithublinkexistingcreate '{}' --json

posthog.posthog_integrationsgithuboauthauthorizecreate

Mint a User OAuth URL to bootstrap a fresh code when the install flow returns without one.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_integrationsgithuboauthauthorizecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_integrationsgithuboauthauthorizecreate '{}' --json

posthog.posthog_jssnippetresolveretrieve

Preview what a given pin would resolve to, without saving it.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_jssnippetresolveretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_jssnippetresolveretrieve '{}' --json

posthog.posthog_jssnippetversionretrieve

Return the team's current version pin and resolved version.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_jssnippetversionretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_jssnippetversionretrieve '{}' --json

posthog.posthog_jssnippetversionpartialupdate

Update the team's version pin.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_jssnippetversionpartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_jssnippetversionpartialupdate '{}' --json

posthog.posthog_livedebuggerbreakpointslist

Create, Read, Update and Delete breakpoints for live debugging.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_livedebuggerbreakpointslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_livedebuggerbreakpointslist '{}' --json

posthog.posthog_livedebuggerbreakpointscreate

Create, Read, Update and Delete breakpoints for live debugging.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_livedebuggerbreakpointscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_livedebuggerbreakpointscreate '{}' --json

posthog.posthog_livedebuggerbreakpointsretrieve

Create, Read, Update and Delete breakpoints for live debugging.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_livedebuggerbreakpointsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_livedebuggerbreakpointsretrieve '{}' --json

posthog.posthog_livedebuggerbreakpointsupdate

Create, Read, Update and Delete breakpoints for live debugging.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_livedebuggerbreakpointsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_livedebuggerbreakpointsupdate '{}' --json

posthog.posthog_livedebuggerbreakpointspartialupdate

Create, Read, Update and Delete breakpoints for live debugging.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_livedebuggerbreakpointspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_livedebuggerbreakpointspartialupdate '{}' --json

posthog.posthog_livedebuggerbreakpointsdestroy

Create, Read, Update and Delete breakpoints for live debugging.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_livedebuggerbreakpointsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_livedebuggerbreakpointsdestroy '{}' --json

posthog.posthog_livedebuggerbreakpointsactiveretrieve

Get active breakpoints (External API)

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_livedebuggerbreakpointsactiveretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_livedebuggerbreakpointsactiveretrieve '{}' --json

posthog.posthog_livedebuggerbreakpointsbreakpointhitsretrieve

Get breakpoint hits

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_livedebuggerbreakpointsbreakpointhitsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_livedebuggerbreakpointsbreakpointhitsretrieve '{}' --json

posthog.posthog_logsalertslist

Logsalertslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_logsalertslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_logsalertslist '{}' --json

posthog.posthog_logsalertscreate

Logsalertscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_logsalertscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_logsalertscreate '{}' --json

posthog.posthog_logsalertsretrieve

Logsalertsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_logsalertsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_logsalertsretrieve '{}' --json

posthog.posthog_logsalertsupdate

Logsalertsupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_logsalertsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_logsalertsupdate '{}' --json

posthog.posthog_logsalertspartialupdate

Logsalertspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_logsalertspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_logsalertspartialupdate '{}' --json

posthog.posthog_logsalertsdestroy

Logsalertsdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_logsalertsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_logsalertsdestroy '{}' --json

posthog.posthog_logsalertsdestinationscreate

Create a notification destination for this alert. One HogFunction is created per alert event kind (firing, resolved, ...) atomically.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_logsalertsdestinationscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_logsalertsdestinationscreate '{}' --json

posthog.posthog_logsalertsdestinationsdeletecreate

Delete a notification destination by deleting its HogFunction group atomically.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_logsalertsdestinationsdeletecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_logsalertsdestinationsdeletecreate '{}' --json

posthog.posthog_logsalertseventslist

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_logsalertseventslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_logsalertseventslist '{}' --json

posthog.posthog_logsalertsresetcreate

Reset a broken alert. Clears the consecutive-failure counter and schedules an immediate recheck.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_logsalertsresetcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_logsalertsresetcreate '{}' --json

posthog.posthog_logsalertssimulatecreate

Simulate a logs alert on historical data using the full state machine. Read-only - no alert check records are created.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_logsalertssimulatecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_logsalertssimulatecreate '{}' --json

posthog.posthog_logsattributesretrieve

Logsattributesretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_logsattributesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_logsattributesretrieve '{}' --json

posthog.posthog_logscountcreate

Logscountcreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_logscountcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_logscountcreate '{}' --json

posthog.posthog_logscountrangescreate

Logscountrangescreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_logscountrangescreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_logscountrangescreate '{}' --json

posthog.posthog_logsexportcreate

Logsexportcreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_logsexportcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_logsexportcreate '{}' --json

posthog.posthog_logshaslogsretrieve

Logshaslogsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_logshaslogsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_logshaslogsretrieve '{}' --json

posthog.posthog_logsquerycreate

Logsquerycreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_logsquerycreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_logsquerycreate '{}' --json

posthog.posthog_logssamplingruleslist

Logssamplingruleslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_logssamplingruleslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_logssamplingruleslist '{}' --json

posthog.posthog_logssamplingrulescreate

Logssamplingrulescreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_logssamplingrulescreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_logssamplingrulescreate '{}' --json

posthog.posthog_logssamplingrulesretrieve

Logssamplingrulesretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_logssamplingrulesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_logssamplingrulesretrieve '{}' --json

posthog.posthog_logssamplingrulesupdate

Logssamplingrulesupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_logssamplingrulesupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_logssamplingrulesupdate '{}' --json

posthog.posthog_logssamplingrulespartialupdate

Logssamplingrulespartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_logssamplingrulespartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_logssamplingrulespartialupdate '{}' --json

posthog.posthog_logssamplingrulesdestroy

Logssamplingrulesdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_logssamplingrulesdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_logssamplingrulesdestroy '{}' --json

posthog.posthog_logssamplingrulessimulatecreate

Dry-run estimate for how much volume this rule would remove (placeholder response until CH-backed simulation is wired).

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_logssamplingrulessimulatecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_logssamplingrulessimulatecreate '{}' --json

posthog.posthog_logssamplingrulesreordercreate

Atomically reassign priorities so the given ID order maps to ascending priorities (0..n-1).

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_logssamplingrulesreordercreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_logssamplingrulesreordercreate '{}' --json

posthog.posthog_logsservicescreate

Logsservicescreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_logsservicescreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_logsservicescreate '{}' --json

posthog.posthog_logssparklinecreate

Logssparklinecreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_logssparklinecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_logssparklinecreate '{}' --json

posthog.posthog_logsvaluesretrieve

Logsvaluesretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_logsvaluesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_logsvaluesretrieve '{}' --json

posthog.posthog_notebookslist

The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_notebookslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_notebookslist '{}' --json

posthog.posthog_notebookscreate

The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_notebookscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_notebookscreate '{}' --json

posthog.posthog_notebookssharinglist

Notebookssharinglist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_notebookssharinglist '{}' --json
Shortcut
kosmo integrations:posthog posthog_notebookssharinglist '{}' --json

posthog.posthog_notebookssharingpasswordscreate

Create a new password for the sharing configuration.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_notebookssharingpasswordscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_notebookssharingpasswordscreate '{}' --json

posthog.posthog_notebookssharingpasswordsdestroy

Delete a password from the sharing configuration.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_notebookssharingpasswordsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_notebookssharingpasswordsdestroy '{}' --json

posthog.posthog_notebookssharingrefreshcreate

Notebookssharingrefreshcreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_notebookssharingrefreshcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_notebookssharingrefreshcreate '{}' --json

posthog.posthog_notebooksretrieve

The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_notebooksretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_notebooksretrieve '{}' --json

posthog.posthog_notebooksupdate

The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_notebooksupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_notebooksupdate '{}' --json

posthog.posthog_notebookspartialupdate

The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_notebookspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_notebookspartialupdate '{}' --json

posthog.posthog_notebooksdestroy

Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_notebooksdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_notebooksdestroy '{}' --json

posthog.posthog_notebooksactivityretrieve

The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_notebooksactivityretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_notebooksactivityretrieve '{}' --json

posthog.posthog_notebookscollabsavecreate

The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_notebookscollabsavecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_notebookscollabsavecreate '{}' --json

posthog.posthog_notebookscollabstreamretrieve

The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_notebookscollabstreamretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_notebookscollabstreamretrieve '{}' --json

posthog.posthog_notebookshogqlexecutecreate

The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_notebookshogqlexecutecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_notebookshogqlexecutecreate '{}' --json

posthog.posthog_notebookskernelconfigcreate

The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_notebookskernelconfigcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_notebookskernelconfigcreate '{}' --json

posthog.posthog_notebookskerneldataframeretrieve

The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_notebookskerneldataframeretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_notebookskerneldataframeretrieve '{}' --json

posthog.posthog_notebookskernelexecutecreate

The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_notebookskernelexecutecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_notebookskernelexecutecreate '{}' --json

posthog.posthog_notebookskernelexecutestreamcreate

The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_notebookskernelexecutestreamcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_notebookskernelexecutestreamcreate '{}' --json

posthog.posthog_notebookskernelrestartcreate

The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_notebookskernelrestartcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_notebookskernelrestartcreate '{}' --json

posthog.posthog_notebookskernelstartcreate

The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_notebookskernelstartcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_notebookskernelstartcreate '{}' --json

posthog.posthog_notebookskernelstatusretrieve

The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_notebookskernelstatusretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_notebookskernelstatusretrieve '{}' --json

posthog.posthog_notebookskernelstopcreate

The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_notebookskernelstopcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_notebookskernelstopcreate '{}' --json

posthog.posthog_notebooksallactivityretrieve

The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_notebooksallactivityretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_notebooksallactivityretrieve '{}' --json

posthog.posthog_notebooksrecordingcommentsretrieve

The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_notebooksrecordingcommentsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_notebooksrecordingcommentsretrieve '{}' --json

posthog.posthog_objectmediapreviewslist

Objectmediapreviewslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_objectmediapreviewslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_objectmediapreviewslist '{}' --json

posthog.posthog_objectmediapreviewscreate

Objectmediapreviewscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_objectmediapreviewscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_objectmediapreviewscreate '{}' --json

posthog.posthog_objectmediapreviewsretrieve

Objectmediapreviewsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_objectmediapreviewsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_objectmediapreviewsretrieve '{}' --json

posthog.posthog_objectmediapreviewsupdate

Objectmediapreviewsupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_objectmediapreviewsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_objectmediapreviewsupdate '{}' --json

posthog.posthog_objectmediapreviewspartialupdate

Objectmediapreviewspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_objectmediapreviewspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_objectmediapreviewspartialupdate '{}' --json

posthog.posthog_objectmediapreviewsdestroy

Objectmediapreviewsdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_objectmediapreviewsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_objectmediapreviewsdestroy '{}' --json

posthog.posthog_objectmediapreviewspreferredforeventretrieve

Get the preferred media preview for an event definition. Most recent user-uploaded, then most recent exported asset. Requires eventdefinition (query param).

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_objectmediapreviewspreferredforeventretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_objectmediapreviewspreferredforeventretrieve '{}' --json

posthog.posthog_persistedfolderlist

Persistedfolderlist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_persistedfolderlist '{}' --json
Shortcut
kosmo integrations:posthog posthog_persistedfolderlist '{}' --json

posthog.posthog_persistedfoldercreate

Persistedfoldercreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_persistedfoldercreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_persistedfoldercreate '{}' --json

posthog.posthog_persistedfolderretrieve

Persistedfolderretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_persistedfolderretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_persistedfolderretrieve '{}' --json

posthog.posthog_persistedfolderupdate

Persistedfolderupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_persistedfolderupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_persistedfolderupdate '{}' --json

posthog.posthog_persistedfolderpartialupdate

Persistedfolderpartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_persistedfolderpartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_persistedfolderpartialupdate '{}' --json

posthog.posthog_persistedfolderdestroy

Persistedfolderdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_persistedfolderdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_persistedfolderdestroy '{}' --json

posthog.posthog_personslist

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_personslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_personslist '{}' --json

posthog.posthog_personsretrieve

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_personsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_personsretrieve '{}' --json

posthog.posthog_personsupdate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_personsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_personsupdate '{}' --json

posthog.posthog_personspartialupdate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_personspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_personspartialupdate '{}' --json

posthog.posthog_personsactivityretrieve

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_personsactivityretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_personsactivityretrieve '{}' --json

posthog.posthog_personsdeletepropertycreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_personsdeletepropertycreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_personsdeletepropertycreate '{}' --json

posthog.posthog_personspropertiestimelineretrieve

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_personspropertiestimelineretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_personspropertiestimelineretrieve '{}' --json

posthog.posthog_personssplitcreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_personssplitcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_personssplitcreate '{}' --json

posthog.posthog_personsupdatepropertycreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_personsupdatepropertycreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_personsupdatepropertycreate '{}' --json

posthog.posthog_personsallactivityretrieve

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_personsallactivityretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_personsallactivityretrieve '{}' --json

posthog.posthog_personsbatchbydistinctidscreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_personsbatchbydistinctidscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_personsbatchbydistinctidscreate '{}' --json

posthog.posthog_personsbatchbyuuidscreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_personsbatchbyuuidscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_personsbatchbyuuidscreate '{}' --json

posthog.posthog_personsbulkdeletecreate

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.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_personsbulkdeletecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_personsbulkdeletecreate '{}' --json

posthog.posthog_personscohortsretrieve

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_personscohortsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_personscohortsretrieve '{}' --json

posthog.posthog_personsdeletionstatuslist

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.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_personsdeletionstatuslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_personsdeletionstatuslist '{}' --json

posthog.posthog_personsfunnelretrieve

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_personsfunnelretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_personsfunnelretrieve '{}' --json

posthog.posthog_personsfunnelcreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_personsfunnelcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_personsfunnelcreate '{}' --json

posthog.posthog_personsfunnelcorrelationretrieve

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_personsfunnelcorrelationretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_personsfunnelcorrelationretrieve '{}' --json

posthog.posthog_personsfunnelcorrelationcreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_personsfunnelcorrelationcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_personsfunnelcorrelationcreate '{}' --json

posthog.posthog_personslifecycleretrieve

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_personslifecycleretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_personslifecycleretrieve '{}' --json

posthog.posthog_personspropertiesattimeretrieve

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_personspropertiesattimeretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_personspropertiesattimeretrieve '{}' --json

posthog.posthog_personsresetpersondistinctidcreate

Reset a distinctid for a deleted person. This allows the distinctid to be used again.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_personsresetpersondistinctidcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_personsresetpersondistinctidcreate '{}' --json

posthog.posthog_personstrendsretrieve

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_personstrendsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_personstrendsretrieve '{}' --json

posthog.posthog_personsvaluesretrieve

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_personsvaluesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_personsvaluesretrieve '{}' --json

posthog.posthog_pluginconfigslogslist

Pluginconfigslogslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_pluginconfigslogslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_pluginconfigslogslist '{}' --json

posthog.posthog_producttourslist

Producttourslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_producttourslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_producttourslist '{}' --json

posthog.posthog_producttourscreate

Producttourscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_producttourscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_producttourscreate '{}' --json

posthog.posthog_producttoursretrieve

Producttoursretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_producttoursretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_producttoursretrieve '{}' --json

posthog.posthog_producttoursupdate

Producttoursupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_producttoursupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_producttoursupdate '{}' --json

posthog.posthog_producttourspartialupdate

Producttourspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_producttourspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_producttourspartialupdate '{}' --json

posthog.posthog_producttoursdestroy

Producttoursdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_producttoursdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_producttoursdestroy '{}' --json

posthog.posthog_producttoursdiscarddraftdestroy

Discard draft content.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_producttoursdiscarddraftdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_producttoursdiscarddraftdestroy '{}' --json

posthog.posthog_producttoursdraftpartialupdate

Save draft content (server-side merge). No side effects triggered.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_producttoursdraftpartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_producttoursdraftpartialupdate '{}' --json

posthog.posthog_producttoursdraftstatusretrieve

Lightweight polling endpoint for draft change detection.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_producttoursdraftstatusretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_producttoursdraftstatusretrieve '{}' --json

posthog.posthog_producttoursgeneratecreate

Generate tour step content using AI.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_producttoursgeneratecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_producttoursgeneratecreate '{}' --json

posthog.posthog_producttourspublishdraftcreate

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.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_producttourspublishdraftcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_producttourspublishdraftcreate '{}' --json

posthog.posthog_projectsecretapikeyslist

Projectsecretapikeyslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_projectsecretapikeyslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_projectsecretapikeyslist '{}' --json

posthog.posthog_projectsecretapikeyscreate

Projectsecretapikeyscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_projectsecretapikeyscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_projectsecretapikeyscreate '{}' --json

posthog.posthog_projectsecretapikeysretrieve

Projectsecretapikeysretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_projectsecretapikeysretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_projectsecretapikeysretrieve '{}' --json

posthog.posthog_projectsecretapikeysupdate

Projectsecretapikeysupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_projectsecretapikeysupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_projectsecretapikeysupdate '{}' --json

posthog.posthog_projectsecretapikeyspartialupdate

Projectsecretapikeyspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_projectsecretapikeyspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_projectsecretapikeyspartialupdate '{}' --json

posthog.posthog_projectsecretapikeysdestroy

Projectsecretapikeysdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_projectsecretapikeysdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_projectsecretapikeysdestroy '{}' --json

posthog.posthog_projectsecretapikeysrollcreate

Roll a project secret API key

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_projectsecretapikeysrollcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_projectsecretapikeysrollcreate '{}' --json

posthog.posthog_propertydefinitionslist

Propertydefinitionslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_propertydefinitionslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_propertydefinitionslist '{}' --json

posthog.posthog_propertydefinitionsretrieve

Propertydefinitionsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_propertydefinitionsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_propertydefinitionsretrieve '{}' --json

posthog.posthog_propertydefinitionsupdate

Propertydefinitionsupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_propertydefinitionsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_propertydefinitionsupdate '{}' --json

posthog.posthog_propertydefinitionspartialupdate

Propertydefinitionspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_propertydefinitionspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_propertydefinitionspartialupdate '{}' --json

posthog.posthog_propertydefinitionsdestroy

Propertydefinitionsdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_propertydefinitionsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_propertydefinitionsdestroy '{}' --json

posthog.posthog_propertydefinitionsbulkupdatetagscreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_propertydefinitionsbulkupdatetagscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_propertydefinitionsbulkupdatetagscreate '{}' --json

posthog.posthog_propertydefinitionsseentogetherretrieve

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

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_propertydefinitionsseentogetherretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_propertydefinitionsseentogetherretrieve '{}' --json

posthog.posthog_querycreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_querycreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_querycreate '{}' --json

posthog.posthog_queryretrieve

(Experimental)

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_queryretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_queryretrieve '{}' --json

posthog.posthog_querydestroy

(Experimental)

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_querydestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_querydestroy '{}' --json

posthog.posthog_querylogretrieve

Get query log details from querylogarchive table for a specific queryid, the query must have been issued in last 24 hours.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_querylogretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_querylogretrieve '{}' --json

posthog.posthog_querycreatewithkind

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_querycreatewithkind '{}' --json
Shortcut
kosmo integrations:posthog posthog_querycreatewithkind '{}' --json

posthog.posthog_querycheckauthforasynccreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_querycheckauthforasynccreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_querycheckauthforasynccreate '{}' --json

posthog.posthog_querydraftsqlretrieve

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_querydraftsqlretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_querydraftsqlretrieve '{}' --json

posthog.posthog_queryupgradecreate

Upgrades a query without executing it. Returns a query with all nodes migrated to the latest version.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_queryupgradecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_queryupgradecreate '{}' --json

posthog.posthog_sandboxlist

API for managing sandbox environments that control network access for task runs.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_sandboxlist '{}' --json
Shortcut
kosmo integrations:posthog posthog_sandboxlist '{}' --json

posthog.posthog_sandboxcreate

API for managing sandbox environments that control network access for task runs.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_sandboxcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_sandboxcreate '{}' --json

posthog.posthog_sandboxretrieve

API for managing sandbox environments that control network access for task runs.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_sandboxretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_sandboxretrieve '{}' --json

posthog.posthog_sandboxpartialupdate

API for managing sandbox environments that control network access for task runs.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_sandboxpartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_sandboxpartialupdate '{}' --json

posthog.posthog_sandboxdestroy

API for managing sandbox environments that control network access for task runs.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_sandboxdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_sandboxdestroy '{}' --json

posthog.posthog_savedlist

Savedlist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_savedlist '{}' --json
Shortcut
kosmo integrations:posthog posthog_savedlist '{}' --json

posthog.posthog_savedcreate

Savedcreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_savedcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_savedcreate '{}' --json

posthog.posthog_savedretrieve

Savedretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_savedretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_savedretrieve '{}' --json

posthog.posthog_savedpartialupdate

Savedpartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_savedpartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_savedpartialupdate '{}' --json

posthog.posthog_saveddestroy

Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_saveddestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_saveddestroy '{}' --json

posthog.posthog_savedregeneratecreate

Savedregeneratecreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_savedregeneratecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_savedregeneratecreate '{}' --json

posthog.posthog_schemapropertygroupslist

Schemapropertygroupslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_schemapropertygroupslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_schemapropertygroupslist '{}' --json

posthog.posthog_schemapropertygroupscreate

Schemapropertygroupscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_schemapropertygroupscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_schemapropertygroupscreate '{}' --json

posthog.posthog_schemapropertygroupsretrieve

Schemapropertygroupsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_schemapropertygroupsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_schemapropertygroupsretrieve '{}' --json

posthog.posthog_schemapropertygroupsupdate

Schemapropertygroupsupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_schemapropertygroupsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_schemapropertygroupsupdate '{}' --json

posthog.posthog_schemapropertygroupspartialupdate

Schemapropertygroupspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_schemapropertygroupspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_schemapropertygroupspartialupdate '{}' --json

posthog.posthog_schemapropertygroupsdestroy

Schemapropertygroupsdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_schemapropertygroupsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_schemapropertygroupsdestroy '{}' --json

posthog.posthog_sdkdoctorreportretrieve

Get SDK health report for a project

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_sdkdoctorreportretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_sdkdoctorreportretrieve '{}' --json

posthog.posthog_sessiongroupsummarieslist

API for retrieving and managing stored group session summaries.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_sessiongroupsummarieslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_sessiongroupsummarieslist '{}' --json

posthog.posthog_sessiongroupsummariescreate

API for retrieving and managing stored group session summaries.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_sessiongroupsummariescreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_sessiongroupsummariescreate '{}' --json

posthog.posthog_sessiongroupsummariesretrieve

API for retrieving and managing stored group session summaries.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_sessiongroupsummariesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_sessiongroupsummariesretrieve '{}' --json

posthog.posthog_sessiongroupsummariesupdate

API for retrieving and managing stored group session summaries.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_sessiongroupsummariesupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_sessiongroupsummariesupdate '{}' --json

posthog.posthog_sessiongroupsummariespartialupdate

API for retrieving and managing stored group session summaries.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_sessiongroupsummariespartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_sessiongroupsummariespartialupdate '{}' --json

posthog.posthog_sessiongroupsummariesdestroy

API for retrieving and managing stored group session summaries.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_sessiongroupsummariesdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_sessiongroupsummariesdestroy '{}' --json

posthog.posthog_sessionrecordingplaylistslist

Override list to include synthetic playlists

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_sessionrecordingplaylistslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_sessionrecordingplaylistslist '{}' --json

posthog.posthog_sessionrecordingplaylistscreate

Sessionrecordingplaylistscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_sessionrecordingplaylistscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_sessionrecordingplaylistscreate '{}' --json

posthog.posthog_sessionrecordingplaylistsretrieve

Sessionrecordingplaylistsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_sessionrecordingplaylistsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_sessionrecordingplaylistsretrieve '{}' --json

posthog.posthog_sessionrecordingplaylistsupdate

Sessionrecordingplaylistsupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_sessionrecordingplaylistsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_sessionrecordingplaylistsupdate '{}' --json

posthog.posthog_sessionrecordingplaylistspartialupdate

Sessionrecordingplaylistspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_sessionrecordingplaylistspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_sessionrecordingplaylistspartialupdate '{}' --json

posthog.posthog_sessionrecordingplaylistsdestroy

Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_sessionrecordingplaylistsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_sessionrecordingplaylistsdestroy '{}' --json

posthog.posthog_sessionrecordingplaylistsrecordingsretrieve

Sessionrecordingplaylistsrecordingsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_sessionrecordingplaylistsrecordingsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_sessionrecordingplaylistsrecordingsretrieve '{}' --json

posthog.posthog_sessionrecordingplaylistsrecordingscreate

Sessionrecordingplaylistsrecordingscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_sessionrecordingplaylistsrecordingscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_sessionrecordingplaylistsrecordingscreate '{}' --json

posthog.posthog_sessionrecordingplaylistsrecordingsdestroy

Sessionrecordingplaylistsrecordingsdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_sessionrecordingplaylistsrecordingsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_sessionrecordingplaylistsrecordingsdestroy '{}' --json

posthog.posthog_sessionrecordingslist

Sessionrecordingslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_sessionrecordingslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_sessionrecordingslist '{}' --json

posthog.posthog_sessionrecordingsretrieve

Sessionrecordingsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_sessionrecordingsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_sessionrecordingsretrieve '{}' --json

posthog.posthog_sessionrecordingsupdate

Sessionrecordingsupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_sessionrecordingsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_sessionrecordingsupdate '{}' --json

posthog.posthog_sessionrecordingspartialupdate

Sessionrecordingspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_sessionrecordingspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_sessionrecordingspartialupdate '{}' --json

posthog.posthog_sessionrecordingsdestroy

Sessionrecordingsdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_sessionrecordingsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_sessionrecordingsdestroy '{}' --json

posthog.posthog_sessionrecordingssharinglist

Sessionrecordingssharinglist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_sessionrecordingssharinglist '{}' --json
Shortcut
kosmo integrations:posthog posthog_sessionrecordingssharinglist '{}' --json

posthog.posthog_sessionrecordingssharingpasswordscreate

Create a new password for the sharing configuration.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_sessionrecordingssharingpasswordscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_sessionrecordingssharingpasswordscreate '{}' --json

posthog.posthog_sessionrecordingssharingpasswordsdestroy

Delete a password from the sharing configuration.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_sessionrecordingssharingpasswordsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_sessionrecordingssharingpasswordsdestroy '{}' --json

posthog.posthog_sessionrecordingssharingrefreshcreate

Sessionrecordingssharingrefreshcreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_sessionrecordingssharingrefreshcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_sessionrecordingssharingrefreshcreate '{}' --json

posthog.posthog_sessionspropertydefinitionsretrieve

Sessionspropertydefinitionsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_sessionspropertydefinitionsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_sessionspropertydefinitionsretrieve '{}' --json

posthog.posthog_sessionsvaluesretrieve

Sessionsvaluesretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_sessionsvaluesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_sessionsvaluesretrieve '{}' --json

posthog.posthog_signalsprocessinglist

Return current processing state including pause status.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_signalsprocessinglist '{}' --json
Shortcut
kosmo integrations:posthog posthog_signalsprocessinglist '{}' --json

posthog.posthog_signalsprocessingpauseupdate

View and control signal processing pipeline state for a team.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_signalsprocessingpauseupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_signalsprocessingpauseupdate '{}' --json

posthog.posthog_signalsprocessingpausedestroy

View and control signal processing pipeline state for a team.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_signalsprocessingpausedestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_signalsprocessingpausedestroy '{}' --json

posthog.posthog_signalsreportslist

Signalsreportslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_signalsreportslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_signalsreportslist '{}' --json

posthog.posthog_signalsreportsretrieve

Signalsreportsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_signalsreportsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_signalsreportsretrieve '{}' --json

posthog.posthog_signalssourceconfigslist

Signalssourceconfigslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_signalssourceconfigslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_signalssourceconfigslist '{}' --json

posthog.posthog_signalssourceconfigscreate

Signalssourceconfigscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_signalssourceconfigscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_signalssourceconfigscreate '{}' --json

posthog.posthog_signalssourceconfigsretrieve

Signalssourceconfigsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_signalssourceconfigsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_signalssourceconfigsretrieve '{}' --json

posthog.posthog_signalssourceconfigsupdate

Signalssourceconfigsupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_signalssourceconfigsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_signalssourceconfigsupdate '{}' --json

posthog.posthog_signalssourceconfigspartialupdate

Signalssourceconfigspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_signalssourceconfigspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_signalssourceconfigspartialupdate '{}' --json

posthog.posthog_signalssourceconfigsdestroy

Signalssourceconfigsdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_signalssourceconfigsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_signalssourceconfigsdestroy '{}' --json

posthog.posthog_subscriptionslist

Subscriptionslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_subscriptionslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_subscriptionslist '{}' --json

posthog.posthog_subscriptionscreate

Subscriptionscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_subscriptionscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_subscriptionscreate '{}' --json

posthog.posthog_subscriptionsretrieve

Subscriptionsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_subscriptionsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_subscriptionsretrieve '{}' --json

posthog.posthog_subscriptionsupdate

Subscriptionsupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_subscriptionsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_subscriptionsupdate '{}' --json

posthog.posthog_subscriptionspartialupdate

Subscriptionspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_subscriptionspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_subscriptionspartialupdate '{}' --json

posthog.posthog_subscriptionsdestroy

Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_subscriptionsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_subscriptionsdestroy '{}' --json

posthog.posthog_subscriptionstestdeliverycreate

Subscriptionstestdeliverycreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_subscriptionstestdeliverycreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_subscriptionstestdeliverycreate '{}' --json

posthog.posthog_subscriptionssummaryquotaretrieve

Subscriptionssummaryquotaretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_subscriptionssummaryquotaretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_subscriptionssummaryquotaretrieve '{}' --json

posthog.posthog_surveyslist

Surveyslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_surveyslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_surveyslist '{}' --json

posthog.posthog_surveyscreate

Surveyscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_surveyscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_surveyscreate '{}' --json

posthog.posthog_surveysretrieve

Surveysretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_surveysretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_surveysretrieve '{}' --json

posthog.posthog_surveysupdate

Surveysupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_surveysupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_surveysupdate '{}' --json

posthog.posthog_surveyspartialupdate

Surveyspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_surveyspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_surveyspartialupdate '{}' --json

posthog.posthog_surveysdestroy

Surveysdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_surveysdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_surveysdestroy '{}' --json

posthog.posthog_surveysactivityretrieve

Surveysactivityretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_surveysactivityretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_surveysactivityretrieve '{}' --json

posthog.posthog_surveysarchivedresponseuuidsretrieve

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.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_surveysarchivedresponseuuidsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_surveysarchivedresponseuuidsretrieve '{}' --json

posthog.posthog_surveysduplicatetoprojectscreate

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.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_surveysduplicatetoprojectscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_surveysduplicatetoprojectscreate '{}' --json

posthog.posthog_surveysgeneratetranslationscreate

Surveysgeneratetranslationscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_surveysgeneratetranslationscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_surveysgeneratetranslationscreate '{}' --json

posthog.posthog_surveysresponsesarchivecreate

Archive a single survey response.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_surveysresponsesarchivecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_surveysresponsesarchivecreate '{}' --json

posthog.posthog_surveysresponsesunarchivecreate

Unarchive a single survey response.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_surveysresponsesunarchivecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_surveysresponsesunarchivecreate '{}' --json

posthog.posthog_surveysstatsretrieve

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_surveysstatsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_surveysstatsretrieve '{}' --json

posthog.posthog_surveyssummarizeresponsescreate

Surveyssummarizeresponsescreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_surveyssummarizeresponsescreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_surveyssummarizeresponsescreate '{}' --json

posthog.posthog_surveyssummaryheadlinecreate

Surveyssummaryheadlinecreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_surveyssummaryheadlinecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_surveyssummaryheadlinecreate '{}' --json

posthog.posthog_surveysallactivityretrieve

Surveysallactivityretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_surveysallactivityretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_surveysallactivityretrieve '{}' --json

posthog.posthog_surveysresponsescountretrieve

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_surveysresponsescountretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_surveysresponsescountretrieve '{}' --json

posthog.posthog_surveysglobalstatsretrieve

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_surveysglobalstatsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_surveysglobalstatsretrieve '{}' --json

posthog.posthog_taskautomationslist

Taskautomationslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_taskautomationslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_taskautomationslist '{}' --json

posthog.posthog_taskautomationscreate

Taskautomationscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_taskautomationscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_taskautomationscreate '{}' --json

posthog.posthog_taskautomationsretrieve

Taskautomationsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_taskautomationsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_taskautomationsretrieve '{}' --json

posthog.posthog_taskautomationsupdate

Taskautomationsupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_taskautomationsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_taskautomationsupdate '{}' --json

posthog.posthog_taskautomationspartialupdate

Taskautomationspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_taskautomationspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_taskautomationspartialupdate '{}' --json

posthog.posthog_taskautomationsdestroy

Taskautomationsdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_taskautomationsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_taskautomationsdestroy '{}' --json

posthog.posthog_taskautomationsruncreate

Taskautomationsruncreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_taskautomationsruncreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_taskautomationsruncreate '{}' --json

posthog.posthog_taskslist

List tasks

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_taskslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_taskslist '{}' --json

posthog.posthog_taskscreate

API for managing tasks within a project. Tasks represent units of work to be performed by an agent.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_taskscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_taskscreate '{}' --json

posthog.posthog_tasksretrieve

API for managing tasks within a project. Tasks represent units of work to be performed by an agent.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_tasksretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_tasksretrieve '{}' --json

posthog.posthog_tasksupdate

API for managing tasks within a project. Tasks represent units of work to be performed by an agent.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_tasksupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_tasksupdate '{}' --json

posthog.posthog_taskspartialupdate

API for managing tasks within a project. Tasks represent units of work to be performed by an agent.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_taskspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_taskspartialupdate '{}' --json

posthog.posthog_tasksdestroy

API for managing tasks within a project. Tasks represent units of work to be performed by an agent.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_tasksdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_tasksdestroy '{}' --json

posthog.posthog_tasksruncreate

Run task

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_tasksruncreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_tasksruncreate '{}' --json

posthog.posthog_tasksstagedartifactsfinalizeuploadcreate

Finalize staged direct uploads for task attachments

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_tasksstagedartifactsfinalizeuploadcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_tasksstagedartifactsfinalizeuploadcreate '{}' --json

posthog.posthog_tasksstagedartifactsprepareuploadcreate

Prepare staged direct uploads for task attachments

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_tasksstagedartifactsprepareuploadcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_tasksstagedartifactsprepareuploadcreate '{}' --json

posthog.posthog_tasksrunslist

List task runs

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_tasksrunslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_tasksrunslist '{}' --json

posthog.posthog_tasksrunscreate

Create task run

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_tasksrunscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_tasksrunscreate '{}' --json

posthog.posthog_tasksrunsretrieve

API for managing task runs. Each run represents an execution of a task.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_tasksrunsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_tasksrunsretrieve '{}' --json

posthog.posthog_tasksrunspartialupdate

Update task run

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_tasksrunspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_tasksrunspartialupdate '{}' --json

posthog.posthog_tasksrunsappendlogcreate

Append log entries

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_tasksrunsappendlogcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_tasksrunsappendlogcreate '{}' --json

posthog.posthog_tasksrunsartifactscreate

Upload artifacts for a task run

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_tasksrunsartifactscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_tasksrunsartifactscreate '{}' --json

posthog.posthog_tasksrunsartifactsdownloadcreate

Download an artifact through the backend

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_tasksrunsartifactsdownloadcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_tasksrunsartifactsdownloadcreate '{}' --json

posthog.posthog_tasksrunsartifactsfinalizeuploadcreate

Finalize direct uploads for task run artifacts

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_tasksrunsartifactsfinalizeuploadcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_tasksrunsartifactsfinalizeuploadcreate '{}' --json

posthog.posthog_tasksrunsartifactsprepareuploadcreate

Prepare direct uploads for task run artifacts

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_tasksrunsartifactsprepareuploadcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_tasksrunsartifactsprepareuploadcreate '{}' --json

posthog.posthog_tasksrunsartifactspresigncreate

Generate presigned URL for an artifact

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_tasksrunsartifactspresigncreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_tasksrunsartifactspresigncreate '{}' --json

posthog.posthog_tasksrunscommandcreate

Send command to task run

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_tasksrunscommandcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_tasksrunscommandcreate '{}' --json

posthog.posthog_tasksrunsconnectiontokenretrieve

Get sandbox connection token

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_tasksrunsconnectiontokenretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_tasksrunsconnectiontokenretrieve '{}' --json

posthog.posthog_tasksrunslogsretrieve

Get task run logs

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_tasksrunslogsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_tasksrunslogsretrieve '{}' --json

posthog.posthog_tasksrunsrelaymessagecreate

Relay run message to Slack

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_tasksrunsrelaymessagecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_tasksrunsrelaymessagecreate '{}' --json

posthog.posthog_tasksrunsresumeincloudcreate

Resume task run in cloud

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_tasksrunsresumeincloudcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_tasksrunsresumeincloudcreate '{}' --json

posthog.posthog_tasksrunssessionlogsretrieve

Get filtered task run session logs

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_tasksrunssessionlogsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_tasksrunssessionlogsretrieve '{}' --json

posthog.posthog_tasksrunssetoutputpartialupdate

Set run output

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_tasksrunssetoutputpartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_tasksrunssetoutputpartialupdate '{}' --json

posthog.posthog_tasksrunsstartcreate

Start task run

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_tasksrunsstartcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_tasksrunsstartcreate '{}' --json

posthog.posthog_tasksrunsstreamretrieve

API for managing task runs. Each run represents an execution of a task.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_tasksrunsstreamretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_tasksrunsstreamretrieve '{}' --json

posthog.posthog_tasksrepositoriesretrieve

List distinct task repositories

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_tasksrepositoriesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_tasksrepositoriesretrieve '{}' --json

posthog.posthog_tasksrepositoryreadinessretrieve

Get repository readiness

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_tasksrepositoryreadinessretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_tasksrepositoryreadinessretrieve '{}' --json

posthog.posthog_taskssummariescreate

Fetch task summaries by ID

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_taskssummariescreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_taskssummariescreate '{}' --json

posthog.posthog_uploadedmediacreate

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.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_uploadedmediacreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_uploadedmediacreate '{}' --json

posthog.posthog_visualreviewreposlist

List all projects for the team.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_visualreviewreposlist '{}' --json
Shortcut
kosmo integrations:posthog posthog_visualreviewreposlist '{}' --json

posthog.posthog_visualreviewreposcreate

Create a new repo.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_visualreviewreposcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_visualreviewreposcreate '{}' --json

posthog.posthog_visualreviewreposretrieve

Get a repo by ID.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_visualreviewreposretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_visualreviewreposretrieve '{}' --json

posthog.posthog_visualreviewrepospartialupdate

Update a repo's settings.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_visualreviewrepospartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_visualreviewrepospartialupdate '{}' --json

posthog.posthog_visualreviewreposbaselinesretrieve

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...

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_visualreviewreposbaselinesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_visualreviewreposbaselinesretrieve '{}' --json

posthog.posthog_visualreviewreposquarantinelist

List quarantined identifiers. Without filter: active only. With identifier: full history.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_visualreviewreposquarantinelist '{}' --json
Shortcut
kosmo integrations:posthog posthog_visualreviewreposquarantinelist '{}' --json

posthog.posthog_visualreviewreposquarantinecreate

Quarantine a snapshot identifier for a specific run type.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_visualreviewreposquarantinecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_visualreviewreposquarantinecreate '{}' --json

posthog.posthog_visualreviewreposquarantineexpirecreate

Expire all active quarantine entries for an identifier.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_visualreviewreposquarantineexpirecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_visualreviewreposquarantineexpirecreate '{}' --json

posthog.posthog_visualreviewreposthumbnailsretrieve

Serve a snapshot thumbnail by identifier. Returns WebP with ETag caching.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_visualreviewreposthumbnailsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_visualreviewreposthumbnailsretrieve '{}' --json

posthog.posthog_visualreviewreposrunslist

List runs in this repo, optionally filtered by review state.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_visualreviewreposrunslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_visualreviewreposrunslist '{}' --json

posthog.posthog_visualreviewreposrunscountsretrieve

Review state counts for runs in this repo.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_visualreviewreposrunscountsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_visualreviewreposrunscountsretrieve '{}' --json

posthog.posthog_visualreviewrepossnapshotslist

Deduped baseline timeline for a snapshot identity. Newest first.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_visualreviewrepossnapshotslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_visualreviewrepossnapshotslist '{}' --json

posthog.posthog_visualreviewrunslist

List runs for the team, optionally filtered by review state, PR number, commit SHA, or branch.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_visualreviewrunslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_visualreviewrunslist '{}' --json

posthog.posthog_visualreviewrunscreate

Create a new run from a CI manifest.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_visualreviewrunscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_visualreviewrunscreate '{}' --json

posthog.posthog_visualreviewrunsretrieve

Get run status and summary.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_visualreviewrunsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_visualreviewrunsretrieve '{}' --json

posthog.posthog_visualreviewrunsaddsnapshotscreate

Add a batch of snapshots to a pending run (shard-based flow).

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_visualreviewrunsaddsnapshotscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_visualreviewrunsaddsnapshotscreate '{}' --json

posthog.posthog_visualreviewrunsapprovecreate

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.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_visualreviewrunsapprovecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_visualreviewrunsapprovecreate '{}' --json

posthog.posthog_visualreviewrunsautoapprovecreate

CLI auto-approve: approve all and return baseline YAML for local write.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_visualreviewrunsautoapprovecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_visualreviewrunsautoapprovecreate '{}' --json

posthog.posthog_visualreviewrunscompletecreate

Complete a run: detect removals, verify uploads, trigger diff processing.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_visualreviewrunscompletecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_visualreviewrunscompletecreate '{}' --json

posthog.posthog_visualreviewrunsrecomputecreate

Re-evaluate quarantine and counts, update commit status, and optionally rerun the CI job.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_visualreviewrunsrecomputecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_visualreviewrunsrecomputecreate '{}' --json

posthog.posthog_visualreviewrunssnapshothistorylist

Recent change history for a snapshot identifier across runs.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_visualreviewrunssnapshothistorylist '{}' --json
Shortcut
kosmo integrations:posthog posthog_visualreviewrunssnapshothistorylist '{}' --json

posthog.posthog_visualreviewrunssnapshotslist

Get all snapshots for a run with diff results.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_visualreviewrunssnapshotslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_visualreviewrunssnapshotslist '{}' --json

posthog.posthog_visualreviewrunstoleratecreate

Mark a changed snapshot as a known tolerated alternate.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_visualreviewrunstoleratecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_visualreviewrunstoleratecreate '{}' --json

posthog.posthog_visualreviewrunstoleratedhasheslist

List known tolerated hashes for a snapshot identifier.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_visualreviewrunstoleratedhasheslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_visualreviewrunstoleratedhasheslist '{}' --json

posthog.posthog_visualreviewrunscountsretrieve

Review state counts for the runs list.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_visualreviewrunscountsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_visualreviewrunscountsretrieve '{}' --json

posthog.posthog_warehousedaglist

Return this team's DAG as a set of edges and nodes

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_warehousedaglist '{}' --json
Shortcut
kosmo integrations:posthog posthog_warehousedaglist '{}' --json

posthog.posthog_warehousemodelpathslist

Warehousemodelpathslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_warehousemodelpathslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_warehousemodelpathslist '{}' --json

posthog.posthog_warehousemodelpathsretrieve

Warehousemodelpathsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_warehousemodelpathsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_warehousemodelpathsretrieve '{}' --json

posthog.posthog_warehousesavedquerieslist

Create, Read, Update and Delete Warehouse Tables.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_warehousesavedquerieslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_warehousesavedquerieslist '{}' --json

posthog.posthog_warehousesavedqueriescreate

Create, Read, Update and Delete Warehouse Tables.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_warehousesavedqueriescreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_warehousesavedqueriescreate '{}' --json

posthog.posthog_warehousesavedqueriesretrieve

Create, Read, Update and Delete Warehouse Tables.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_warehousesavedqueriesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_warehousesavedqueriesretrieve '{}' --json

posthog.posthog_warehousesavedqueriesupdate

Create, Read, Update and Delete Warehouse Tables.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_warehousesavedqueriesupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_warehousesavedqueriesupdate '{}' --json

posthog.posthog_warehousesavedqueriespartialupdate

Create, Read, Update and Delete Warehouse Tables.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_warehousesavedqueriespartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_warehousesavedqueriespartialupdate '{}' --json

posthog.posthog_warehousesavedqueriesdestroy

Create, Read, Update and Delete Warehouse Tables.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_warehousesavedqueriesdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_warehousesavedqueriesdestroy '{}' --json

posthog.posthog_warehousesavedqueriesactivityretrieve

Create, Read, Update and Delete Warehouse Tables.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_warehousesavedqueriesactivityretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_warehousesavedqueriesactivityretrieve '{}' --json

posthog.posthog_warehousesavedqueriesancestorscreate

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.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_warehousesavedqueriesancestorscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_warehousesavedqueriesancestorscreate '{}' --json

posthog.posthog_warehousesavedqueriescancelcreate

Cancel a running saved query workflow.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_warehousesavedqueriescancelcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_warehousesavedqueriescancelcreate '{}' --json

posthog.posthog_warehousesavedqueriesdependenciesretrieve

Return the count of immediate upstream and downstream dependencies for this saved query.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_warehousesavedqueriesdependenciesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_warehousesavedqueriesdependenciesretrieve '{}' --json

posthog.posthog_warehousesavedqueriesdescendantscreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_warehousesavedqueriesdescendantscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_warehousesavedqueriesdescendantscreate '{}' --json

posthog.posthog_warehousesavedqueriesmaterializecreate

Enable materialization for this saved query with a 24-hour sync frequency.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_warehousesavedqueriesmaterializecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_warehousesavedqueriesmaterializecreate '{}' --json

posthog.posthog_warehousesavedqueriesrevertmaterializationcreate

Undo materialization, revert back to the original view. (i.e. delete the materialized table and the schedule)

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_warehousesavedqueriesrevertmaterializationcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_warehousesavedqueriesrevertmaterializationcreate '{}' --json

posthog.posthog_warehousesavedqueriesruncreate

Run this saved query.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_warehousesavedqueriesruncreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_warehousesavedqueriesruncreate '{}' --json

posthog.posthog_warehousesavedqueriesrunhistoryretrieve

Return the recent run history (up to 5 most recent) for this materialized view.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_warehousesavedqueriesrunhistoryretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_warehousesavedqueriesrunhistoryretrieve '{}' --json

posthog.posthog_warehousesavedqueriesresumeschedulescreate

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.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_warehousesavedqueriesresumeschedulescreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_warehousesavedqueriesresumeschedulescreate '{}' --json

posthog.posthog_warehousesavedqueryfolderslist

Warehousesavedqueryfolderslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_warehousesavedqueryfolderslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_warehousesavedqueryfolderslist '{}' --json

posthog.posthog_warehousesavedqueryfolderscreate

Warehousesavedqueryfolderscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_warehousesavedqueryfolderscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_warehousesavedqueryfolderscreate '{}' --json

posthog.posthog_warehousesavedqueryfoldersretrieve

Warehousesavedqueryfoldersretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_warehousesavedqueryfoldersretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_warehousesavedqueryfoldersretrieve '{}' --json

posthog.posthog_warehousesavedqueryfolderspartialupdate

Warehousesavedqueryfolderspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_warehousesavedqueryfolderspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_warehousesavedqueryfolderspartialupdate '{}' --json

posthog.posthog_warehousesavedqueryfoldersdestroy

Warehousesavedqueryfoldersdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_warehousesavedqueryfoldersdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_warehousesavedqueryfoldersdestroy '{}' --json

posthog.posthog_warehousetableslist

Create, Read, Update and Delete Warehouse Tables.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_warehousetableslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_warehousetableslist '{}' --json

posthog.posthog_warehousetablescreate

Create, Read, Update and Delete Warehouse Tables.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_warehousetablescreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_warehousetablescreate '{}' --json

posthog.posthog_warehousetablesretrieve

Create, Read, Update and Delete Warehouse Tables.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_warehousetablesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_warehousetablesretrieve '{}' --json

posthog.posthog_warehousetablesupdate

Create, Read, Update and Delete Warehouse Tables.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_warehousetablesupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_warehousetablesupdate '{}' --json

posthog.posthog_warehousetablespartialupdate

Create, Read, Update and Delete Warehouse Tables.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_warehousetablespartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_warehousetablespartialupdate '{}' --json

posthog.posthog_warehousetablesdestroy

Create, Read, Update and Delete Warehouse Tables.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_warehousetablesdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_warehousetablesdestroy '{}' --json

posthog.posthog_warehousetablesrefreshschemacreate

Create, Read, Update and Delete Warehouse Tables.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_warehousetablesrefreshschemacreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_warehousetablesrefreshschemacreate '{}' --json

posthog.posthog_warehousetablesupdateschemacreate

Create, Read, Update and Delete Warehouse Tables.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_warehousetablesupdateschemacreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_warehousetablesupdateschemacreate '{}' --json

posthog.posthog_warehousetablesfilecreate

Create, Read, Update and Delete Warehouse Tables.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_warehousetablesfilecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_warehousetablesfilecreate '{}' --json

posthog.posthog_warehouseviewlinklist

Create, Read, Update and Delete View Columns.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_warehouseviewlinklist '{}' --json
Shortcut
kosmo integrations:posthog posthog_warehouseviewlinklist '{}' --json

posthog.posthog_warehouseviewlinkcreate

Create, Read, Update and Delete View Columns.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_warehouseviewlinkcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_warehouseviewlinkcreate '{}' --json

posthog.posthog_warehouseviewlinkretrieve

Create, Read, Update and Delete View Columns.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_warehouseviewlinkretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_warehouseviewlinkretrieve '{}' --json

posthog.posthog_warehouseviewlinkupdate

Create, Read, Update and Delete View Columns.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_warehouseviewlinkupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_warehouseviewlinkupdate '{}' --json

posthog.posthog_warehouseviewlinkpartialupdate

Create, Read, Update and Delete View Columns.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_warehouseviewlinkpartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_warehouseviewlinkpartialupdate '{}' --json

posthog.posthog_warehouseviewlinkdestroy

Create, Read, Update and Delete View Columns.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_warehouseviewlinkdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_warehouseviewlinkdestroy '{}' --json

posthog.posthog_warehouseviewlinkvalidatecreate

Create, Read, Update and Delete View Columns.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_warehouseviewlinkvalidatecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_warehouseviewlinkvalidatecreate '{}' --json

posthog.posthog_warehouseviewlinkslist

Create, Read, Update and Delete View Columns.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_warehouseviewlinkslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_warehouseviewlinkslist '{}' --json

posthog.posthog_warehouseviewlinkscreate

Create, Read, Update and Delete View Columns.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_warehouseviewlinkscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_warehouseviewlinkscreate '{}' --json

posthog.posthog_warehouseviewlinksretrieve

Create, Read, Update and Delete View Columns.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_warehouseviewlinksretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_warehouseviewlinksretrieve '{}' --json

posthog.posthog_warehouseviewlinksupdate

Create, Read, Update and Delete View Columns.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_warehouseviewlinksupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_warehouseviewlinksupdate '{}' --json

posthog.posthog_warehouseviewlinkspartialupdate

Create, Read, Update and Delete View Columns.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_warehouseviewlinkspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_warehouseviewlinkspartialupdate '{}' --json

posthog.posthog_warehouseviewlinksdestroy

Create, Read, Update and Delete View Columns.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_warehouseviewlinksdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_warehouseviewlinksdestroy '{}' --json

posthog.posthog_warehouseviewlinksvalidatecreate

Create, Read, Update and Delete View Columns.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_warehouseviewlinksvalidatecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_warehouseviewlinksvalidatecreate '{}' --json

posthog.posthog_webexperimentslist

Webexperimentslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_webexperimentslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_webexperimentslist '{}' --json

posthog.posthog_webexperimentscreate

Webexperimentscreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_webexperimentscreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_webexperimentscreate '{}' --json

posthog.posthog_webexperimentsretrieve

Webexperimentsretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_webexperimentsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_webexperimentsretrieve '{}' --json

posthog.posthog_webexperimentsupdate

Webexperimentsupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_webexperimentsupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_webexperimentsupdate '{}' --json

posthog.posthog_webexperimentspartialupdate

Webexperimentspartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_webexperimentspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_webexperimentspartialupdate '{}' --json

posthog.posthog_webexperimentsdestroy

Webexperimentsdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_webexperimentsdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_webexperimentsdestroy '{}' --json

posthog.posthog_publichogfunctiontemplateslist

Publichogfunctiontemplateslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_publichogfunctiontemplateslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_publichogfunctiontemplateslist '{}' --json

posthog.posthog_userhomesettingsretrieve

Get the authenticated user's pinned sidebar tabs and configured homepage for the current team. Pass @me as the UUID.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_userhomesettingsretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_userhomesettingsretrieve '{}' --json

posthog.posthog_userhomesettingspartialupdate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_userhomesettingspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_userhomesettingspartialupdate '{}' --json

posthog.posthog_userslist

Userslist

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_userslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_userslist '{}' --json

posthog.posthog_userssignalautonomyretrieve

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)

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_userssignalautonomyretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_userssignalautonomyretrieve '{}' --json

posthog.posthog_userssignalautonomycreate

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)

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_userssignalautonomycreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_userssignalautonomycreate '{}' --json

posthog.posthog_userssignalautonomydestroy

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)

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_userssignalautonomydestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_userssignalautonomydestroy '{}' --json

posthog.posthog_usersretrieve

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.

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_usersretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_usersretrieve '{}' --json

posthog.posthog_usersupdate

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.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_usersupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_usersupdate '{}' --json

posthog.posthog_userspartialupdate

Update one or more of the authenticated user's profile fields or settings.

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_userspartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_userspartialupdate '{}' --json

posthog.posthog_usersdestroy

Usersdestroy

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_usersdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_usersdestroy '{}' --json

posthog.posthog_usersgithubloginretrieve

Usersgithubloginretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_usersgithubloginretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_usersgithubloginretrieve '{}' --json

posthog.posthog_usershedgehogconfigretrieve

Usershedgehogconfigretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_usershedgehogconfigretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_usershedgehogconfigretrieve '{}' --json

posthog.posthog_usershedgehogconfigpartialupdate

Usershedgehogconfigpartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_usershedgehogconfigpartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_usershedgehogconfigpartialupdate '{}' --json

posthog.posthog_usersintegrationslist

List personal GitHub integrations

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_usersintegrationslist '{}' --json
Shortcut
kosmo integrations:posthog posthog_usersintegrationslist '{}' --json

posthog.posthog_usersintegrationsgithubdestroy

Disconnect a personal GitHub integration

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_usersintegrationsgithubdestroy '{}' --json
Shortcut
kosmo integrations:posthog posthog_usersintegrationsgithubdestroy '{}' --json

posthog.posthog_usersintegrationsgithubbranchesretrieve

List branches for a personal GitHub installation repository

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_usersintegrationsgithubbranchesretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_usersintegrationsgithubbranchesretrieve '{}' --json

posthog.posthog_usersintegrationsgithubreposretrieve

List repositories for a personal GitHub installation

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_usersintegrationsgithubreposretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_usersintegrationsgithubreposretrieve '{}' --json

posthog.posthog_usersintegrationsgithubreposrefreshcreate

Refresh repositories for a personal GitHub installation

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_usersintegrationsgithubreposrefreshcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_usersintegrationsgithubreposrefreshcreate '{}' --json

posthog.posthog_usersintegrationsgithubstartcreate

Start GitHub personal integration linking

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_usersintegrationsgithubstartcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_usersintegrationsgithubstartcreate '{}' --json

posthog.posthog_usersonboardingskipcreate

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...

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_usersonboardingskipcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_usersonboardingskipcreate '{}' --json

posthog.posthog_usersscenepersonalisationcreate

Usersscenepersonalisationcreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_usersscenepersonalisationcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_usersscenepersonalisationcreate '{}' --json

posthog.posthog_usersstart2fasetupretrieve

Usersstart2fasetupretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_usersstart2fasetupretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_usersstart2fasetupretrieve '{}' --json

posthog.posthog_userstwofactorbackupcodescreate

Generate new backup codes, invalidating any existing ones

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_userstwofactorbackupcodescreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_userstwofactorbackupcodescreate '{}' --json

posthog.posthog_userstwofactordisablecreate

Disable 2FA and remove all related devices

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_userstwofactordisablecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_userstwofactordisablecreate '{}' --json

posthog.posthog_userstwofactorstartsetupretrieve

Userstwofactorstartsetupretrieve

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_userstwofactorstartsetupretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_userstwofactorstartsetupretrieve '{}' --json

posthog.posthog_userstwofactorstatusretrieve

Get current 2FA status including backup codes if enabled

Read read
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_userstwofactorstatusretrieve '{}' --json
Shortcut
kosmo integrations:posthog posthog_userstwofactorstatusretrieve '{}' --json

posthog.posthog_userstwofactorvalidatecreate

Userstwofactorvalidatecreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_userstwofactorvalidatecreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_userstwofactorvalidatecreate '{}' --json

posthog.posthog_usersvalidate2facreate

Usersvalidate2facreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_usersvalidate2facreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_usersvalidate2facreate '{}' --json

posthog.posthog_userscancelemailchangerequestpartialupdate

Userscancelemailchangerequestpartialupdate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_userscancelemailchangerequestpartialupdate '{}' --json
Shortcut
kosmo integrations:posthog posthog_userscancelemailchangerequestpartialupdate '{}' --json

posthog.posthog_usersrequestemailverificationcreate

Usersrequestemailverificationcreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_usersrequestemailverificationcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_usersrequestemailverificationcreate '{}' --json

posthog.posthog_usersverifyemailcreate

Usersverifyemailcreate

Write write
Parameters
none
Generic call
kosmo integrations:call posthog.posthog_usersverifyemailcreate '{}' --json
Shortcut
kosmo integrations:posthog posthog_usersverifyemailcreate '{}' --json

Function Schemas

Use these parameter tables when building CLI payloads without calling integrations:schema first.

posthog.posthog_capture_event 6 parameters
Schema command
kosmo integrations:schema posthog.posthog_capture_event --json
ParameterTypeRequiredDescription
event string yes Event name to capture.
distinct_id string yes Identifier for the person or actor.
properties object no Optional event properties.
timestamp string no Optional ISO 8601 event timestamp.
api_key string no Optional project API key override. Defaults to configured project_api_key.
send_feature_flags boolean no Whether PostHog should enrich the event with feature flag data.
posthog.posthog_codeinvitescheckaccessretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_codeinvitescheckaccessretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_codeinvitesredeemcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_codeinvitesredeemcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsalertslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsalertslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsalertscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsalertscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsalertsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsalertsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsalertsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsalertsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsalertspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsalertspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsalertsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsalertsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsalertssimulatecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsalertssimulatecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsbatchexportslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsbatchexportslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsbatchexportscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsbatchexportscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsbatchexportsbackfillslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsbatchexportsbackfillslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsbatchexportsbackfillscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsbatchexportsbackfillscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsbatchexportsbackfillsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsbatchexportsbackfillsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsbatchexportsbackfillscancelcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsbatchexportsbackfillscancelcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsbatchexportsrunslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsbatchexportsrunslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsbatchexportsrunsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsbatchexportsrunsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsbatchexportsrunscancelcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsbatchexportsrunscancelcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsbatchexportsrunslogsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsbatchexportsrunslogsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsbatchexportsrunsretrycreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsbatchexportsrunsretrycreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsbatchexportsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsbatchexportsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsbatchexportsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsbatchexportsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsbatchexportspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsbatchexportspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsbatchexportsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsbatchexportsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsbatchexportslogsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsbatchexportslogsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsbatchexportspausecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsbatchexportspausecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsbatchexportsrunteststepcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsbatchexportsrunteststepcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsbatchexportsunpausecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsbatchexportsunpausecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsbatchexportsrunteststepnewcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsbatchexportsrunteststepnewcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsbatchexportstestretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsbatchexportstestretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdashboardslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdashboardslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdashboardscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdashboardscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdashboardscollaboratorslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdashboardscollaboratorslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdashboardscollaboratorscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdashboardscollaboratorscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdashboardscollaboratorsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdashboardscollaboratorsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdashboardssharinglist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdashboardssharinglist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdashboardssharingpasswordscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdashboardssharingpasswordscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdashboardssharingpasswordsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdashboardssharingpasswordsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdashboardssharingrefreshcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdashboardssharingrefreshcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdashboardsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdashboardsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdashboardsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdashboardsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdashboardspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdashboardspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdashboardsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdashboardsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdashboardsanalyzerefreshresultcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdashboardsanalyzerefreshresultcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdashboardscopytilecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdashboardscopytilecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdashboardsmovetilepartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdashboardsmovetilepartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdashboardsreordertilescreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdashboardsreordertilescreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdashboardsruninsightsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdashboardsruninsightsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdashboardssnapshotcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdashboardssnapshotcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdashboardsstreamtilesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdashboardsstreamtilesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdashboardsbulkupdatetagscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdashboardsbulkupdatetagscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdashboardscreatefromtemplatejsoncreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdashboardscreatefromtemplatejsoncreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdashboardscreateunlisteddashboardcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdashboardscreateunlisteddashboardcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdatacolorthemeslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdatacolorthemeslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdatacolorthemescreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdatacolorthemescreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdatacolorthemesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdatacolorthemesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdatacolorthemesupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdatacolorthemesupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdatacolorthemespartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdatacolorthemespartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdatacolorthemesdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdatacolorthemesdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdatamodelingjobslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdatamodelingjobslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdatamodelingjobsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdatamodelingjobsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdatamodelingjobsrecentretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdatamodelingjobsrecentretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdatamodelingjobsrunningretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdatamodelingjobsrunningretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdatawarehousecheckdatabasenameretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdatawarehousecheckdatabasenameretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdatawarehousecompletedactivityretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdatawarehousecompletedactivityretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdatawarehousedatahealthissuesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdatawarehousedatahealthissuesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdatawarehousedataopsdashboardretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdatawarehousedataopsdashboardretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdatawarehousedeprovisioncreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdatawarehousedeprovisioncreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdatawarehousejobstatsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdatawarehousejobstatsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdatawarehousepropertyvaluesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdatawarehousepropertyvaluesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdatawarehouseprovisioncreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdatawarehouseprovisioncreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdatawarehouseresetpasswordcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdatawarehouseresetpasswordcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdatawarehouserunningactivityretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdatawarehouserunningactivityretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdatawarehousetotalrowsstatsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdatawarehousetotalrowsstatsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdatawarehousewarehousestatusretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdatawarehousewarehousestatusretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdatasetitemslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdatasetitemslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdatasetitemscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdatasetitemscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdatasetitemsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdatasetitemsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdatasetitemsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdatasetitemsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdatasetitemspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdatasetitemspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdatasetitemsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdatasetitemsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdatasetslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdatasetslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdatasetscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdatasetscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdatasetsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdatasetsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdatasetsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdatasetsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdatasetspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdatasetspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdatasetsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdatasetsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentselementslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentselementslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentselementscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentselementscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentselementsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentselementsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentselementsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentselementsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentselementspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentselementspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentselementsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentselementsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentselementsstatsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentselementsstatsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentselementsvaluesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentselementsvaluesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsendpointslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsendpointslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsendpointscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsendpointscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsendpointsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsendpointsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsendpointsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsendpointsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsendpointspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsendpointspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsendpointsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsendpointsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsendpointsmaterializationpreviewcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsendpointsmaterializationpreviewcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsendpointsmaterializationstatusretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsendpointsmaterializationstatusretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsendpointsopenapi_jsonretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsendpointsopenapi_jsonretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsendpointsrunretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsendpointsrunretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsendpointsruncreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsendpointsruncreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsendpointsversionslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsendpointsversionslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsendpointslastexecutiontimescreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsendpointslastexecutiontimescreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentserrortrackingreleaseslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentserrortrackingreleaseslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentserrortrackingreleasescreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentserrortrackingreleasescreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentserrortrackingreleasesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentserrortrackingreleasesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentserrortrackingreleasesupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentserrortrackingreleasesupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentserrortrackingreleasespartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentserrortrackingreleasespartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentserrortrackingreleasesdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentserrortrackingreleasesdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentserrortrackingreleaseshashretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentserrortrackingreleaseshashretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentserrortrackingsymbolsetslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentserrortrackingsymbolsetslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentserrortrackingsymbolsetscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentserrortrackingsymbolsetscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentserrortrackingsymbolsetsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentserrortrackingsymbolsetsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentserrortrackingsymbolsetsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentserrortrackingsymbolsetsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentserrortrackingsymbolsetspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentserrortrackingsymbolsetspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentserrortrackingsymbolsetsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentserrortrackingsymbolsetsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentserrortrackingsymbolsetsdownloadretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentserrortrackingsymbolsetsdownloadretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentserrortrackingsymbolsetsfinishuploadupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentserrortrackingsymbolsetsfinishuploadupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentserrortrackingsymbolsetsbulkdeletecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentserrortrackingsymbolsetsbulkdeletecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentserrortrackingsymbolsetsbulkfinishuploadcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentserrortrackingsymbolsetsbulkfinishuploadcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentserrortrackingsymbolsetsbulkstartuploadcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentserrortrackingsymbolsetsbulkstartuploadcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentserrortrackingsymbolsetsstartuploadcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentserrortrackingsymbolsetsstartuploadcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentseventslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentseventslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentseventsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentseventsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentseventsvaluesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentseventsvaluesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsexportslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsexportslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsexportscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsexportscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsexportsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsexportsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsexportscontentretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsexportscontentretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsexternaldataschemaslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsexternaldataschemaslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsexternaldataschemascreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsexternaldataschemascreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsexternaldataschemasretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsexternaldataschemasretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsexternaldataschemasupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsexternaldataschemasupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsexternaldataschemaspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsexternaldataschemaspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsexternaldataschemasdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsexternaldataschemasdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsexternaldataschemascancelcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsexternaldataschemascancelcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsexternaldataschemasdeletedatadestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsexternaldataschemasdeletedatadestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsexternaldataschemasincrementalfieldscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsexternaldataschemasincrementalfieldscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsexternaldataschemasreloadcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsexternaldataschemasreloadcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsexternaldataschemasresynccreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsexternaldataschemasresynccreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsexternaldatasourceslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsexternaldatasourceslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsexternaldatasourcescreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsexternaldatasourcescreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsexternaldatasourcesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsexternaldatasourcesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsexternaldatasourcesupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsexternaldatasourcesupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsexternaldatasourcespartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsexternaldatasourcespartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsexternaldatasourcesdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsexternaldatasourcesdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsexternaldatasourcesbulkupdateschemaspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsexternaldatasourcesbulkupdateschemaspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsexternaldatasourcescreatewebhookcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsexternaldatasourcescreatewebhookcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsexternaldatasourcesdeletewebhookcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsexternaldatasourcesdeletewebhookcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsexternaldatasourcesjobsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsexternaldatasourcesjobsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsexternaldatasourcesrefreshschemascreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsexternaldatasourcesrefreshschemascreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsexternaldatasourcesreloadcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsexternaldatasourcesreloadcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsexternaldatasourcesrevenueanalyticsconfigpartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsexternaldatasourcesrevenueanalyticsconfigpartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsexternaldatasourcesupdatewebhookinputscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsexternaldatasourcesupdatewebhookinputscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsexternaldatasourceswebhookinforetrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsexternaldatasourceswebhookinforetrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsexternaldatasourcescheckcdcprerequisitescreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsexternaldatasourcescheckcdcprerequisitescreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsexternaldatasourcesconnectionslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsexternaldatasourcesconnectionslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsexternaldatasourcesdatabaseschemacreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsexternaldatasourcesdatabaseschemacreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsexternaldatasourcessourceprefixcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsexternaldatasourcessourceprefixcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsexternaldatasourceswizardretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsexternaldatasourceswizardretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsfilesystemlist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsfilesystemlist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsfilesystemcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsfilesystemcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsfilesystemretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsfilesystemretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsfilesystemupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsfilesystemupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsfilesystempartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsfilesystempartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsfilesystemdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsfilesystemdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsfilesystemcountcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsfilesystemcountcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsfilesystemlinkcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsfilesystemlinkcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsfilesystemmovecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsfilesystemmovecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsfilesystemcountbypathcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsfilesystemcountbypathcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsfilesystemlogviewretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsfilesystemlogviewretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsfilesystemlogviewcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsfilesystemlogviewcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsfilesystemundodeletecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsfilesystemundodeletecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsfilesystemunfiledretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsfilesystemunfiledretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsfilesystemshortcutlist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsfilesystemshortcutlist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsfilesystemshortcutcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsfilesystemshortcutcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsfilesystemshortcutretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsfilesystemshortcutretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsfilesystemshortcutupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsfilesystemshortcutupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsfilesystemshortcutpartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsfilesystemshortcutpartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsfilesystemshortcutdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsfilesystemshortcutdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsfilesystemshortcutreordercreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsfilesystemshortcutreordercreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsgroupslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsgroupslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsgroupscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsgroupscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsgroupsactivityretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsgroupsactivityretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsgroupsdeletepropertycreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsgroupsdeletepropertycreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsgroupsfindretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsgroupsfindretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsgroupspropertydefinitionsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsgroupspropertydefinitionsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsgroupspropertyvaluesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsgroupspropertyvaluesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsgroupsrelatedretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsgroupsrelatedretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsgroupsupdatepropertycreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsgroupsupdatepropertycreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsheatmapscreenshotscontentretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsheatmapscreenshotscontentretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsheatmapslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsheatmapslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsheatmapseventsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsheatmapseventsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentshogflowslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentshogflowslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentshogflowscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentshogflowscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentshogflowsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentshogflowsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentshogflowsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentshogflowsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentshogflowspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentshogflowspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentshogflowsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentshogflowsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentshogflowsbatchjobsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentshogflowsbatchjobsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentshogflowsbatchjobscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentshogflowsbatchjobscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentshogflowsblockedrunsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentshogflowsblockedrunsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentshogflowsinvocationscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentshogflowsinvocationscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentshogflowslogsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentshogflowslogsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentshogflowsmetricsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentshogflowsmetricsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentshogflowsmetricstotalsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentshogflowsmetricstotalsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentshogflowsreplayallblockedrunscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentshogflowsreplayallblockedrunscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentshogflowsreplayblockedruncreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentshogflowsreplayblockedruncreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentshogflowsscheduleslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentshogflowsscheduleslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentshogflowsschedulescreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentshogflowsschedulescreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentshogflowsschedulespartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentshogflowsschedulespartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentshogflowsschedulesdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentshogflowsschedulesdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentshogflowsbulkdeletecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentshogflowsbulkdeletecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentshogflowsuserblastradiuscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentshogflowsuserblastradiuscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentshogfunctionslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentshogfunctionslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentshogfunctionscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentshogfunctionscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentshogfunctionsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentshogfunctionsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentshogfunctionsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentshogfunctionsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentshogfunctionspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentshogfunctionspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentshogfunctionsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentshogfunctionsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentshogfunctionsenablebackfillscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentshogfunctionsenablebackfillscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentshogfunctionsinvocationscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentshogfunctionsinvocationscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentshogfunctionslogsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentshogfunctionslogsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentshogfunctionsmetricsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentshogfunctionsmetricsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentshogfunctionsmetricstotalsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentshogfunctionsmetricstotalsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentshogfunctionsiconretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentshogfunctionsiconretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentshogfunctionsiconsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentshogfunctionsiconsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentshogfunctionsrearrangepartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentshogfunctionsrearrangepartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsinsightvariableslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsinsightvariableslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsinsightvariablescreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsinsightvariablescreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsinsightvariablesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsinsightvariablesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsinsightvariablesupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsinsightvariablesupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsinsightvariablespartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsinsightvariablespartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsinsightvariablesdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsinsightvariablesdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsinsightslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsinsightslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsinsightscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsinsightscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsinsightssharinglist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsinsightssharinglist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsinsightssharingpasswordscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsinsightssharingpasswordscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsinsightssharingpasswordsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsinsightssharingpasswordsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsinsightssharingrefreshcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsinsightssharingrefreshcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsinsightsthresholdslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsinsightsthresholdslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsinsightsthresholdsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsinsightsthresholdsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsinsightsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsinsightsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsinsightsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsinsightsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsinsightspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsinsightspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsinsightsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsinsightsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsinsightsactivityretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsinsightsactivityretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsinsightsanalyzeretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsinsightsanalyzeretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsinsightssuggestionsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsinsightssuggestionsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsinsightssuggestionscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsinsightssuggestionscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsinsightsallactivityretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsinsightsallactivityretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsinsightsbulkupdatetagscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsinsightsbulkupdatetagscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsinsightscancelcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsinsightscancelcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsinsightsgeneratemetadatacreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsinsightsgeneratemetadatacreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsinsightsmylastviewedretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsinsightsmylastviewedretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsinsightstrendingretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsinsightstrendingretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsinsightsviewedcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsinsightsviewedcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsintegrationslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsintegrationslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsintegrationscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsintegrationscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsintegrationsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsintegrationsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsintegrationsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsintegrationsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsintegrationsanthropicmanagedagentenvsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsintegrationsanthropicmanagedagentenvsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsintegrationsanthropicmanagedagentvaultsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsintegrationsanthropicmanagedagentvaultsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsintegrationsanthropicmanagedagentsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsintegrationsanthropicmanagedagentsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsintegrationschannelsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsintegrationschannelsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsintegrationsclickuplistsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsintegrationsclickuplistsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsintegrationsclickupspacesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsintegrationsclickupspacesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsintegrationsclickupworkspacesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsintegrationsclickupworkspacesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsintegrationsemailpartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsintegrationsemailpartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsintegrationsemailverifycreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsintegrationsemailverifycreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsintegrationsgithubbranchesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsintegrationsgithubbranchesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsintegrationsgithubreposretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsintegrationsgithubreposretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsintegrationsgithubreposrefreshcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsintegrationsgithubreposrefreshcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsintegrationsgoogleaccessibleaccountsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsintegrationsgoogleaccessibleaccountsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsintegrationsgoogleconversionactionsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsintegrationsgoogleconversionactionsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsintegrationsjiraprojectsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsintegrationsjiraprojectsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsintegrationslinearteamsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsintegrationslinearteamsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsintegrationslinkedinadsaccountsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsintegrationslinkedinadsaccountsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsintegrationslinkedinadsconversionrulesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsintegrationslinkedinadsconversionrulesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsintegrationstwiliophonenumbersretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsintegrationstwiliophonenumbersretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsintegrationsauthorizeretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsintegrationsauthorizeretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsintegrationsdomainconnectapplyurlcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsintegrationsdomainconnectapplyurlcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsintegrationsdomainconnectcheckretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsintegrationsdomainconnectcheckretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsintegrationsgithublinkexistingcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsintegrationsgithublinkexistingcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsintegrationsgithuboauthauthorizecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsintegrationsgithuboauthauthorizecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentslogsalertslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentslogsalertslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentslogsalertscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentslogsalertscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentslogsalertsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentslogsalertsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentslogsalertsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentslogsalertsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentslogsalertspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentslogsalertspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentslogsalertsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentslogsalertsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentslogsalertsdestinationscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentslogsalertsdestinationscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentslogsalertsdestinationsdeletecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentslogsalertsdestinationsdeletecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentslogsalertseventslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentslogsalertseventslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentslogsalertsresetcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentslogsalertsresetcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentslogsalertssimulatecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentslogsalertssimulatecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentslogsattributesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentslogsattributesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentslogscountcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentslogscountcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentslogscountrangescreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentslogscountrangescreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentslogsexportcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentslogsexportcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentslogshaslogsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentslogshaslogsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentslogsquerycreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentslogsquerycreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentslogssamplingruleslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentslogssamplingruleslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentslogssamplingrulescreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentslogssamplingrulescreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentslogssamplingrulesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentslogssamplingrulesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentslogssamplingrulesupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentslogssamplingrulesupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentslogssamplingrulespartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentslogssamplingrulespartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentslogssamplingrulesdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentslogssamplingrulesdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentslogssamplingrulessimulatecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentslogssamplingrulessimulatecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentslogssamplingrulesreordercreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentslogssamplingrulesreordercreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentslogsservicescreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentslogsservicescreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentslogssparklinecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentslogssparklinecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentslogsvaluesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentslogsvaluesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentspersistedfolderlist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentspersistedfolderlist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentspersistedfoldercreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentspersistedfoldercreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentspersistedfolderretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentspersistedfolderretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentspersistedfolderupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentspersistedfolderupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentspersistedfolderpartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentspersistedfolderpartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentspersistedfolderdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentspersistedfolderdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentspersonslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentspersonslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentspersonsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentspersonsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentspersonsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentspersonsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentspersonspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentspersonspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentspersonsactivityretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentspersonsactivityretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentspersonsdeletepropertycreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentspersonsdeletepropertycreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentspersonspropertiestimelineretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentspersonspropertiestimelineretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentspersonssplitcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentspersonssplitcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentspersonsupdatepropertycreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentspersonsupdatepropertycreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentspersonsallactivityretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentspersonsallactivityretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentspersonsbatchbydistinctidscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentspersonsbatchbydistinctidscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentspersonsbatchbyuuidscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentspersonsbatchbyuuidscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentspersonsbulkdeletecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentspersonsbulkdeletecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentspersonscohortsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentspersonscohortsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentspersonsdeletionstatuslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentspersonsdeletionstatuslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentspersonsfunnelretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentspersonsfunnelretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentspersonsfunnelcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentspersonsfunnelcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentspersonsfunnelcorrelationretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentspersonsfunnelcorrelationretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentspersonsfunnelcorrelationcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentspersonsfunnelcorrelationcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentspersonslifecycleretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentspersonslifecycleretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentspersonspropertiesattimeretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentspersonspropertiesattimeretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentspersonsresetpersondistinctidcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentspersonsresetpersondistinctidcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentspersonstrendsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentspersonstrendsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentspersonsvaluesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentspersonsvaluesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentspluginconfigslogslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentspluginconfigslogslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsprojectsecretapikeyslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsprojectsecretapikeyslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsprojectsecretapikeyscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsprojectsecretapikeyscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsprojectsecretapikeysretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsprojectsecretapikeysretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsprojectsecretapikeysupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsprojectsecretapikeysupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsprojectsecretapikeyspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsprojectsecretapikeyspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsprojectsecretapikeysdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsprojectsecretapikeysdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsprojectsecretapikeysrollcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsprojectsecretapikeysrollcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsquerycreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsquerycreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsqueryretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsqueryretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsquerydestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsquerydestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsquerylogretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsquerylogretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsquerycreatewithkind 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsquerycreatewithkind --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsquerycheckauthforasynccreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsquerycheckauthforasynccreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsquerydraftsqlretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsquerydraftsqlretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsqueryupgradecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsqueryupgradecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentssavedlist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentssavedlist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentssavedcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentssavedcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentssavedretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentssavedretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentssavedpartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentssavedpartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentssaveddestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentssaveddestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentssavedregeneratecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentssavedregeneratecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentssessionrecordingplaylistslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentssessionrecordingplaylistslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentssessionrecordingplaylistscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentssessionrecordingplaylistscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentssessionrecordingplaylistsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentssessionrecordingplaylistsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentssessionrecordingplaylistsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentssessionrecordingplaylistsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentssessionrecordingplaylistspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentssessionrecordingplaylistspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentssessionrecordingplaylistsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentssessionrecordingplaylistsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentssessionrecordingplaylistsrecordingsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentssessionrecordingplaylistsrecordingsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentssessionrecordingplaylistsrecordingscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentssessionrecordingplaylistsrecordingscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentssessionrecordingplaylistsrecordingsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentssessionrecordingplaylistsrecordingsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentssessionrecordingslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentssessionrecordingslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentssessionrecordingsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentssessionrecordingsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentssessionrecordingsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentssessionrecordingsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentssessionrecordingspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentssessionrecordingspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentssessionrecordingsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentssessionrecordingsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentssessionrecordingssharinglist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentssessionrecordingssharinglist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentssessionrecordingssharingpasswordscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentssessionrecordingssharingpasswordscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentssessionrecordingssharingpasswordsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentssessionrecordingssharingpasswordsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentssessionrecordingssharingrefreshcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentssessionrecordingssharingrefreshcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentssessionspropertydefinitionsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentssessionspropertydefinitionsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentssessionsvaluesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentssessionsvaluesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentssubscriptionslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentssubscriptionslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentssubscriptionscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentssubscriptionscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentssubscriptionsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentssubscriptionsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentssubscriptionsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentssubscriptionsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentssubscriptionspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentssubscriptionspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentssubscriptionsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentssubscriptionsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentssubscriptionstestdeliverycreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentssubscriptionstestdeliverycreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentssubscriptionssummaryquotaretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentssubscriptionssummaryquotaretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentswarehousesavedquerieslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentswarehousesavedquerieslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentswarehousesavedqueriescreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentswarehousesavedqueriescreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentswarehousesavedqueriesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentswarehousesavedqueriesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentswarehousesavedqueriesupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentswarehousesavedqueriesupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentswarehousesavedqueriespartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentswarehousesavedqueriespartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentswarehousesavedqueriesdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentswarehousesavedqueriesdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentswarehousesavedqueriesactivityretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentswarehousesavedqueriesactivityretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentswarehousesavedqueriesancestorscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentswarehousesavedqueriesancestorscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentswarehousesavedqueriescancelcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentswarehousesavedqueriescancelcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentswarehousesavedqueriesdependenciesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentswarehousesavedqueriesdependenciesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentswarehousesavedqueriesdescendantscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentswarehousesavedqueriesdescendantscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentswarehousesavedqueriesmaterializecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentswarehousesavedqueriesmaterializecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentswarehousesavedqueriesrevertmaterializationcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentswarehousesavedqueriesrevertmaterializationcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentswarehousesavedqueriesruncreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentswarehousesavedqueriesruncreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentswarehousesavedqueriesrunhistoryretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentswarehousesavedqueriesrunhistoryretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentswarehousesavedqueriesresumeschedulescreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentswarehousesavedqueriesresumeschedulescreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentswarehousesavedqueryfolderslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentswarehousesavedqueryfolderslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentswarehousesavedqueryfolderscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentswarehousesavedqueryfolderscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentswarehousesavedqueryfoldersretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentswarehousesavedqueryfoldersretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentswarehousesavedqueryfolderspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentswarehousesavedqueryfolderspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentswarehousesavedqueryfoldersdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentswarehousesavedqueryfoldersdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentswarehousetableslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentswarehousetableslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentswarehousetablescreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentswarehousetablescreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentswarehousetablesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentswarehousetablesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentswarehousetablesupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentswarehousetablesupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentswarehousetablespartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentswarehousetablespartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentswarehousetablesdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentswarehousetablesdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentswarehousetablesrefreshschemacreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentswarehousetablesrefreshschemacreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentswarehousetablesupdateschemacreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentswarehousetablesupdateschemacreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentswarehousetablesfilecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentswarehousetablesfilecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentswarehouseviewlinkcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentswarehouseviewlinkcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentswarehouseviewlinkretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentswarehouseviewlinkretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentswarehouseviewlinkupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentswarehouseviewlinkupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentswarehouseviewlinkpartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentswarehouseviewlinkpartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentswarehouseviewlinkdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentswarehouseviewlinkdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentswarehouseviewlinkvalidatecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentswarehouseviewlinkvalidatecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentswarehouseviewlinkscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentswarehouseviewlinkscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentswarehouseviewlinksretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentswarehouseviewlinksretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentswarehouseviewlinksupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentswarehouseviewlinksupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentswarehouseviewlinkspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentswarehouseviewlinkspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentswarehouseviewlinksdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentswarehouseviewlinksdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentswarehouseviewlinksvalidatecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentswarehouseviewlinksvalidatecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_approvalpolicieslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_approvalpolicieslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_approvalpoliciescreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_approvalpoliciescreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_approvalpoliciesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_approvalpoliciesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_approvalpoliciesupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_approvalpoliciesupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_approvalpoliciespartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_approvalpoliciespartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_approvalpoliciesdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_approvalpoliciesdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_changerequestslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_changerequestslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_changerequestsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_changerequestsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_changerequestsapprovecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_changerequestsapprovecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_changerequestscancelcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_changerequestscancelcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_changerequestsrejectcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_changerequestsrejectcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_conversationslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_conversationslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_conversationscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_conversationscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_conversationsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_conversationsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_conversationsappendmessagecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_conversationsappendmessagecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_conversationscancelpartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_conversationscancelpartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_conversationsqueueretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_conversationsqueueretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_conversationsqueuecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_conversationsqueuecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_conversationsqueuepartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_conversationsqueuepartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_conversationsqueuedestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_conversationsqueuedestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_conversationsqueueclearcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_conversationsqueueclearcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_conversationsviewslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_conversationsviewslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_conversationsviewscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_conversationsviewscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_conversationsviewsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_conversationsviewsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_conversationsviewsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_conversationsviewsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_customerjourneyslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_customerjourneyslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_customerjourneyscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_customerjourneyscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_customerjourneysretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_customerjourneysretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_customerjourneysupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_customerjourneysupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_customerjourneyspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_customerjourneyspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_customerjourneysdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_customerjourneysdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_customerprofileconfigslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_customerprofileconfigslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_customerprofileconfigscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_customerprofileconfigscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_customerprofileconfigsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_customerprofileconfigsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_customerprofileconfigsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_customerprofileconfigsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_customerprofileconfigspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_customerprofileconfigspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_customerprofileconfigsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_customerprofileconfigsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_desktoprecordingslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_desktoprecordingslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_desktoprecordingscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_desktoprecordingscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_desktoprecordingsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_desktoprecordingsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_desktoprecordingsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_desktoprecordingsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_desktoprecordingspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_desktoprecordingspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_desktoprecordingsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_desktoprecordingsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_desktoprecordingsappendsegmentscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_desktoprecordingsappendsegmentscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingassignmentruleslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingassignmentruleslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingassignmentrulescreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingassignmentrulescreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingassignmentrulesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingassignmentrulesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingassignmentrulesupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingassignmentrulesupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingassignmentrulespartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingassignmentrulespartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingassignmentrulesdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingassignmentrulesdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingassignmentrulesreorderpartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingassignmentrulesreorderpartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingfingerprintslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingfingerprintslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingfingerprintsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingfingerprintsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingfingerprintsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingfingerprintsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackinggitproviderfilelinksresolvegithubretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackinggitproviderfilelinksresolvegithubretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackinggitproviderfilelinksresolvegitlabretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackinggitproviderfilelinksresolvegitlabretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackinggroupingruleslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackinggroupingruleslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackinggroupingrulescreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackinggroupingrulescreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackinggroupingrulesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackinggroupingrulesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackinggroupingrulesupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackinggroupingrulesupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackinggroupingrulespartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackinggroupingrulespartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackinggroupingrulesdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackinggroupingrulesdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackinggroupingrulesreorderpartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackinggroupingrulesreorderpartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingissueslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingissueslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingissuescreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingissuescreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingissuesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingissuesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingissuesupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingissuesupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingissuespartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingissuespartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingissuesdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingissuesdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingissuesactivityretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingissuesactivityretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingissuesassignpartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingissuesassignpartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingissuescohortupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingissuescohortupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingissuesmergecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingissuesmergecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingissuessplitcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingissuessplitcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingissuesallactivityretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingissuesallactivityretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingissuesbulkcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingissuesbulkcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingissuesexistsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingissuesexistsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingissuesvaluesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingissuesvaluesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingqueryissuecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingqueryissuecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingqueryissueeventscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingqueryissueeventscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingqueryissueslistcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingqueryissueslistcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingrecommendationslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingrecommendationslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingrecommendationsdismisscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingrecommendationsdismisscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingrecommendationsrefreshcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingrecommendationsrefreshcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingrecommendationsrestorecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingrecommendationsrestorecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingsettingsretrievesettingsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingsettingsretrievesettingsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingsettingsupdatesettingspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingsettingsupdatesettingspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingspikedetectionconfiglist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingspikedetectionconfiglist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingspikedetectionconfigupdateconfigpartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingspikedetectionconfigupdateconfigpartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingspikeeventslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingspikeeventslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingstackframeslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingstackframeslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingstackframesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingstackframesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingstackframesdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingstackframesdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingstackframesbatchgetcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingstackframesbatchgetcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingsuppressionruleslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingsuppressionruleslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingsuppressionrulescreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingsuppressionrulescreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingsuppressionrulesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingsuppressionrulesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingsuppressionrulesupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingsuppressionrulesupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingsuppressionrulespartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingsuppressionrulespartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingsuppressionrulesdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingsuppressionrulesdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingsuppressionrulesreorderpartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingsuppressionrulesreorderpartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_evaluationrunscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_evaluationrunscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_evaluationslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_evaluationslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_evaluationscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_evaluationscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_evaluationsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_evaluationsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_evaluationsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_evaluationsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_evaluationspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_evaluationspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_evaluationsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_evaluationsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_evaluationstesthogcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_evaluationstesthogcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_eventfilterretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_eventfilterretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_eventfiltercreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_eventfiltercreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_eventfiltermetricsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_eventfiltermetricsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_eventfiltermetricstotalsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_eventfiltermetricstotalsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_healthissueslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_healthissueslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_healthissuesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_healthissuesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_healthissuespartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_healthissuespartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_healthissuesresolvecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_healthissuesresolvecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_healthissuessummaryretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_healthissuessummaryretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_lineagegetupstreamretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_lineagegetupstreamretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticsclusteringconfigretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticsclusteringconfigretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticsclusteringconfigseteventfilterscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticsclusteringconfigseteventfilterscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticsclusteringjobslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticsclusteringjobslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticsclusteringjobscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticsclusteringjobscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticsclusteringjobsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticsclusteringjobsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticsclusteringjobsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticsclusteringjobsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticsclusteringjobspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticsclusteringjobspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticsclusteringjobsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticsclusteringjobsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticsevaluationconfigretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticsevaluationconfigretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticsevaluationconfigsetactivekeycreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticsevaluationconfigsetactivekeycreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticsevaluationreportslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticsevaluationreportslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticsevaluationreportscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticsevaluationreportscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticsevaluationreportsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticsevaluationreportsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticsevaluationreportsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticsevaluationreportsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticsevaluationreportspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticsevaluationreportspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticsevaluationreportsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticsevaluationreportsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticsevaluationreportsgeneratecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticsevaluationreportsgeneratecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticsevaluationreportsrunslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticsevaluationreportsrunslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticsevaluationsummarycreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticsevaluationsummarycreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticsmodelsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticsmodelsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticsofflineevaluationsexperimentitemscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticsofflineevaluationsexperimentitemscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticsproviderkeyvalidationscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticsproviderkeyvalidationscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticsproviderkeyslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticsproviderkeyslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticsproviderkeyscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticsproviderkeyscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticsproviderkeysretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticsproviderkeysretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticsproviderkeysupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticsproviderkeysupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticsproviderkeyspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticsproviderkeyspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticsproviderkeysdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticsproviderkeysdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticsproviderkeysassigncreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticsproviderkeysassigncreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticsproviderkeysdependentconfigsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticsproviderkeysdependentconfigsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticsproviderkeysvalidatecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticsproviderkeysvalidatecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticsproviderkeystrialevaluationsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticsproviderkeystrialevaluationsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticsreviewqueueitemslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticsreviewqueueitemslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticsreviewqueueitemscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticsreviewqueueitemscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticsreviewqueueitemsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticsreviewqueueitemsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticsreviewqueueitemspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticsreviewqueueitemspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticsreviewqueueitemsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticsreviewqueueitemsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticsreviewqueueslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticsreviewqueueslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticsreviewqueuescreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticsreviewqueuescreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticsreviewqueuesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticsreviewqueuesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticsreviewqueuespartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticsreviewqueuespartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticsreviewqueuesdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticsreviewqueuesdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticsscoredefinitionslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticsscoredefinitionslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticsscoredefinitionscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticsscoredefinitionscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticsscoredefinitionsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticsscoredefinitionsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticsscoredefinitionspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticsscoredefinitionspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticsscoredefinitionsnewversioncreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticsscoredefinitionsnewversioncreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticssentimentcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticssentimentcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticssentimentgenerationscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticssentimentgenerationscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticssummarizationcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticssummarizationcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticssummarizationbatchcheckcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticssummarizationbatchcheckcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticstextreprcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticstextreprcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticstracereviewslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticstracereviewslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticstracereviewscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticstracereviewscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticstracereviewsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticstracereviewsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticstracereviewspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticstracereviewspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticstracereviewsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticstracereviewsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmanalyticstranslatecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmanalyticstranslatecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmpromptslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmpromptslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmpromptscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmpromptscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmpromptsnameretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmpromptsnameretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmpromptsnamepartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmpromptsnamepartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmpromptsnamearchivecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmpromptsnamearchivecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmpromptsnameduplicatecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmpromptsnameduplicatecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmpromptsresolvenameretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmpromptsresolvenameretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmskillslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmskillslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmskillscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmskillscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmskillsnameretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmskillsnameretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmskillsnamepartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmskillsnamepartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmskillsnamearchivecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmskillsnamearchivecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmskillsnameduplicatecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmskillsnameduplicatecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmskillsnamefilescreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmskillsnamefilescreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmskillsnamefilesrenamecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmskillsnamefilesrenamecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmskillsnamefilesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmskillsnamefilesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmskillsnamefilesdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmskillsnamefilesdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_llmskillsresolvenameretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_llmskillsresolvenameretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_logsexplain_log_with_a_icreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_logsexplain_log_with_a_icreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_logsviewslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_logsviewslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_logsviewscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_logsviewscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_logsviewsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_logsviewsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_logsviewsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_logsviewsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_logsviewspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_logsviewspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_logsviewsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_logsviewsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_managedviewsetsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_managedviewsetsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_managedviewsetsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_managedviewsetsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_maxtoolscreateandqueryinsightcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_maxtoolscreateandqueryinsightcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_mcpserverinstallationslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_mcpserverinstallationslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_mcpserverinstallationscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_mcpserverinstallationscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_mcpserverinstallationsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_mcpserverinstallationsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_mcpserverinstallationsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_mcpserverinstallationsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_mcpserverinstallationspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_mcpserverinstallationspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_mcpserverinstallationsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_mcpserverinstallationsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_mcpserverinstallationsproxycreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_mcpserverinstallationsproxycreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_mcpserverinstallationstoolsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_mcpserverinstallationstoolsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_mcpserverinstallationstoolspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_mcpserverinstallationstoolspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_mcpserverinstallationstoolsrefreshcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_mcpserverinstallationstoolsrefreshcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_mcpserverinstallationsauthorizeretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_mcpserverinstallationsauthorizeretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_mcpserverinstallationsinstallcustomcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_mcpserverinstallationsinstallcustomcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_mcpserverinstallationsinstalltemplatecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_mcpserverinstallationsinstalltemplatecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_mcpserverslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_mcpserverslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_mcptoolscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_mcptoolscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_docssearch 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_docssearch --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_retrievesessionsummariesconfig 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_retrievesessionsummariesconfig --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_updatesessionsummariesconfig 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_updatesessionsummariesconfig --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_createsessionsummaries 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_createsessionsummaries --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_createsessionsummariesindividually 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_createsessionsummariesindividually --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_subscriptionsdeliverieslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_subscriptionsdeliverieslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_subscriptionsdeliveriesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_subscriptionsdeliveriesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_taggerslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_taggerslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_taggerscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_taggerscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_taggersretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_taggersretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_taggersupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_taggersupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_taggerspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_taggerspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_taggersdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_taggersdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_taggerstesthogcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_taggerstesthogcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_tracingspansattributesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_tracingspansattributesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_tracingspansquerycreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_tracingspansquerycreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_tracingspansservicenamesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_tracingspansservicenamesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_tracingspanssparklinecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_tracingspanssparklinecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_tracingspanstracecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_tracingspanstracecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_tracingspansvaluesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_tracingspansvaluesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_userinterviewslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_userinterviewslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_userinterviewscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_userinterviewscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_userinterviewsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_userinterviewsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_userinterviewsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_userinterviewsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_userinterviewspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_userinterviewspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_userinterviewsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_userinterviewsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_webanalyticsweeklydigest 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_webanalyticsweeklydigest --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_webvitalsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_webvitalsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_list 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_list --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_create 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_create --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_retrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_retrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_update 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_update --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_partialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_partialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_destroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_destroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_orgorganizationsbatchexportslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_orgorganizationsbatchexportslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_orgorganizationsbatchexportscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_orgorganizationsbatchexportscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_orgorganizationsbatchexportsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_orgorganizationsbatchexportsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_orgorganizationsbatchexportsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_orgorganizationsbatchexportsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_orgorganizationsbatchexportspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_orgorganizationsbatchexportspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_orgorganizationsbatchexportsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_orgorganizationsbatchexportsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_orgorganizationsbatchexportslogsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_orgorganizationsbatchexportslogsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_orgorganizationsbatchexportspausecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_orgorganizationsbatchexportspausecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_orgorganizationsbatchexportsrunteststepcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_orgorganizationsbatchexportsrunteststepcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_orgorganizationsbatchexportsunpausecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_orgorganizationsbatchexportsunpausecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_orgorganizationsbatchexportsrunteststepnewcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_orgorganizationsbatchexportsrunteststepnewcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_orgorganizationsbatchexportstestretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_orgorganizationsbatchexportstestretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_domainslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_domainslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_domainscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_domainscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_domainsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_domainsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_domainsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_domainsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_domainspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_domainspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_domainsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_domainsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_domainsscimlogsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_domainsscimlogsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_domainsscimtokencreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_domainsscimtokencreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_domainsverifycreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_domainsverifycreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_orgorganizationsintegrationslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_orgorganizationsintegrationslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_orgorganizationsintegrationsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_orgorganizationsintegrationsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_orgorganizationintegrationsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_orgorganizationintegrationsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_integrationsenvironmentmappingpartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_integrationsenvironmentmappingpartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_inviteslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_inviteslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_invitescreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_invitescreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_invitesdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_invitesdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_invitesbulkcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_invitesbulkcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_invitesdelegatecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_invitesdelegatecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_legaldocumentslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_legaldocumentslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_legaldocumentscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_legaldocumentscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_legaldocumentsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_legaldocumentsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_legaldocumentsdownloadretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_legaldocumentsdownloadretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_memberslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_memberslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_membersupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_membersupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_memberspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_memberspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_membersdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_membersdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_membersscopedapikeysretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_membersscopedapikeysretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_oauthapplicationslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_oauthapplicationslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_organizationsprojectslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_organizationsprojectslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_organizationsprojectscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_organizationsprojectscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_organizationsprojectsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_organizationsprojectsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_organizationsprojectsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_organizationsprojectsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_organizationsprojectspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_organizationsprojectspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_organizationsprojectsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_organizationsprojectsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_organizationsprojectsactivityretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_organizationsprojectsactivityretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_organizationsprojectsaddproductintentpartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_organizationsprojectsaddproductintentpartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_organizationsprojectschangeorganizationcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_organizationsprojectschangeorganizationcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_organizationsprojectscompleteproductonboardingpartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_organizationsprojectscompleteproductonboardingpartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_organizationsprojectsdeletesecrettokenbackuppartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_organizationsprojectsdeletesecrettokenbackuppartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_organizationsprojectsgenerateconversationspublictokencreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_organizationsprojectsgenerateconversationspublictokencreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_organizationsprojectsisgeneratingdemodataretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_organizationsprojectsisgeneratingdemodataretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_organizationsprojectsresettokenpartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_organizationsprojectsresettokenpartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_organizationsprojectsrotatesecrettokenpartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_organizationsprojectsrotatesecrettokenpartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_proxyrecordslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_proxyrecordslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_proxyrecordscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_proxyrecordscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_proxyrecordsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_proxyrecordsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_proxyrecordsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_proxyrecordsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_proxyrecordsdiagnosecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_proxyrecordsdiagnosecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_proxyrecordsretrycreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_proxyrecordsretrycreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_roleexternalreferenceslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_roleexternalreferenceslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_roleexternalreferencescreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_roleexternalreferencescreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_roleexternalreferencesdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_roleexternalreferencesdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_roleexternalreferenceslookupretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_roleexternalreferenceslookupretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_roleslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_roleslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_rolescreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_rolescreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_rolesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_rolesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_rolesupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_rolesupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_rolespartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_rolespartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_rolesdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_rolesdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_rolesrolemembershipslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_rolesrolemembershipslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_rolesrolemembershipscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_rolesrolemembershipscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_rolesrolemembershipsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_rolesrolemembershipsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_rolesrolemembershipsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_rolesrolemembershipsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_welcomecurrentretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_welcomecurrentretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_actionslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_actionslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_actionscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_actionscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_actionsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_actionsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_actionsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_actionsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_actionspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_actionspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_actionsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_actionsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_actionsreferenceslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_actionsreferenceslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_actionsbulkupdatetagscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_actionsbulkupdatetagscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_activityloglist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_activityloglist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_advancedactivitylogslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_advancedactivitylogslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_advancedactivitylogsavailablefiltersretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_advancedactivitylogsavailablefiltersretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_advancedactivitylogsexportcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_advancedactivitylogsexportcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_alertslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_alertslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_alertscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_alertscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_alertsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_alertsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_alertsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_alertsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_alertspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_alertspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_alertsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_alertsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_alertssimulatecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_alertssimulatecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_annotationslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_annotationslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_annotationscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_annotationscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_annotationsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_annotationsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_annotationsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_annotationsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_annotationspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_annotationspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_annotationsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_annotationsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_batchexportslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_batchexportslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_batchexportscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_batchexportscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_batchexportsbackfillslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_batchexportsbackfillslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_batchexportsbackfillscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_batchexportsbackfillscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_batchexportsbackfillsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_batchexportsbackfillsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_batchexportsbackfillscancelcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_batchexportsbackfillscancelcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_batchexportsrunslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_batchexportsrunslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_batchexportsrunsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_batchexportsrunsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_batchexportsrunscancelcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_batchexportsrunscancelcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_batchexportsrunslogsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_batchexportsrunslogsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_batchexportsrunsretrycreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_batchexportsrunsretrycreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_batchexportsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_batchexportsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_batchexportsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_batchexportsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_batchexportspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_batchexportspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_batchexportsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_batchexportsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_batchexportslogsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_batchexportslogsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_batchexportspausecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_batchexportspausecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_batchexportsrunteststepcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_batchexportsrunteststepcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_batchexportsunpausecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_batchexportsunpausecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_batchexportsrunteststepnewcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_batchexportsrunteststepnewcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_batchexportstestretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_batchexportstestretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_cohortslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_cohortslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_cohortscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_cohortscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_cohortsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_cohortsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_cohortsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_cohortsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_cohortspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_cohortspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_cohortsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_cohortsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_cohortsactivityretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_cohortsactivityretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_cohortsaddpersonstostaticcohortpartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_cohortsaddpersonstostaticcohortpartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_cohortscalculationhistoryretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_cohortscalculationhistoryretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_cohortspersonsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_cohortspersonsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_cohortsremovepersonfromstaticcohortpartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_cohortsremovepersonfromstaticcohortpartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_cohortsallactivityretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_cohortsallactivityretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_commentslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_commentslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_commentscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_commentscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_commentsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_commentsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_commentsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_commentsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_commentspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_commentspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_commentsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_commentsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_commentscompletecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_commentscompletecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_commentsreopencreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_commentsreopencreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_commentsthreadretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_commentsthreadretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_commentscountretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_commentscountretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_conversationsticketslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_conversationsticketslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_conversationsticketscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_conversationsticketscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_conversationsticketsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_conversationsticketsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_conversationsticketsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_conversationsticketsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_conversationsticketspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_conversationsticketspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_conversationsticketsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_conversationsticketsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_conversationsticketssuggestreplycreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_conversationsticketssuggestreplycreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_conversationsticketsbulkupdatetagscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_conversationsticketsbulkupdatetagscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_conversationsticketsunreadcountretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_conversationsticketsunreadcountretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_dashboardtemplateslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_dashboardtemplateslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_dashboardtemplatescreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_dashboardtemplatescreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_dashboardtemplatesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_dashboardtemplatesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_dashboardtemplatesupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_dashboardtemplatesupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_dashboardtemplatespartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_dashboardtemplatespartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_dashboardtemplatesdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_dashboardtemplatesdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_dashboardtemplatescopybetweenprojectscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_dashboardtemplatescopybetweenprojectscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_dashboardtemplatesjsonschemaretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_dashboardtemplatesjsonschemaretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_dashboardslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_dashboardslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_dashboardscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_dashboardscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_dashboardscollaboratorslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_dashboardscollaboratorslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_dashboardscollaboratorscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_dashboardscollaboratorscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_dashboardscollaboratorsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_dashboardscollaboratorsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_dashboardssharinglist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_dashboardssharinglist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_dashboardssharingpasswordscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_dashboardssharingpasswordscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_dashboardssharingpasswordsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_dashboardssharingpasswordsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_dashboardssharingrefreshcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_dashboardssharingrefreshcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_dashboardsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_dashboardsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_dashboardsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_dashboardsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_dashboardspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_dashboardspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_dashboardsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_dashboardsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_dashboardsanalyzerefreshresultcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_dashboardsanalyzerefreshresultcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_dashboardscopytilecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_dashboardscopytilecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_dashboardsmovetilepartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_dashboardsmovetilepartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_dashboardsreordertilescreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_dashboardsreordertilescreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_dashboardsruninsightsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_dashboardsruninsightsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_dashboardssnapshotcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_dashboardssnapshotcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_dashboardsstreamtilesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_dashboardsstreamtilesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_dashboardsbulkupdatetagscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_dashboardsbulkupdatetagscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_dashboardscreatefromtemplatejsoncreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_dashboardscreatefromtemplatejsoncreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_dashboardscreateunlisteddashboardcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_dashboardscreateunlisteddashboardcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_datacolorthemeslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_datacolorthemeslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_datacolorthemescreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_datacolorthemescreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_datacolorthemesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_datacolorthemesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_datacolorthemesupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_datacolorthemesupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_datacolorthemespartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_datacolorthemespartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_datacolorthemesdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_datacolorthemesdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_datamodelingjobslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_datamodelingjobslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_datamodelingjobsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_datamodelingjobsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_datamodelingjobsrecentretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_datamodelingjobsrecentretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_datamodelingjobsrunningretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_datamodelingjobsrunningretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_datawarehousecheckdatabasenameretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_datawarehousecheckdatabasenameretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_datawarehousecompletedactivityretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_datawarehousecompletedactivityretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_datawarehousedatahealthissuesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_datawarehousedatahealthissuesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_datawarehousedataopsdashboardretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_datawarehousedataopsdashboardretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_datawarehousedeprovisioncreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_datawarehousedeprovisioncreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_datawarehousejobstatsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_datawarehousejobstatsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_datawarehousepropertyvaluesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_datawarehousepropertyvaluesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_datawarehouseprovisioncreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_datawarehouseprovisioncreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_datawarehouseresetpasswordcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_datawarehouseresetpasswordcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_datawarehouserunningactivityretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_datawarehouserunningactivityretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_datawarehousetotalrowsstatsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_datawarehousetotalrowsstatsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_datawarehousewarehousestatusretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_datawarehousewarehousestatusretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_datasetitemslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_datasetitemslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_datasetitemscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_datasetitemscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_datasetitemsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_datasetitemsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_datasetitemsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_datasetitemsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_datasetitemspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_datasetitemspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_datasetitemsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_datasetitemsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_datasetslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_datasetslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_datasetscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_datasetscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_datasetsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_datasetsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_datasetsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_datasetsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_datasetspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_datasetspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_datasetsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_datasetsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_earlyaccessfeaturelist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_earlyaccessfeaturelist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_earlyaccessfeaturecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_earlyaccessfeaturecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_earlyaccessfeatureretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_earlyaccessfeatureretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_earlyaccessfeatureupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_earlyaccessfeatureupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_earlyaccessfeaturepartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_earlyaccessfeaturepartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_earlyaccessfeaturedestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_earlyaccessfeaturedestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_elementslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_elementslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_elementscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_elementscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_elementsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_elementsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_elementsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_elementsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_elementspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_elementspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_elementsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_elementsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_elementsstatsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_elementsstatsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_elementsvaluesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_elementsvaluesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_endpointslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_endpointslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_endpointscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_endpointscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_endpointsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_endpointsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_endpointsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_endpointsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_endpointspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_endpointspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_endpointsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_endpointsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_endpointsmaterializationpreviewcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_endpointsmaterializationpreviewcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_endpointsmaterializationstatusretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_endpointsmaterializationstatusretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_endpointsopenapi_jsonretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_endpointsopenapi_jsonretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_endpointsrunretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_endpointsrunretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_endpointsruncreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_endpointsruncreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_endpointsversionslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_endpointsversionslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_endpointslastexecutiontimescreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_endpointslastexecutiontimescreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsactivityretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsactivityretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsaddproductintentpartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsaddproductintentpartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentscompleteproductonboardingpartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentscompleteproductonboardingpartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdefaultevaluationcontextsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdefaultevaluationcontextsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdefaultevaluationcontextscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdefaultevaluationcontextscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdefaultevaluationcontextsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdefaultevaluationcontextsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdefaultreleaseconditionsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdefaultreleaseconditionsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdefaultreleaseconditionsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdefaultreleaseconditionsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsdeletesecrettokenbackuppartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsdeletesecrettokenbackuppartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentseventingestionrestrictionsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentseventingestionrestrictionsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsexperimentsconfigretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsexperimentsconfigretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsexperimentsconfigpartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsexperimentsconfigpartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsgenerateconversationspublictokencreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsgenerateconversationspublictokencreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsisgeneratingdemodataretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsisgeneratingdemodataretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsresettokenpartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsresettokenpartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentsrotatesecrettokenpartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentsrotatesecrettokenpartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_environmentssettingsasofretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_environmentssettingsasofretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingreleaseslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingreleaseslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingreleasescreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingreleasescreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingreleasesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingreleasesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingreleasesupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingreleasesupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingreleasespartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingreleasespartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingreleasesdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingreleasesdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingreleaseshashretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingreleaseshashretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingsymbolsetslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingsymbolsetslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingsymbolsetscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingsymbolsetscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingsymbolsetsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingsymbolsetsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingsymbolsetsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingsymbolsetsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingsymbolsetspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingsymbolsetspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingsymbolsetsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingsymbolsetsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingsymbolsetsdownloadretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingsymbolsetsdownloadretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingsymbolsetsfinishuploadupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingsymbolsetsfinishuploadupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingsymbolsetsbulkdeletecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingsymbolsetsbulkdeletecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingsymbolsetsbulkfinishuploadcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingsymbolsetsbulkfinishuploadcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingsymbolsetsbulkstartuploadcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingsymbolsetsbulkstartuploadcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_errortrackingsymbolsetsstartuploadcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_errortrackingsymbolsetsstartuploadcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_eventdefinitionslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_eventdefinitionslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_eventdefinitionscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_eventdefinitionscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_eventdefinitionsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_eventdefinitionsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_eventdefinitionsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_eventdefinitionsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_eventdefinitionspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_eventdefinitionspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_eventdefinitionsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_eventdefinitionsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_eventdefinitionsmetricsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_eventdefinitionsmetricsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_eventdefinitionsbulkupdatetagscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_eventdefinitionsbulkupdatetagscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_eventdefinitionsbynameretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_eventdefinitionsbynameretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_eventdefinitionsgolangretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_eventdefinitionsgolangretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_eventdefinitionsprimarypropertiesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_eventdefinitionsprimarypropertiesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_eventdefinitionspythonretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_eventdefinitionspythonretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_eventdefinitionstypescriptretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_eventdefinitionstypescriptretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_eventschemaslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_eventschemaslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_eventschemascreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_eventschemascreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_eventschemasupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_eventschemasupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_eventschemaspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_eventschemaspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_eventschemasdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_eventschemasdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_eventslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_eventslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_eventsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_eventsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_eventsvaluesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_eventsvaluesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_experimentholdoutslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_experimentholdoutslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_experimentholdoutscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_experimentholdoutscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_experimentholdoutsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_experimentholdoutsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_experimentholdoutsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_experimentholdoutsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_experimentholdoutspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_experimentholdoutspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_experimentholdoutsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_experimentholdoutsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_experimentsavedmetricslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_experimentsavedmetricslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_experimentsavedmetricscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_experimentsavedmetricscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_experimentsavedmetricsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_experimentsavedmetricsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_experimentsavedmetricsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_experimentsavedmetricsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_experimentsavedmetricspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_experimentsavedmetricspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_experimentsavedmetricsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_experimentsavedmetricsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_experimentslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_experimentslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_experimentscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_experimentscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_experimentsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_experimentsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_experimentsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_experimentsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_experimentspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_experimentspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_experimentsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_experimentsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_experimentsarchivecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_experimentsarchivecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_experimentscopytoprojectcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_experimentscopytoprojectcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_experimentscreateexposurecohortforexperimentcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_experimentscreateexposurecohortforexperimentcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_experimentsduplicatecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_experimentsduplicatecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_experimentsendcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_experimentsendcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_experimentslaunchcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_experimentslaunchcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_experimentspausecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_experimentspausecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_experimentsrecalculatetimeseriescreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_experimentsrecalculatetimeseriescreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_experimentsresetcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_experimentsresetcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_experimentsresumecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_experimentsresumecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_experimentsshipvariantcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_experimentsshipvariantcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_experimentstimeseriesresultsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_experimentstimeseriesresultsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_experimentsunarchivecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_experimentsunarchivecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_experimentseligiblefeatureflagsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_experimentseligiblefeatureflagsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_experimentsrequiresflagimplementationretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_experimentsrequiresflagimplementationretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_experimentsstatsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_experimentsstatsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_exportslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_exportslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_exportscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_exportscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_exportsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_exportsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_exportscontentretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_exportscontentretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_externaldataschemaslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_externaldataschemaslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_externaldataschemascreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_externaldataschemascreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_externaldataschemasretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_externaldataschemasretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_externaldataschemasupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_externaldataschemasupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_externaldataschemaspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_externaldataschemaspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_externaldataschemasdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_externaldataschemasdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_externaldataschemascancelcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_externaldataschemascancelcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_externaldataschemasdeletedatadestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_externaldataschemasdeletedatadestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_externaldataschemasincrementalfieldscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_externaldataschemasincrementalfieldscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_externaldataschemasreloadcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_externaldataschemasreloadcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_externaldataschemasresynccreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_externaldataschemasresynccreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_externaldatasourceslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_externaldatasourceslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_externaldatasourcescreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_externaldatasourcescreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_externaldatasourcesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_externaldatasourcesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_externaldatasourcesupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_externaldatasourcesupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_externaldatasourcespartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_externaldatasourcespartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_externaldatasourcesdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_externaldatasourcesdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_externaldatasourcesbulkupdateschemaspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_externaldatasourcesbulkupdateschemaspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_externaldatasourcescreatewebhookcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_externaldatasourcescreatewebhookcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_externaldatasourcesdeletewebhookcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_externaldatasourcesdeletewebhookcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_externaldatasourcesjobsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_externaldatasourcesjobsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_externaldatasourcesrefreshschemascreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_externaldatasourcesrefreshschemascreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_externaldatasourcesreloadcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_externaldatasourcesreloadcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_externaldatasourcesrevenueanalyticsconfigpartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_externaldatasourcesrevenueanalyticsconfigpartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_externaldatasourcesupdatewebhookinputscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_externaldatasourcesupdatewebhookinputscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_externaldatasourceswebhookinforetrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_externaldatasourceswebhookinforetrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_externaldatasourcescheckcdcprerequisitescreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_externaldatasourcescheckcdcprerequisitescreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_externaldatasourcesconnectionslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_externaldatasourcesconnectionslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_externaldatasourcesdatabaseschemacreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_externaldatasourcesdatabaseschemacreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_externaldatasourcessourceprefixcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_externaldatasourcessourceprefixcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_externaldatasourceswizardretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_externaldatasourceswizardretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_featureflagslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_featureflagslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_featureflagscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_featureflagscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_featureflagsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_featureflagsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_featureflagsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_featureflagsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_featureflagspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_featureflagspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_featureflagsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_featureflagsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_featureflagsactivityretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_featureflagsactivityretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_featureflagscreatestaticcohortforflagcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_featureflagscreatestaticcohortforflagcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_featureflagsdashboardcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_featureflagsdashboardcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_featureflagsdependentflagslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_featureflagsdependentflagslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_featureflagsenrichusagedashboardcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_featureflagsenrichusagedashboardcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_featureflagsremoteconfigretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_featureflagsremoteconfigretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_featureflagsstatusretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_featureflagsstatusretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_featureflagstestevaluationcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_featureflagstestevaluationcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_featureflagsversionsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_featureflagsversionsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_featureflagsallactivityretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_featureflagsallactivityretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_featureflagsbulkdeletecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_featureflagsbulkdeletecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_featureflagsbulkkeyscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_featureflagsbulkkeyscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_featureflagsbulkupdatetagscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_featureflagsbulkupdatetagscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_featureflagsevaluationreasonsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_featureflagsevaluationreasonsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_featureflagslocalevaluationretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_featureflagslocalevaluationretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_featureflagsmatchingidsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_featureflagsmatchingidsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_featureflagsmyflagsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_featureflagsmyflagsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_featureflagsuserblastradiuscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_featureflagsuserblastradiuscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_filesystemlist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_filesystemlist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_filesystemcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_filesystemcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_filesystemretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_filesystemretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_filesystemupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_filesystemupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_filesystempartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_filesystempartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_filesystemdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_filesystemdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_filesystemcountcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_filesystemcountcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_filesystemlinkcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_filesystemlinkcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_filesystemmovecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_filesystemmovecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_filesystemcountbypathcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_filesystemcountbypathcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_filesystemlogviewretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_filesystemlogviewretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_filesystemlogviewcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_filesystemlogviewcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_filesystemundodeletecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_filesystemundodeletecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_filesystemunfiledretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_filesystemunfiledretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_filesystemshortcutlist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_filesystemshortcutlist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_filesystemshortcutcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_filesystemshortcutcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_filesystemshortcutretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_filesystemshortcutretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_filesystemshortcutupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_filesystemshortcutupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_filesystemshortcutpartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_filesystemshortcutpartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_filesystemshortcutdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_filesystemshortcutdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_filesystemshortcutreordercreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_filesystemshortcutreordercreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_flagvaluevaluesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_flagvaluevaluesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_groupslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_groupslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_groupscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_groupscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_groupsactivityretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_groupsactivityretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_groupsdeletepropertycreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_groupsdeletepropertycreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_groupsfindretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_groupsfindretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_groupspropertydefinitionsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_groupspropertydefinitionsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_groupspropertyvaluesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_groupspropertyvaluesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_groupsrelatedretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_groupsrelatedretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_groupsupdatepropertycreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_groupsupdatepropertycreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_groupstypeslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_groupstypeslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_groupstypesdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_groupstypesdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_groupstypesmetricslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_groupstypesmetricslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_groupstypesmetricscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_groupstypesmetricscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_groupstypesmetricsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_groupstypesmetricsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_groupstypesmetricsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_groupstypesmetricsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_groupstypesmetricspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_groupstypesmetricspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_groupstypesmetricsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_groupstypesmetricsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_groupstypescreatedetaildashboardupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_groupstypescreatedetaildashboardupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_groupstypessetdefaultcolumnsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_groupstypessetdefaultcolumnsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_groupstypesupdatemetadatapartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_groupstypesupdatemetadatapartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_heatmapscreenshotscontentretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_heatmapscreenshotscontentretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_heatmapslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_heatmapslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_heatmapseventsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_heatmapseventsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_hogflowslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_hogflowslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_hogflowscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_hogflowscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_hogflowsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_hogflowsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_hogflowsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_hogflowsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_hogflowspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_hogflowspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_hogflowsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_hogflowsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_hogflowsbatchjobsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_hogflowsbatchjobsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_hogflowsbatchjobscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_hogflowsbatchjobscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_hogflowsblockedrunsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_hogflowsblockedrunsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_hogflowsinvocationscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_hogflowsinvocationscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_hogflowslogsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_hogflowslogsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_hogflowsmetricsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_hogflowsmetricsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_hogflowsmetricstotalsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_hogflowsmetricstotalsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_hogflowsreplayallblockedrunscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_hogflowsreplayallblockedrunscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_hogflowsreplayblockedruncreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_hogflowsreplayblockedruncreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_hogflowsscheduleslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_hogflowsscheduleslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_hogflowsschedulescreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_hogflowsschedulescreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_hogflowsschedulespartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_hogflowsschedulespartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_hogflowsschedulesdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_hogflowsschedulesdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_hogflowsbulkdeletecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_hogflowsbulkdeletecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_hogflowsuserblastradiuscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_hogflowsuserblastradiuscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_hogfunctiontemplateslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_hogfunctiontemplateslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_hogfunctiontemplatesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_hogfunctiontemplatesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_hogfunctionslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_hogfunctionslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_hogfunctionscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_hogfunctionscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_hogfunctionsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_hogfunctionsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_hogfunctionsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_hogfunctionsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_hogfunctionspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_hogfunctionspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_hogfunctionsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_hogfunctionsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_hogfunctionsenablebackfillscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_hogfunctionsenablebackfillscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_hogfunctionsinvocationscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_hogfunctionsinvocationscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_hogfunctionslogsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_hogfunctionslogsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_hogfunctionsmetricsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_hogfunctionsmetricsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_hogfunctionsmetricstotalsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_hogfunctionsmetricstotalsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_hogfunctionsiconretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_hogfunctionsiconretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_hogfunctionsiconsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_hogfunctionsiconsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_hogfunctionsrearrangepartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_hogfunctionsrearrangepartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_insightvariableslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_insightvariableslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_insightvariablescreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_insightvariablescreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_insightvariablesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_insightvariablesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_insightvariablesupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_insightvariablesupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_insightvariablespartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_insightvariablespartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_insightvariablesdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_insightvariablesdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_insightslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_insightslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_insightscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_insightscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_insightssharinglist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_insightssharinglist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_insightssharingpasswordscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_insightssharingpasswordscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_insightssharingpasswordsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_insightssharingpasswordsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_insightssharingrefreshcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_insightssharingrefreshcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_insightsthresholdslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_insightsthresholdslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_insightsthresholdsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_insightsthresholdsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_insightsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_insightsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_insightsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_insightsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_insightspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_insightspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_insightsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_insightsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_insightsactivityretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_insightsactivityretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_insightsanalyzeretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_insightsanalyzeretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_insightssuggestionsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_insightssuggestionsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_insightssuggestionscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_insightssuggestionscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_insightsallactivityretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_insightsallactivityretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_insightsbulkupdatetagscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_insightsbulkupdatetagscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_insightscancelcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_insightscancelcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_insightsgeneratemetadatacreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_insightsgeneratemetadatacreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_insightsmylastviewedretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_insightsmylastviewedretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_insightstrendingretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_insightstrendingretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_insightsviewedcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_insightsviewedcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_integrationslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_integrationslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_integrationscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_integrationscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_integrationsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_integrationsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_integrationsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_integrationsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_integrationsanthropicmanagedagentenvsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_integrationsanthropicmanagedagentenvsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_integrationsanthropicmanagedagentvaultsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_integrationsanthropicmanagedagentvaultsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_integrationsanthropicmanagedagentsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_integrationsanthropicmanagedagentsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_integrationschannelsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_integrationschannelsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_integrationsclickuplistsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_integrationsclickuplistsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_integrationsclickupspacesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_integrationsclickupspacesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_integrationsclickupworkspacesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_integrationsclickupworkspacesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_integrationsemailpartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_integrationsemailpartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_integrationsemailverifycreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_integrationsemailverifycreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_integrationsgithubbranchesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_integrationsgithubbranchesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_integrationsgithubreposretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_integrationsgithubreposretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_integrationsgithubreposrefreshcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_integrationsgithubreposrefreshcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_integrationsgoogleaccessibleaccountsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_integrationsgoogleaccessibleaccountsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_integrationsgoogleconversionactionsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_integrationsgoogleconversionactionsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_integrationsjiraprojectsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_integrationsjiraprojectsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_integrationslinearteamsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_integrationslinearteamsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_integrationslinkedinadsaccountsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_integrationslinkedinadsaccountsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_integrationslinkedinadsconversionrulesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_integrationslinkedinadsconversionrulesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_integrationstwiliophonenumbersretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_integrationstwiliophonenumbersretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_integrationsauthorizeretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_integrationsauthorizeretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_integrationsdomainconnectapplyurlcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_integrationsdomainconnectapplyurlcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_integrationsdomainconnectcheckretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_integrationsdomainconnectcheckretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_integrationsgithublinkexistingcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_integrationsgithublinkexistingcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_integrationsgithuboauthauthorizecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_integrationsgithuboauthauthorizecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_jssnippetresolveretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_jssnippetresolveretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_jssnippetversionretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_jssnippetversionretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_jssnippetversionpartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_jssnippetversionpartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_livedebuggerbreakpointslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_livedebuggerbreakpointslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_livedebuggerbreakpointscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_livedebuggerbreakpointscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_livedebuggerbreakpointsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_livedebuggerbreakpointsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_livedebuggerbreakpointsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_livedebuggerbreakpointsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_livedebuggerbreakpointspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_livedebuggerbreakpointspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_livedebuggerbreakpointsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_livedebuggerbreakpointsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_livedebuggerbreakpointsactiveretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_livedebuggerbreakpointsactiveretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_livedebuggerbreakpointsbreakpointhitsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_livedebuggerbreakpointsbreakpointhitsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_logsalertslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_logsalertslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_logsalertscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_logsalertscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_logsalertsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_logsalertsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_logsalertsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_logsalertsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_logsalertspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_logsalertspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_logsalertsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_logsalertsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_logsalertsdestinationscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_logsalertsdestinationscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_logsalertsdestinationsdeletecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_logsalertsdestinationsdeletecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_logsalertseventslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_logsalertseventslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_logsalertsresetcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_logsalertsresetcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_logsalertssimulatecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_logsalertssimulatecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_logsattributesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_logsattributesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_logscountcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_logscountcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_logscountrangescreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_logscountrangescreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_logsexportcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_logsexportcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_logshaslogsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_logshaslogsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_logsquerycreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_logsquerycreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_logssamplingruleslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_logssamplingruleslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_logssamplingrulescreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_logssamplingrulescreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_logssamplingrulesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_logssamplingrulesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_logssamplingrulesupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_logssamplingrulesupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_logssamplingrulespartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_logssamplingrulespartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_logssamplingrulesdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_logssamplingrulesdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_logssamplingrulessimulatecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_logssamplingrulessimulatecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_logssamplingrulesreordercreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_logssamplingrulesreordercreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_logsservicescreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_logsservicescreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_logssparklinecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_logssparklinecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_logsvaluesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_logsvaluesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_notebookslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_notebookslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_notebookscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_notebookscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_notebookssharinglist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_notebookssharinglist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_notebookssharingpasswordscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_notebookssharingpasswordscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_notebookssharingpasswordsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_notebookssharingpasswordsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_notebookssharingrefreshcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_notebookssharingrefreshcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_notebooksretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_notebooksretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_notebooksupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_notebooksupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_notebookspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_notebookspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_notebooksdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_notebooksdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_notebooksactivityretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_notebooksactivityretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_notebookscollabsavecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_notebookscollabsavecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_notebookscollabstreamretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_notebookscollabstreamretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_notebookshogqlexecutecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_notebookshogqlexecutecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_notebookskernelconfigcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_notebookskernelconfigcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_notebookskerneldataframeretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_notebookskerneldataframeretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_notebookskernelexecutecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_notebookskernelexecutecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_notebookskernelexecutestreamcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_notebookskernelexecutestreamcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_notebookskernelrestartcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_notebookskernelrestartcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_notebookskernelstartcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_notebookskernelstartcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_notebookskernelstatusretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_notebookskernelstatusretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_notebookskernelstopcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_notebookskernelstopcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_notebooksallactivityretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_notebooksallactivityretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_notebooksrecordingcommentsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_notebooksrecordingcommentsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_objectmediapreviewslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_objectmediapreviewslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_objectmediapreviewscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_objectmediapreviewscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_objectmediapreviewsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_objectmediapreviewsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_objectmediapreviewsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_objectmediapreviewsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_objectmediapreviewspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_objectmediapreviewspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_objectmediapreviewsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_objectmediapreviewsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_objectmediapreviewspreferredforeventretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_objectmediapreviewspreferredforeventretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_persistedfolderlist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_persistedfolderlist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_persistedfoldercreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_persistedfoldercreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_persistedfolderretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_persistedfolderretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_persistedfolderupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_persistedfolderupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_persistedfolderpartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_persistedfolderpartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_persistedfolderdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_persistedfolderdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_personslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_personslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_personsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_personsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_personsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_personsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_personspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_personspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_personsactivityretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_personsactivityretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_personsdeletepropertycreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_personsdeletepropertycreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_personspropertiestimelineretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_personspropertiestimelineretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_personssplitcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_personssplitcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_personsupdatepropertycreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_personsupdatepropertycreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_personsallactivityretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_personsallactivityretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_personsbatchbydistinctidscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_personsbatchbydistinctidscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_personsbatchbyuuidscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_personsbatchbyuuidscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_personsbulkdeletecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_personsbulkdeletecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_personscohortsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_personscohortsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_personsdeletionstatuslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_personsdeletionstatuslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_personsfunnelretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_personsfunnelretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_personsfunnelcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_personsfunnelcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_personsfunnelcorrelationretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_personsfunnelcorrelationretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_personsfunnelcorrelationcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_personsfunnelcorrelationcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_personslifecycleretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_personslifecycleretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_personspropertiesattimeretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_personspropertiesattimeretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_personsresetpersondistinctidcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_personsresetpersondistinctidcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_personstrendsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_personstrendsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_personsvaluesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_personsvaluesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_pluginconfigslogslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_pluginconfigslogslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_producttourslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_producttourslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_producttourscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_producttourscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_producttoursretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_producttoursretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_producttoursupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_producttoursupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_producttourspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_producttourspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_producttoursdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_producttoursdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_producttoursdiscarddraftdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_producttoursdiscarddraftdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_producttoursdraftpartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_producttoursdraftpartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_producttoursdraftstatusretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_producttoursdraftstatusretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_producttoursgeneratecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_producttoursgeneratecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_producttourspublishdraftcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_producttourspublishdraftcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_projectsecretapikeyslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_projectsecretapikeyslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_projectsecretapikeyscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_projectsecretapikeyscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_projectsecretapikeysretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_projectsecretapikeysretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_projectsecretapikeysupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_projectsecretapikeysupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_projectsecretapikeyspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_projectsecretapikeyspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_projectsecretapikeysdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_projectsecretapikeysdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_projectsecretapikeysrollcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_projectsecretapikeysrollcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_propertydefinitionslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_propertydefinitionslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_propertydefinitionsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_propertydefinitionsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_propertydefinitionsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_propertydefinitionsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_propertydefinitionspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_propertydefinitionspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_propertydefinitionsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_propertydefinitionsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_propertydefinitionsbulkupdatetagscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_propertydefinitionsbulkupdatetagscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_propertydefinitionsseentogetherretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_propertydefinitionsseentogetherretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_querycreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_querycreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_queryretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_queryretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_querydestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_querydestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_querylogretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_querylogretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_querycreatewithkind 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_querycreatewithkind --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_querycheckauthforasynccreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_querycheckauthforasynccreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_querydraftsqlretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_querydraftsqlretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_queryupgradecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_queryupgradecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_sandboxlist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_sandboxlist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_sandboxcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_sandboxcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_sandboxretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_sandboxretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_sandboxpartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_sandboxpartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_sandboxdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_sandboxdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_savedlist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_savedlist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_savedcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_savedcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_savedretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_savedretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_savedpartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_savedpartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_saveddestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_saveddestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_savedregeneratecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_savedregeneratecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_schemapropertygroupslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_schemapropertygroupslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_schemapropertygroupscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_schemapropertygroupscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_schemapropertygroupsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_schemapropertygroupsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_schemapropertygroupsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_schemapropertygroupsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_schemapropertygroupspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_schemapropertygroupspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_schemapropertygroupsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_schemapropertygroupsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_sdkdoctorreportretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_sdkdoctorreportretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_sessiongroupsummarieslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_sessiongroupsummarieslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_sessiongroupsummariescreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_sessiongroupsummariescreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_sessiongroupsummariesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_sessiongroupsummariesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_sessiongroupsummariesupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_sessiongroupsummariesupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_sessiongroupsummariespartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_sessiongroupsummariespartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_sessiongroupsummariesdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_sessiongroupsummariesdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_sessionrecordingplaylistslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_sessionrecordingplaylistslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_sessionrecordingplaylistscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_sessionrecordingplaylistscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_sessionrecordingplaylistsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_sessionrecordingplaylistsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_sessionrecordingplaylistsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_sessionrecordingplaylistsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_sessionrecordingplaylistspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_sessionrecordingplaylistspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_sessionrecordingplaylistsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_sessionrecordingplaylistsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_sessionrecordingplaylistsrecordingsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_sessionrecordingplaylistsrecordingsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_sessionrecordingplaylistsrecordingscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_sessionrecordingplaylistsrecordingscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_sessionrecordingplaylistsrecordingsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_sessionrecordingplaylistsrecordingsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_sessionrecordingslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_sessionrecordingslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_sessionrecordingsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_sessionrecordingsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_sessionrecordingsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_sessionrecordingsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_sessionrecordingspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_sessionrecordingspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_sessionrecordingsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_sessionrecordingsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_sessionrecordingssharinglist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_sessionrecordingssharinglist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_sessionrecordingssharingpasswordscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_sessionrecordingssharingpasswordscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_sessionrecordingssharingpasswordsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_sessionrecordingssharingpasswordsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_sessionrecordingssharingrefreshcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_sessionrecordingssharingrefreshcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_sessionspropertydefinitionsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_sessionspropertydefinitionsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_sessionsvaluesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_sessionsvaluesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_signalsprocessinglist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_signalsprocessinglist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_signalsprocessingpauseupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_signalsprocessingpauseupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_signalsprocessingpausedestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_signalsprocessingpausedestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_signalsreportslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_signalsreportslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_signalsreportsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_signalsreportsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_signalssourceconfigslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_signalssourceconfigslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_signalssourceconfigscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_signalssourceconfigscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_signalssourceconfigsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_signalssourceconfigsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_signalssourceconfigsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_signalssourceconfigsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_signalssourceconfigspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_signalssourceconfigspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_signalssourceconfigsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_signalssourceconfigsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_subscriptionslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_subscriptionslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_subscriptionscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_subscriptionscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_subscriptionsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_subscriptionsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_subscriptionsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_subscriptionsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_subscriptionspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_subscriptionspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_subscriptionsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_subscriptionsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_subscriptionstestdeliverycreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_subscriptionstestdeliverycreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_subscriptionssummaryquotaretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_subscriptionssummaryquotaretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_surveyslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_surveyslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_surveyscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_surveyscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_surveysretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_surveysretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_surveysupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_surveysupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_surveyspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_surveyspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_surveysdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_surveysdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_surveysactivityretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_surveysactivityretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_surveysarchivedresponseuuidsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_surveysarchivedresponseuuidsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_surveysduplicatetoprojectscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_surveysduplicatetoprojectscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_surveysgeneratetranslationscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_surveysgeneratetranslationscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_surveysresponsesarchivecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_surveysresponsesarchivecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_surveysresponsesunarchivecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_surveysresponsesunarchivecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_surveysstatsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_surveysstatsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_surveyssummarizeresponsescreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_surveyssummarizeresponsescreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_surveyssummaryheadlinecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_surveyssummaryheadlinecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_surveysallactivityretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_surveysallactivityretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_surveysresponsescountretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_surveysresponsescountretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_surveysglobalstatsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_surveysglobalstatsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_taskautomationslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_taskautomationslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_taskautomationscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_taskautomationscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_taskautomationsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_taskautomationsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_taskautomationsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_taskautomationsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_taskautomationspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_taskautomationspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_taskautomationsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_taskautomationsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_taskautomationsruncreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_taskautomationsruncreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_taskslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_taskslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_taskscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_taskscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_tasksretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_tasksretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_tasksupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_tasksupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_taskspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_taskspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_tasksdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_tasksdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_tasksruncreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_tasksruncreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_tasksstagedartifactsfinalizeuploadcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_tasksstagedartifactsfinalizeuploadcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_tasksstagedartifactsprepareuploadcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_tasksstagedartifactsprepareuploadcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_tasksrunslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_tasksrunslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_tasksrunscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_tasksrunscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_tasksrunsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_tasksrunsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_tasksrunspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_tasksrunspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_tasksrunsappendlogcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_tasksrunsappendlogcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_tasksrunsartifactscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_tasksrunsartifactscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_tasksrunsartifactsdownloadcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_tasksrunsartifactsdownloadcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_tasksrunsartifactsfinalizeuploadcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_tasksrunsartifactsfinalizeuploadcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_tasksrunsartifactsprepareuploadcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_tasksrunsartifactsprepareuploadcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_tasksrunsartifactspresigncreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_tasksrunsartifactspresigncreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_tasksrunscommandcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_tasksrunscommandcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_tasksrunsconnectiontokenretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_tasksrunsconnectiontokenretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_tasksrunslogsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_tasksrunslogsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_tasksrunsrelaymessagecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_tasksrunsrelaymessagecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_tasksrunsresumeincloudcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_tasksrunsresumeincloudcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_tasksrunssessionlogsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_tasksrunssessionlogsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_tasksrunssetoutputpartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_tasksrunssetoutputpartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_tasksrunsstartcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_tasksrunsstartcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_tasksrunsstreamretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_tasksrunsstreamretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_tasksrepositoriesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_tasksrepositoriesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_tasksrepositoryreadinessretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_tasksrepositoryreadinessretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_taskssummariescreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_taskssummariescreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_uploadedmediacreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_uploadedmediacreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_visualreviewreposlist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_visualreviewreposlist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_visualreviewreposcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_visualreviewreposcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_visualreviewreposretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_visualreviewreposretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_visualreviewrepospartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_visualreviewrepospartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_visualreviewreposbaselinesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_visualreviewreposbaselinesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_visualreviewreposquarantinelist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_visualreviewreposquarantinelist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_visualreviewreposquarantinecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_visualreviewreposquarantinecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_visualreviewreposquarantineexpirecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_visualreviewreposquarantineexpirecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_visualreviewreposthumbnailsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_visualreviewreposthumbnailsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_visualreviewreposrunslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_visualreviewreposrunslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_visualreviewreposrunscountsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_visualreviewreposrunscountsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_visualreviewrepossnapshotslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_visualreviewrepossnapshotslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_visualreviewrunslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_visualreviewrunslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_visualreviewrunscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_visualreviewrunscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_visualreviewrunsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_visualreviewrunsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_visualreviewrunsaddsnapshotscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_visualreviewrunsaddsnapshotscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_visualreviewrunsapprovecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_visualreviewrunsapprovecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_visualreviewrunsautoapprovecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_visualreviewrunsautoapprovecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_visualreviewrunscompletecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_visualreviewrunscompletecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_visualreviewrunsrecomputecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_visualreviewrunsrecomputecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_visualreviewrunssnapshothistorylist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_visualreviewrunssnapshothistorylist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_visualreviewrunssnapshotslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_visualreviewrunssnapshotslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_visualreviewrunstoleratecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_visualreviewrunstoleratecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_visualreviewrunstoleratedhasheslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_visualreviewrunstoleratedhasheslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_visualreviewrunscountsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_visualreviewrunscountsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_warehousedaglist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_warehousedaglist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_warehousemodelpathslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_warehousemodelpathslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_warehousemodelpathsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_warehousemodelpathsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_warehousesavedquerieslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_warehousesavedquerieslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_warehousesavedqueriescreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_warehousesavedqueriescreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_warehousesavedqueriesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_warehousesavedqueriesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_warehousesavedqueriesupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_warehousesavedqueriesupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_warehousesavedqueriespartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_warehousesavedqueriespartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_warehousesavedqueriesdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_warehousesavedqueriesdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_warehousesavedqueriesactivityretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_warehousesavedqueriesactivityretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_warehousesavedqueriesancestorscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_warehousesavedqueriesancestorscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_warehousesavedqueriescancelcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_warehousesavedqueriescancelcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_warehousesavedqueriesdependenciesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_warehousesavedqueriesdependenciesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_warehousesavedqueriesdescendantscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_warehousesavedqueriesdescendantscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_warehousesavedqueriesmaterializecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_warehousesavedqueriesmaterializecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_warehousesavedqueriesrevertmaterializationcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_warehousesavedqueriesrevertmaterializationcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_warehousesavedqueriesruncreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_warehousesavedqueriesruncreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_warehousesavedqueriesrunhistoryretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_warehousesavedqueriesrunhistoryretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_warehousesavedqueriesresumeschedulescreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_warehousesavedqueriesresumeschedulescreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_warehousesavedqueryfolderslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_warehousesavedqueryfolderslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_warehousesavedqueryfolderscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_warehousesavedqueryfolderscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_warehousesavedqueryfoldersretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_warehousesavedqueryfoldersretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_warehousesavedqueryfolderspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_warehousesavedqueryfolderspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_warehousesavedqueryfoldersdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_warehousesavedqueryfoldersdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_warehousetableslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_warehousetableslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_warehousetablescreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_warehousetablescreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_warehousetablesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_warehousetablesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_warehousetablesupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_warehousetablesupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_warehousetablespartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_warehousetablespartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_warehousetablesdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_warehousetablesdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_warehousetablesrefreshschemacreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_warehousetablesrefreshschemacreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_warehousetablesupdateschemacreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_warehousetablesupdateschemacreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_warehousetablesfilecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_warehousetablesfilecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_warehouseviewlinkcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_warehouseviewlinkcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_warehouseviewlinkretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_warehouseviewlinkretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_warehouseviewlinkupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_warehouseviewlinkupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_warehouseviewlinkpartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_warehouseviewlinkpartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_warehouseviewlinkdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_warehouseviewlinkdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_warehouseviewlinkvalidatecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_warehouseviewlinkvalidatecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_warehouseviewlinkscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_warehouseviewlinkscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_warehouseviewlinksretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_warehouseviewlinksretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_warehouseviewlinksupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_warehouseviewlinksupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_warehouseviewlinkspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_warehouseviewlinkspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_warehouseviewlinksdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_warehouseviewlinksdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_warehouseviewlinksvalidatecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_warehouseviewlinksvalidatecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_webexperimentslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_webexperimentslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_webexperimentscreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_webexperimentscreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_webexperimentsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_webexperimentsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_webexperimentsupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_webexperimentsupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_webexperimentspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_webexperimentspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_webexperimentsdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_webexperimentsdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_publichogfunctiontemplateslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_publichogfunctiontemplateslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_userhomesettingsretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_userhomesettingsretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_userhomesettingspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_userhomesettingspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_userslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_userslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_userssignalautonomyretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_userssignalautonomyretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_userssignalautonomycreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_userssignalautonomycreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_userssignalautonomydestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_userssignalautonomydestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_usersretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_usersretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_usersupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_usersupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_userspartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_userspartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_usersdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_usersdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_usersgithubloginretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_usersgithubloginretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_usershedgehogconfigretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_usershedgehogconfigretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_usershedgehogconfigpartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_usershedgehogconfigpartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_usersintegrationslist 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_usersintegrationslist --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_usersintegrationsgithubdestroy 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_usersintegrationsgithubdestroy --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_usersintegrationsgithubbranchesretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_usersintegrationsgithubbranchesretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_usersintegrationsgithubreposretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_usersintegrationsgithubreposretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_usersintegrationsgithubreposrefreshcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_usersintegrationsgithubreposrefreshcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_usersintegrationsgithubstartcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_usersintegrationsgithubstartcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_usersonboardingskipcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_usersonboardingskipcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_usersscenepersonalisationcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_usersscenepersonalisationcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_usersstart2fasetupretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_usersstart2fasetupretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_userstwofactorbackupcodescreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_userstwofactorbackupcodescreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_userstwofactordisablecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_userstwofactordisablecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_userstwofactorstartsetupretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_userstwofactorstartsetupretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_userstwofactorstatusretrieve 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_userstwofactorstatusretrieve --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_userstwofactorvalidatecreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_userstwofactorvalidatecreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_usersvalidate2facreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_usersvalidate2facreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_userscancelemailchangerequestpartialupdate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_userscancelemailchangerequestpartialupdate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_usersrequestemailverificationcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_usersrequestemailverificationcreate --json
ParameterTypeRequiredDescription
No parameters.
posthog.posthog_usersverifyemailcreate 0 parameters
Schema command
kosmo integrations:schema posthog.posthog_usersverifyemailcreate --json
ParameterTypeRequiredDescription
No parameters.

Permissions

Headless calls still follow the integration read/write permission policy. Configure read/write defaults with integrations:configure. Add --force only for trusted automation that should bypass that policy.