MINARA

Sync conversations now

POST /v1/sync/run — Runs one exchange with the account immediately: pulls remote changes, pushes local ones, then reconciles memories. The o

POST /v1/sync/run

Runs one exchange with the account immediately: pulls remote changes, pushes local ones, then reconciles memories. The only way to sync while the mode is manual. Returns 409 when syncing is off.

MethodPOST
Path/v1/sync/run
AuthAuthorization: Bearer <token> required
Categorystate

Response body

{ "mode": "manual", "ran": true, "pushedSessions": 2, "pushedMessages": 7, "pulledSessions": 1, "pulledMessages": 3, "deletes": 0, "memoriesPushed": 1, "memoriesImported": 4 }

On this page