Skip to main content
GET
cURL

Autorisierungen

Authorization
string
header
erforderlich

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

Abfrageparameter

includeSpaces
boolean
Standard:true
includeBases
boolean
Standard:true
spaceStatuses
enum<string>[]
Verfügbare Optionen:
pending,
running,
ready,
partial,
blocked,
failed,
switched,
skipped
baseStatuses
enum<string>[]
Verfügbare Optionen:
pending,
checking,
repairing,
verifying,
ready,
blocked,
failed,
switched,
skipped
spaceSkip
integer | null
Standard:0
Erforderlicher Bereich: x >= 0
baseSkip
integer | null
Standard:0
Erforderlicher Bereich: x >= 0
spaceTake
integer
Erforderlicher Bereich: 1 <= x <= 500
baseTake
integer
Erforderlicher Bereich: 1 <= x <= 500

Antwort

200 - application/json
object | null

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

job
object
erforderlich
spaces
object[]
erforderlich
bases
object[]
erforderlich
spaceItemsTotal
number
baseItemsTotal
number
spaceStatusCounts
object
baseStatusCounts
object
Zuletzt geändert am 15. September 2026