PostHog · Schema

Task

A/B TestingAnalyticsFeature FlagsOpen-SourceProduct AnalyticsSession Recording

Properties

Name Type Description
id string
task_number integer
slug string
title string
title_manually_set boolean
description string
origin_product object
repository string
github_integration integer GitHub integration for this task
github_user_integration string User-scoped GitHub integration to use for user-authored cloud runs.
signal_report string
signal_report_task_relationship object
json_schema object JSON schema for the task. This is used to validate the output of the task.
internal boolean If true, this task is for internal use and should not be exposed to end users.
latest_run object Latest run details for this task
created_at string
updated_at string
created_by object
ci_prompt string Custom prompt for CI fixes. If blank, a default prompt will be used.
View JSON Schema on GitHub

JSON Schema

posthog-task-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Task",
  "title": "Task",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "readOnly": true
    },
    "task_number": {
      "type": "integer",
      "readOnly": true,
      "nullable": true
    },
    "slug": {
      "type": "string",
      "readOnly": true
    },
    "title": {
      "type": "string",
      "maxLength": 255
    },
    "title_manually_set": {
      "type": "boolean"
    },
    "description": {
      "type": "string"
    },
    "origin_product": {
      "$ref": "#/components/schemas/OriginProductEnum"
    },
    "repository": {
      "type": "string",
      "nullable": true,
      "maxLength": 255
    },
    "github_integration": {
      "type": "integer",
      "nullable": true,
      "description": "GitHub integration for this task"
    },
    "github_user_integration": {
      "type": "string",
      "format": "uuid",
      "nullable": true,
      "description": "User-scoped GitHub integration to use for user-authored cloud runs."
    },
    "signal_report": {
      "type": "string",
      "format": "uuid",
      "nullable": true
    },
    "signal_report_task_relationship": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SignalReportTaskRelationshipEnum"
        }
      ],
      "writeOnly": true
    },
    "json_schema": {
      "nullable": true,
      "description": "JSON schema for the task. This is used to validate the output of the task."
    },
    "internal": {
      "type": "boolean",
      "description": "If true, this task is for internal use and should not be exposed to end users."
    },
    "latest_run": {
      "type": "object",
      "additionalProperties": true,
      "nullable": true,
      "description": "Latest run details for this task",
      "readOnly": true
    },
    "created_at": {
      "type": "string",
      "format": "date-time",
      "readOnly": true
    },
    "updated_at": {
      "type": "string",
      "format": "date-time",
      "readOnly": true
    },
    "created_by": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UserBasic"
        }
      ],
      "readOnly": true
    },
    "ci_prompt": {
      "type": "string",
      "nullable": true,
      "description": "Custom prompt for CI fixes. If blank, a default prompt will be used."
    }
  },
  "required": [
    "created_at",
    "created_by",
    "id",
    "latest_run",
    "slug",
    "task_number",
    "updated_at"
  ]
}

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-task"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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