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

# I'm a little teapot...



## OpenAPI

````yaml /api-reference/4.2/service-system.json get /system/teapot
openapi: 3.0.0
info:
  version: 4.2.6-rc1
  title: Fusion Service system
servers:
  - url: /api/apollo/
security: []
tags:
  - name: system
paths:
  /system/teapot:
    get:
      tags:
        - 4.2 System API
      summary: I'm a little teapot...
      operationId: teapot
      responses:
        default:
          description: successful operation

````