Aident logoAident logo centerAident Loadout
Use CasesPricingDocs
ENStart Now
AppsPostHog ToolsPosthog Create Query In Project By Id
PostHog Tools

Posthog Create Query In Project By Id

The `/api/projects/{project_id}/query/` POST endpoint allows users to submit queries for a specific project by providing the project ID in the URL and the query details in JSON or form data. Authentication is required and it returns query results.

Write actionRisk level 2 of 5API key connection
Use Posthog Create Query In Project By Id

Pricing and limits

Aident logo

Product

Aident LoadoutAident Playbook EditorOpen-CUAK

About

AppsSkillsUse CasesDocsBlogPricingDownloadsPrivacy PolicyTerms of Service

Alternatives

vs Composiovs Zapier
llms.txtGet an AI summary of Aident LoadoutSummarize with ChatGPTSummarize with ClaudeSummarize with GeminiSummarize with Perplexity

© Aident Labs, 2024-2026

Pricing
Free
Unified payment
Not currently supported

Inputs

  • asyncboolean
    (Experimental) Whether to run the query asynchronously. Defaults to False. If True, the `id` of the query can be used to check the status and to cancel it.
  • queryobject
    Required
    Query object for PostHog data analysis. Supported query kinds include HogQLQuery, FunnelsQuery, TrendsQuery, etc. For HogQL: {"kind": "HogQLQuery", "query": "select * from events limit 100"}. For TrendsQuery, fields like interval, series, and dateRange must be at root level: {"k…
  • refreshstring
    Enum for refresh mode options
  • project_idstring
    Required
    Project ID of the project you"re trying to access. To find the ID of the project, make a call to /api/projects/.
  • client_query_idstring
    Client provided query ID. Can be used to retrieve the status or cancel the query.

Observable output

  • data
    Required
    Data from the action execution
  • errorstring
    Error if any occurred during the execution of the action
  • successfulboolean
    Required
    Whether or not the action execution was successful or not

Skills that use this Action

Related use cases

No verified related use cases are linked yet.

Official source

Provider source

Skills that use this Action

No published Skills explicitly reference this Action yet.