Skip to main content
GET
cURL

Авторизации

Authorization
string
header
обязательно

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

Параметры пути

jobId
string
обязательно

Параметры запроса

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

V2 rollout job detail

job
object
обязательно
spaces
object[]
обязательно
bases
object[]
обязательно
spaceItemsTotal
number
baseItemsTotal
number
spaceStatusCounts
object
baseStatusCounts
object
Последнее изменение 15 сентября 2026 г.