HEX
Server: LiteSpeed
System: Linux houston.panomity.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
User: nudepix (1011)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //opt/agentcloud/airbyte/docs/integrations/sources/harness.md
# Harness

## Overview

The Harness source is migrated from [Faros
AI](https://github.com/faros-ai/airbyte-connectors/tree/main/sources/harness-source).
Please file any support requests on that repo to minimize response time from the
maintainers. The source supports both Full Refresh and Incremental syncs. You
can choose if this source will copy only the new or updated data, or all rows in
the tables and columns you set up for replication, every time a sync is run.

### Output schema

Only one stream is currently available from this source:

* [Organization](https://apidocs.harness.io/tag/Organization#operation/getOrganizationList)

If there are more endpoints you'd like Faros AI to support, please [create an
issue.](https://github.com/faros-ai/airbyte-connectors/issues/new)

### Features

| Feature            | Supported? |
| :----------------- | :--------- |
| Full Refresh Sync  | Yes        |
| Incremental Sync   | No         |
| SSL connection     | No         |
| Namespaces         | No         |

### Performance considerations

The Harness source should not run into Harness API limitations under normal
usage.  Please [create an
issue](https://github.com/faros-ai/airbyte-connectors/issues/new) if you see any
rate limit issues that are not automatically retried successfully.

## Getting started

### Requirements

* Harness Account Id
* Harness API Key
* Harness API URL, if using a self-hosted Harness instance

Please follow the [their documentation for generating a Harness API
Key](https://ngdocs.harness.io/article/tdoad7xrh9-add-and-manage-api-keys#harness_api_key).

## Changelog

| Version    | Date       | Pull Request                                                        | Subject                                               |
| :--------- | :--------- | :------------------------------------------------------------------ | :---------------------------------------------------- |
| 0.1.0      | 2023-10-10 | [31103](https://github.com/airbytehq/airbyte/pull/31103) | Migrate to low code                                   |
| 0.1.23     | 2021-11-16 | [153](https://github.com/faros-ai/airbyte-connectors/pull/153)      | Add Harness source and Faros destination's converter  |