Skip to main content
POST
cURL

授权

Authorization
string
header
必填

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

路径参数

spaceId
string
必填
jobId
string
必填

响应

200 - application/json

Returns the rolled back migration job status without connection secrets.

jobId
string
必填
spaceId
string
必填
targetMode
enum<string>
必填
可用选项:
migrate-space
state
enum<string>
必填
可用选项:
pending,
waiting_worker,
preflight,
freezing_writes,
copying,
validating,
switching,
succeeded,
failed,
canceled,
rolled_back
targetInternalSchema
string
必填
createdTime
string
必填
switchOnCompletion
boolean
targetConnection
object | null
inventory
unknown
copyStats
unknown
validationStats
unknown
lastError
string | null
startedAt
string | null
completedAt
string | null
lastModifiedTime
string | null
最后修改于 2026年9月15日