Skip to main content
GET
cURL

授权

Authorization
string
header
必填

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

路径参数

jobId
string
必填

响应

200 - application/json

System field backfill job

id
string
必填
status
enum<string>
必填
可用选项:
pending,
running,
completed,
completed_with_errors,
failed,
canceled
dryRun
boolean
必填
scope
enum<string>
必填
可用选项:
all,
main,
byodb
totals
object
必填
checkpoint
object | null
必填
events
object[]
必填
error
string | null
必填
createdBy
string | null
必填
createdTime
string
必填
startedTime
string | null
必填
finishedTime
string | null
必填
最后修改于 2026年9月15日