Skip to content
Last updated
GET/v1/connectors/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/connectors/pipeline/health

Response

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