Skip to content
Last updated
🔨 In Development — This section is still being developed and may change.
GET/v1/pipeline/health

Health check endpoint for pipeline connector service.

Returns service status and configuration information. No authentication required.

Returns service health status, version, supported namespaces, and maximum batch size.

cURL
curl https://api.aitronos.com/v1/pipeline/health

Response

{
  "status": "healthy",
  "service": "pipeline-connector",
  "version": "1.0.0",
  "supported_namespaces": "all",
  "max_batch_size": 1000
}