Check whether the knowledge connector service is reachable.
GEThttps://api.aitronos.com/v1/knowledge/connectors/health
Returns the availability status of the connector service. This endpoint does not require authentication.
GEThttps://api.aitronos.com/v1/organizations/{organization_id}/knowledge/connectors/health
Returns the availability status of the connector service for a specific organization. Requires authentication.
organization_id string required
The unique identifier of the organization (format: org_*).
An object with status (string) and available (boolean).
cURL — Public
- Bash
- Bash
- Python
- Python
- JavaScript
curl "https://api.aitronos.com/v1/knowledge/connectors/health"