Skip to main content
GET
cURL

Autorizzazioni

Authorization
string
header
obbligatorio

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

Parametri della query

includeSpaces
boolean
predefinito:true
includeBases
boolean
predefinito:true
spaceStatuses
enum<string>[]
Opzioni disponibili:
pending,
running,
ready,
partial,
blocked,
failed,
switched,
skipped
baseStatuses
enum<string>[]
Opzioni disponibili:
pending,
checking,
repairing,
verifying,
ready,
blocked,
failed,
switched,
skipped
spaceSkip
integer | null
predefinito:0
Intervallo richiesto: x >= 0
baseSkip
integer | null
predefinito:0
Intervallo richiesto: x >= 0
spaceTake
integer
Intervallo richiesto: 1 <= x <= 500
baseTake
integer
Intervallo richiesto: 1 <= x <= 500

Risposta

200 - application/json
object | null

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

job
object
obbligatorio
spaces
object[]
obbligatorio
bases
object[]
obbligatorio
spaceItemsTotal
number
baseItemsTotal
number
spaceStatusCounts
object
baseStatusCounts
object
Ultima modifica il 15 settembre 2026