Skip to main content
GET
cURL

授权

Authorization
string
header
必填

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

查询参数

includeSpaces
boolean
默认值:true
includeBases
boolean
默认值:true
spaceStatuses
enum<string>[]
可用选项:
pending,
running,
ready,
partial,
blocked,
failed,
switched,
skipped
baseStatuses
enum<string>[]
可用选项:
pending,
checking,
repairing,
verifying,
ready,
blocked,
failed,
switched,
skipped
spaceSkip
integer | null
默认值:0
必填范围: x >= 0
baseSkip
integer | null
默认值:0
必填范围: x >= 0
spaceTake
integer
必填范围: 1 <= x <= 500
baseTake
integer
必填范围: 1 <= x <= 500

响应

200 - application/json
object | null

Latest v2 rollout job detail, or null when no jobs exist

job
object
必填
spaces
object[]
必填
bases
object[]
必填
spaceItemsTotal
number
baseItemsTotal
number
spaceStatusCounts
object
baseStatusCounts
object
最后修改于 2026年9月15日