Conversation sync status
GET /v1/sync/status — Returns the current sync mode plus each direction's watermark, last run time, and last failure. Sources are `chat_up`, `
GET /v1/sync/status
Returns the current sync mode plus each direction's watermark, last run time, and last failure. Sources are chat_up, chat_delete_up, chat_down, memory_up, memory_down.
| Method | GET |
| Path | /v1/sync/status |
| Auth | Authorization: Bearer <token> required |
| Category | state |
Response body
{ "mode": "auto", "sources": [{ "source": "chat_up", "cursor": "482", "last_synced_at_ms": 1786704483675, "failures": 0, "last_error": null }] }