v49

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01151216390.1 KB
Devbox
Devbox-PersistenceTools

Query the status of an asynchronous disk snapshot.

Get the current status of an asynchronous disk snapshot operation, including whether it is still in progress and any error messages if it failed.

get/v1/devboxes/disk_snapshots/{id}/status

Path parameters

idstring required

The Snapshot ID.

Response

Snapshot status retrieved successfully.

status'in_progress' | 'error' | 'complete' | 'deleted' required
error_messagestring nullable

Error message if the operation failed.