> ## Documentation Index
> Fetch the complete documentation index at: https://docs.oktolabs.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Global Kg Settings

> Return process-global KG settings (no board context required).

Exposes the embedding-provider state so the Dashboard Settings banner and
smoke-test tooling can tell stub-mode apart from a healthy load without
needing to pick a board. MUST NOT trigger a model load (TR-4).



## OpenAPI

````yaml /openapi.json get /api/v1/kg/settings
openapi: 3.1.0
info:
  description: >-
    Okto Pulse REST API schema generated from okto-pulse-core 0.2.0 source for
    docs.oktolabs.ai.
  title: Okto Pulse
  version: 0.2.0
servers: []
security: []
paths:
  /api/v1/kg/settings:
    get:
      tags:
        - knowledge-graph
        - knowledge-graph
      summary: Get Global Kg Settings
      description: >-
        Return process-global KG settings (no board context required).


        Exposes the embedding-provider state so the Dashboard Settings banner
        and

        smoke-test tooling can tell stub-mode apart from a healthy load without

        needing to pick a board. MUST NOT trigger a model load (TR-4).
      operationId: get_global_kg_settings_api_v1_kg_settings_get
      responses:
        '200':
          content:
            application/json:
              schema: {}
          description: Successful Response

````