Skip to main content
GET
Get Scale Operation Status

Authorizations

Authorization
string
header
required

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

Path Parameters

operation_id
string
required

Response

Successful Response

operation_id
string
required
direction
enum<string>
required
Available options:
up,
down
status
enum<string>
required
Available options:
pending,
in_progress,
completed,
failed,
cancelled
current_step
integer
required
steps
StepDetail · object[]
required
cluster_name
string
required
namespace
string
required
initiated_by
string
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
total_steps
integer
default:6
completed_at
string<date-time> | null
error_message
string | null
timing_summary
TimingSummary · object | null