get_sync_status
Returns the status of all bank connections: provider type, sync state, last sync time, and any error details. Agents call this to check data freshness or diagnose “why don’t I see yesterday’s transactions”. Scope: Read Mirrors:GET /api/v1/connections
Parameters
None.Example input
Example output
Example output
Status values
| Status | Meaning |
|---|---|
active | Healthy and syncing normally. |
error | Last sync failed. Check error_message. |
pending_reauth | Bank requires re-authentication in the admin UI. |
disconnected | Connection was removed; accounts and transactions are preserved with FKs set to NULL. |