GET/v1/connectors/pipeline/health
Health check endpoint for the pipeline connector service.
No authentication required.
Service health status and configuration information including supported namespaces and maximum batch size.
cURL
- Bash
- Python
- JavaScript
curl -X GET "https://api.aitronos.com/v1/connectors/pipeline/health?organization_id=org_12345678901234567890123456789012" \
-H "X-API-Key: $FREDDY_API_KEY"200 - Healthy
- JSON
{
"status": "healthy",
"service": "pipeline-connector",
"version": "1.0.0",
"supported_namespaces": ["clickup"],
"max_batch_size": 1000
}