Skip to main content

SourceRunDto

One poll_runs row: a poll, backfill, or re-enrich run for this source (they share the lane; trigger and progressPhase tell them apart). Counts and durations are set only once the run finished.

enrichDurationMsinteger,null<int64>nullable
errorKindstring | nullnullable
errorMessagestring | nullnullable
fetchDurationMsinteger,null<int64>nullable
fetchedCountinteger,null<int32>nullable
finishedAtinteger,null<int64>nullable
idinteger<int64>required
newCountinteger,null<int32>nullable
progressPhasestring | nullnullable
resolveDurationMsinteger,null<int64>nullable
resolvedCountinteger,null<int32>nullable
startedAtinteger<int64>required
statusstringrequired

running | success | failure | skipped.

triggerstringrequired
SourceRunDto
{
"enrichDurationMs": 0,
"errorKind": "string",
"errorMessage": "string",
"fetchDurationMs": 0,
"fetchedCount": 0,
"finishedAt": 0,
"id": 0,
"newCount": 0,
"progressPhase": "string",
"resolveDurationMs": 0,
"resolvedCount": 0,
"startedAt": 0,
"status": "string",
"trigger": "string"
}