PostHog · Schema

Conversation

A/B TestingAnalyticsFeature FlagsOpen-SourceProduct AnalyticsSession Recording

Properties

Name Type Description
id string
status object
title string Title of the conversation.
user object
created_at string
updated_at string
type object
is_internal boolean Whether this conversation was created during an impersonated session (e.g., by support agents). Internal conversations are hidden from customers.
slack_thread_key string Unique key for Slack thread: '{workspace_id}:{channel}:{thread_ts}'
slack_workspace_domain string Slack workspace subdomain (e.g. 'posthog' for posthog.slack.com)
messages array
has_unsupported_content boolean
agent_mode string
is_sandbox boolean
pending_approvals array Return pending approval cards as structured data. Combines metadata from conversation.approval_decisions with payload from checkpoint interrupts (single source of truth for payload data).
View JSON Schema on GitHub

JSON Schema

posthog-conversation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Conversation",
  "title": "Conversation",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "readOnly": true
    },
    "status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ConversationStatus"
        }
      ],
      "readOnly": true
    },
    "title": {
      "type": "string",
      "readOnly": true,
      "nullable": true,
      "description": "Title of the conversation."
    },
    "user": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UserBasic"
        }
      ],
      "readOnly": true
    },
    "created_at": {
      "type": "string",
      "format": "date-time",
      "readOnly": true,
      "nullable": true
    },
    "updated_at": {
      "type": "string",
      "format": "date-time",
      "readOnly": true,
      "nullable": true
    },
    "type": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ConversationType"
        }
      ],
      "readOnly": true
    },
    "is_internal": {
      "type": "boolean",
      "readOnly": true,
      "nullable": true,
      "description": "Whether this conversation was created during an impersonated session (e.g., by support agents). Internal conversations are hidden from customers."
    },
    "slack_thread_key": {
      "type": "string",
      "readOnly": true,
      "nullable": true,
      "description": "Unique key for Slack thread: '{workspace_id}:{channel}:{thread_ts}'"
    },
    "slack_workspace_domain": {
      "type": "string",
      "readOnly": true,
      "nullable": true,
      "description": "Slack workspace subdomain (e.g. 'posthog' for posthog.slack.com)"
    },
    "messages": {
      "type": "array",
      "items": {
        "type": "object",
        "additionalProperties": true
      },
      "readOnly": true
    },
    "has_unsupported_content": {
      "type": "boolean",
      "readOnly": true
    },
    "agent_mode": {
      "type": "string",
      "nullable": true,
      "readOnly": true
    },
    "is_sandbox": {
      "type": "boolean",
      "readOnly": true
    },
    "pending_approvals": {
      "type": "array",
      "items": {
        "type": "object",
        "additionalProperties": true
      },
      "description": "Return pending approval cards as structured data.\n\nCombines metadata from conversation.approval_decisions with payload from checkpoint\ninterrupts (single source of truth for payload data).",
      "readOnly": true
    }
  },
  "required": [
    "agent_mode",
    "created_at",
    "has_unsupported_content",
    "id",
    "is_internal",
    "is_sandbox",
    "messages",
    "pending_approvals",
    "slack_thread_key",
    "slack_workspace_domain",
    "status",
    "title",
    "type",
    "updated_at",
    "user"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/posthog-conversation"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.