Skip to main content
GET
List Machine Maintenance Windows

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Response

Array of active maintenance window objects, each including end_time computed from start_time and duration_hours.

id
integer

Maintenance record ID

machine_id
integer

ID of the machine this maintenance applies to

start_time
number

Unix timestamp when maintenance begins

duration_hours
integer

Duration of the maintenance window in hours

maintenance_category
string

Category of maintenance (power, internet, disk, gpu, software, other)

maintenance_reason
string

Optional reason for maintenance

created_at
number

Unix timestamp when the record was created

cancelled_at
number

Unix timestamp when cancelled, or null if active

end_time
number

Computed unix timestamp when maintenance ends (start_time + duration_hours * 3600)