airbyte_health_check
Verifies that the Airbyte API is reachable and healthy by sending a lightweight health check request. Use this to confirm connectivity and authentication before proceeding with other 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 |