PostHog · Schema

StatusReasonEnum

* `trial_limit_reached` - Trial evaluation limit reached * `model_not_allowed` - Model not available on the trial plan * `provider_key_deleted` - Provider API key was deleted

A/B TestingAnalyticsFeature FlagsOpen SourceProduct AnalyticsSession Recording
View JSON Schema on GitHub

JSON Schema

posthog-statusreasonenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/StatusReasonEnum",
  "title": "StatusReasonEnum",
  "enum": [
    "trial_limit_reached",
    "model_not_allowed",
    "provider_key_deleted"
  ],
  "type": "string",
  "description": "* `trial_limit_reached` - Trial evaluation limit reached\n* `model_not_allowed` - Model not available on the trial plan\n* `provider_key_deleted` - Provider API key was deleted"
}