CodexStatusDto
Connection-health snapshot for the admin UI. When the integration is
disabled, only enabled: false is meaningful; the rest are None.
authStatestringrequired
unknown | ok | unauthorized (401) | forbidden (403).
codexNamestring | nullnullable
codexVersionstring | nullnullable
enabledbooleanrequired
fetchedCountinteger,null<int64>nullable
Series pulled from Codex by the last successful sweep (superset of
linked_count).
lastErrorstring | nullnullable
lastPreflightAtinteger,null<int64>nullable
lastSuccessAtinteger,null<int64>nullable
linkedCountinteger,null<int64>nullable
Series matched to a tsundoku series by the last successful sweep.
reachablebooleanrequired
CodexStatusDto
{
"authState": "string",
"codexName": "string",
"codexVersion": "string",
"enabled": true,
"fetchedCount": 0,
"lastError": "string",
"lastPreflightAt": 0,
"lastSuccessAt": 0,
"linkedCount": 0,
"reachable": true
}