Skip to main content
GET
List lifecycle events

Authorizations

Authorization
string
header
required

API key passed as Bearer token

Query Parameters

offset
integer<uint32>
default:0
Required range: x >= 0
limit
integer<uint32>
default:50
Required range: 1 <= x <= 100
order
enum<string>
default:desc
Available options:
asc,
desc
operation
enum<string>
Available options:
create,
destroy,
timeout_updated,
timeout_expired,
hibernate,
snapshot_created,
resume_from_snapshot,
fork,
reconcile
status
enum<string>
Available options:
requested,
succeeded,
failed
audience
enum<string>

Public lifecycle reads are customer-only; internal is rejected on this route.

Available options:
customer,
internal
machine_id
string
snapshot_id
string
source_machine_id
string
target_machine_id
string
from
string<date-time>

Include events with occurred_at >= from using an RFC3339 timestamp.

to
string<date-time>

Include events with occurred_at <= to using an RFC3339 timestamp.

Response

Lifecycle event page

events
object[]
required
offset
integer<uint32>
required
limit
integer<uint32>
required
has_more
boolean
required