Read a computer initialization attempt

Beta

Read the existing computer’s durable initialization progress after creation. Requires current workspace membership and asset VIEW access. This read never starts, wakes, retries, or extends an initialization. A null response means no durable attempt exists for this legacy computer; it does not mean setup succeeded. The attempt ID and deadline remain stable across reconnects.

Authentication

X-API-KEYstring
API Key authentication via header

Path parameters

asset_idstringRequired

Response

Successful Response
attempt_idstring
deadline_atdatetime
last_progress_atdatetime
phaseenum
phase_started_atdatetime
revisioninteger>=1
started_atdatetime
stateenum
updated_atdatetime
finished_atdatetime or nullOptional
poll_after_msintegerOptionalDefaults to 2000
reasonenum or nullOptional
recipe_stageenum or nullOptional
snapshot_importobject or nullOptional
Compressed input and expanded output are different byte populations.
step_countinteger or nullOptional>=1
step_indexinteger or nullOptional>=1
versionintegerOptionalDefaults to 1

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
422
Unprocessable Entity Error