airbyte_health_check
Verify Airbyte API connectivity and authentication by sending a health check request. Resolves connection issues before further operations.
Instructions
Check whether the Airbyte API is reachable and healthy.
Sends a lightweight GET /health request to verify connectivity and authentication. Use this as the first call to confirm the Airbyte instance is running before making other requests.
When to Use: - Verify the Airbyte instance is up and reachable. - Diagnose "connection refused" or authentication errors. - Confirm credentials are valid after initial setup.
Returns: "OK – Airbyte API is healthy." on success. On failure, returns a human-readable error with the root cause (e.g. connection refused, 401 unauthorized, timeout).
Examples: Call with no parameters: airbyte_health_check()
Related Tools: After confirming health, use airbyte_list_workspaces to discover available workspaces.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |