Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
dryRun
boolean
default:false
scope
enum<string>
default:all
Available options:
all,
main,
byodb
chunkSize
integer
Required range: 100 <= x <= 50000
throttleMs
integer
Required range: 0 <= x <= 10000

Response

200 - application/json

Created system field backfill job

id
string
required
status
enum<string>
required
Available options:
pending,
running,
completed,
completed_with_errors,
failed,
canceled
dryRun
boolean
required
scope
enum<string>
required
Available options:
all,
main,
byodb
totals
object
required
checkpoint
object | null
required
events
object[]
required
error
string | null
required
createdBy
string | null
required
createdTime
string
required
startedTime
string | null
required
finishedTime
string | null
required
Last modified on September 15, 2026