Pular para o conteúdo

Get Ai Feature Status

GET
/api/v1/ai/status

Get status of all AI features.

Requires authentication (any logged-in user).

Returns which AI features are enabled and how to display disabled features in the UI (hide or show_disabled).

Used by frontend to:

  • Show/hide AI menu items
  • Display disabled states on menu items
  • Show friendly “feature disabled” pages instead of 403 errors

Successful Response

AIFeatureStatusResponse

Public response for AI feature status.

Used by frontend to determine which AI features are enabled and how to display disabled features (hide or show_disabled).

object
ai_enabled
required
Ai Enabled
boolean
chat_assistants
required
Chat Assistants
boolean
custom_assistants
required
Custom Assistants
boolean
knowledge_base
required
Knowledge Base
boolean
rag
required
Rag
boolean
agents
required
Agents
boolean
channel_autoresponse
required
Channel Autoresponse
boolean
memory
required
Memory
boolean
learning
required
Learning
boolean
external_sources
required
External Sources
boolean
disabled_feature_behavior
Disabled Feature Behavior

How to display disabled features: ‘hide’ or ‘show_disabled’

string
default: show_disabled