Understanding Reconciliation Status and Process

Last updated: July 11, 2025

Reconciliation Status Values

When retrieving a reconciliation through the API, the status field can have two possible values:

  • OK - No drift was detected during reconciliation

  • NOT_OK - Drift was detected during reconciliation

Reconciliation Process

The reconciliation process is synchronous, meaning that when you call the reconcile endpoint, it will not return until the reconciliation is complete. Once the reconciliation job finishes:

  • The reconciliation will be immediately available through the API list endpoints

  • The status will indicate whether any drift was detected

Since the process is synchronous, there is no "in progress" status - reconciliations are only visible in the API after they have completed.