Skip to content
Last updated
GET/v1/connectors/pipeline/health

Health check endpoint for the pipeline connector service.

No authentication required.

Returns

Service health status and configuration information including supported namespaces and maximum batch size.

cURL
curl -X GET "https://api.aitronos.com/v1/connectors/pipeline/health?organization_id=org_12345678901234567890123456789012" \
  -H "X-API-Key: $FREDDY_API_KEY"

Response

200 - Healthy
{
  "status": "healthy",
  "service": "pipeline-connector",
  "version": "1.0.0",
  "supported_namespaces": ["clickup"],
  "max_batch_size": 1000
}