# Interface: SyncCompletionMetadataIncomplete

Defined in: [api_types.ts:1594](https://github.com/coda/packs-sdk/blob/b2b4c9dba5ca748bdbb94481cc13b5ca3c328ef6/api_types.ts#L1594)

Contains metadata for a failed or incomplete sync.

## Properties

### hasIncompleteResults

> **hasIncompleteResults**: `true`

Defined in: [api_types.ts:1600](https://github.com/coda/packs-sdk/blob/b2b4c9dba5ca748bdbb94481cc13b5ca3c328ef6/api_types.ts#L1600)

Returned by an incremental sync if the results are incomplete. Will be ignored during a full sync.

This will trigger a full sync so that complete results can be obtained.

______________________________________________________________________

### incrementalContinuation?

> `optional` **incrementalContinuation**: `undefined`

Defined in: [api_types.ts:1605](https://github.com/coda/packs-sdk/blob/b2b4c9dba5ca748bdbb94481cc13b5ca3c328ef6/api_types.ts#L1605)

Not set for incomplete syncs.
