Skip to content
Last updated

Check whether the knowledge connector service is reachable.

Public health check

GEThttps://api.aitronos.com/v1/knowledge/connectors/health

Returns the availability status of the connector service. This endpoint does not require authentication.


Organization-scoped health check

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.

Path Parameters

organization_id string required

The unique identifier of the organization (format: org_*).


Returns

An object with status (string) and available (boolean).

cURL — Public
curl "https://api.aitronos.com/v1/knowledge/connectors/health"