Skip to main content
GET
List CVM operations

Path Parameters

cvm_id
string
required

Query Parameters

cursor
string | null

Opaque cursor from previous response

limit
integer
default:50

Page size

Required range: 1 <= x <= 500
start_time
string<date-time> | null

Include operations started after this UTC time

end_time
string<date-time> | null

Include operations started before this UTC time

operation_types
string[] | null

Filter by operation types (e.g. compose_update, power_on)

Response

Paginated operation records

Cursor-paginated list of CVM operations.

items
CvmOperationResponse · object[]
required

Operations ordered by started_at DESC

total
integer
required

Approximate total count (not exact for performance)

next_cursor
string | null

Opaque cursor for next page, null if last page