Skip to main content
GET
Get a snapshot operation

Authorizations

Authorization
string
header
required

Personal access token (msb_pat_…) or session JWT - the credential an agent acts with on a user's behalf.

Path Parameters

slug
string
required

Organization slug

operation_id
string<uuid>
required

Snapshot operation id

Response

Snapshot operation

Wire shape of the asynchronous snapshot operation returned by snapshot capture endpoints.

created_at
string<date-time>
required

Creation timestamp.

id
string
required

Server-side operation identifier.

kind
enum<string>
required

Kind of snapshot being captured.

Available options:
disk
status
enum<string>
required

Current operation status.

Available options:
queued,
in_progress,
succeeded,
failed
updated_at
string<date-time>
required

Timestamp of the most recent status change.

completed_at
string<date-time> | null

Timestamp of the terminal status, when the operation has finished.

error
null | object

Error details for a failed operation.

result
null | object

The resulting snapshot, present once the operation succeeds.