> For the complete documentation index, see [llms.txt](https://developer.collibra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.collibra.com/api/graphql/data-access/enumerations/sync-status.md).

# SyncStatus

No description

```graphql
enum SyncStatus {
  Failed
  InProgress
  NotConnected
  OutOfDate
  OutOfSync
  Synced
}
```

### Values

#### Failed <a href="#failed" id="failed"></a>

The sync process has failed.

#### InProgress <a href="#in-progress" id="in-progress"></a>

The sync process is currently running.

#### NotConnected <a href="#not-connected" id="not-connected"></a>

This data source has not been synced yet.

#### OutOfDate <a href="#out-of-date" id="out-of-date"></a>

This data source hasn't been synced in a long time.

#### OutOfSync <a href="#out-of-sync" id="out-of-sync"></a>

There are access control changes made in the data source that have not been synced yet.

#### Synced <a href="#synced" id="synced"></a>

The data source is fully synced.

### Member Of

[`AccessControl`](/api/graphql/data-access/object-types/access-control.md) object ● `AccessControlAuditLog` object ● `DataSourceSyncInformation` object ● [`SyncData`](/api/graphql/data-access/object-types/sync-data.md) object
