> ## 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.

# Get systemstatus code



## OpenAPI

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

````