Get service health status

no
Summary: Returns the health status of the sync service.

Original Documentation

Documentation Index#

Fetch the complete documentation index at: https://docs.trychroma.com/llms.txt Use this file to discover all available pages before exploring further.

Returns the health status of the sync service.

OpenAPI#

openapi: 3.1.0
info:
  title: Chroma Sync Service
  description: >-
    Chroma Sync Service provides APIs for managing data synchronization sources
    and invocations. The service supports syncing content from GitHub
    repositories, web scrape targets, and S3 buckets to Chroma collections.
  license:
    name: ''
  version: 0.1.0
servers:
  - url: https://sync.trychroma.com
security: []
paths:
  /health:
    get:
      tags:
        - System
      summary: Get service health status
      description: Returns the health status of the sync service.
      operationId: health_check
      responses:
        '200':
          description: Health check successful
        '503':
          description: Service is unavailable
Link last verified June 7, 2026. View original ↗
Source: Chroma Docs
Link last verified: 2026-03-04