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.

Path Parameters

jobId
string
required

Response

200 - application/json

Canceled 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