Sync Status
sync_statusGet aggregate counts of clean, dirty, pending, and conflict sync statuses, or check the last synced timestamp for a specific request. Read-only and idempotent.
Instructions
Read offline-sync metadata either as aggregate counts (omit request_id) or for one request (provide request_id). Use when you need clean/dirty/pending/conflict numbers or per-request last_synced timestamps; use sync_monitor for queue depth + offline degradation, sync_conflicts for conflicted rows only, and check_status for database health. Read-only and idempotent; does not mutate state or trigger network sync.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_id | No | Optional local request ID. Omit for aggregate counts; set to load that request's sync_status, last_synced_at, and conflict_version. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||