Get Scope Status
Get the backfill/reconciliation job status for a Scope.
Returns a per-session map of the backfill job state (pending / completed / failed) with the number of documents copied once complete. Empty when no backfill has ever been enqueued for the scope.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Successful Response
Per-session backfill/reconciliation job status for a scope.
backfill_status maps each session that has had a backfill enqueued to
its current job state: {state, updated_at[, docs_copied]} where
state is pending/completed/failed and docs_copied is
present once a backfill completes.