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

# Get Schema

> Return schema summary covering FalkorDB, DuckDB and Qdrant.



## OpenAPI

````yaml /api-reference/skills-api.json get /v1/skills/schema
openapi: 3.1.0
info:
  title: Strattum Skills API
  description: Skills, Secrets, Config and Query service for the Skills module.
  version: 0.1.0
servers: []
security: []
paths:
  /v1/skills/schema:
    get:
      tags:
        - query
      summary: Get Schema
      description: Return schema summary covering FalkorDB, DuckDB and Qdrant.
      operationId: get_schema_v1_skills_schema_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                additionalProperties: true
                type: object
                title: Response Get Schema V1 Skills Schema Get

````