Skip to main content

ManualBackfillResponse

pagesinteger<int32>required

Pages the run was asked to walk (after clamping); it may stop early if the source runs out of history.

Possible values: >= 0

skippedbooleanrequired

true when a poll or backfill for this source was already in flight; the request is a no-op.

sourcestringrequired
triggeredbooleanrequired
ManualBackfillResponse
{
"pages": 0,
"skipped": true,
"source": "string",
"triggered": true
}