Skip to main content

ManualReenrichResponse

skippedbooleanrequired

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

sourcestringrequired
statusesstring[]required

The (validated) statuses the run targets.

triggeredbooleanrequired
ManualReenrichResponse
{
"skipped": true,
"source": "string",
"statuses": [
"string"
],
"triggered": true
}