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日