sync

Reconcile S3 Sync

Run an on-demand reconciliation: list the bucket, diff it against Captain's indexed state, then index added/modified objects and apply the deletion policy to removed ones. Returns the deltas. This is the same operation the scheduled cadence runs automatically.

post/v2/syncs/{sync_id}/reconcile

Path parameters

sync_idstring required

The sync id.

Headers

authorizationstring nullable

Bearer {api_key}. Your Captain API key.

Response

Successful Response

sync_idstring
job_idstring nullable

Index job spawned for the deltas, if any.

addedinteger
modifiedinteger
removedinteger
unchangedinteger
deleted_documentsinteger

Documents removed from the collection (mirror) or archived (archive) this pass.

Changes

No recorded changes to this endpoint across all 1 revision of this API.