FusionAuth · Capability

FusionAuth API — Health

FusionAuth API — Health. 1 operations. Lead operation: Retrieves the FusionAuth system health. This API will return 200 if the system is healthy, and 500 if the system is un-healthy.. Self-contained Naftiko capability covering one business surface.

FusionAuth API — Health is a Naftiko capability published by FusionAuth, one of 33 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the GET method rooted at /v1/api/health.

The capability includes 1 read-only operation. Lead operation: Retrieves the FusionAuth system health. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include FusionAuth and Health.

Run with Naftiko FusionAuthHealth

What You Can Do

GET
Retrievesystemhealthwithid — Retrieves the FusionAuth system health. This API will return 200 if the system is healthy, and 500 if the system is un-healthy.
/v1/api/health

MCP Tools

fusionauth-retrievesystemhealthwithid

Retrieves the FusionAuth system health. This API will return 200 if the system is healthy, and 500 if the system is un-healthy.

read-only idempotent

Capability Spec

fusionauth-health.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FusionAuth API — Health
  description: 'FusionAuth API — Health. 1 operations. Lead operation: Retrieves the FusionAuth system health. This API will return 200 if the system is healthy, and 500 if the system is un-healthy.. Self-contained Naftiko capability covering one business surface.'
  tags:
  - FusionAuth
  - Health
  created: '2026-05-20'
  modified: '2026-05-20'
binds:
- namespace: env
  keys:
    FUSIONAUTH_API_KEY: FUSIONAUTH_API_KEY
capability:
  consumes:
  - type: http
    namespace: fusionauth-health
    baseUri: http://localhost:9011
    description: FusionAuth API — Health business capability. Self-contained, no shared references.
    resources:
    - name: api-health
      path: /api/health
      operations:
      - name: retrievesystemhealthwithid
        method: GET
        description: Retrieves the FusionAuth system health. This API will return 200 if the system is healthy, and 500 if the system is un-healthy.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters: []
  exposes:
  - type: rest
    namespace: fusionauth-health-rest
    port: 8080
    description: REST adapter for FusionAuth API — Health. One resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/api/health
      name: api-health
      description: REST surface for api-health.
      operations:
      - method: GET
        name: retrievesystemhealthwithid
        description: Retrieves the FusionAuth system health. This API will return 200 if the system is healthy, and 500 if the system is un-healthy.
        call: fusionauth-health.retrievesystemhealthwithid
        with: {}
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: fusionauth-health-mcp
    port: 9090
    transport: http
    description: MCP adapter for FusionAuth API — Health. One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: fusionauth-retrievesystemhealthwithid
      description: Retrieves the FusionAuth system health. This API will return 200 if the system is healthy, and 500 if the system is un-healthy.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: fusionauth-health.retrievesystemhealthwithid
      with: {}
      outputParameters:
      - type: object
        mapping: $.