SyncRunDto
One sweep-attempt audit entry for the Codex refresh history. outcome is
success | preflight_failed | auth_failed | error; the counts are set
only on success, error only otherwise.
errorstring | nullnullable
fetchedCountinteger,null<int64>nullable
idinteger<int64>required
Row id, unique within the table — a stable React key for the UI list.
linkedCountinteger,null<int64>nullable
outcomestringrequired
ranAtinteger<int64>required
triggerstringrequired
cron | manual.
SyncRunDto
{
"error": "string",
"fetchedCount": 0,
"id": 0,
"linkedCount": 0,
"outcome": "string",
"ranAt": 0,
"trigger": "string"
}