Get Sandbox Snapshot by ID

  • GET
  • /workspaces
  • /:workspace
  • /sandboxes
  • /:sandbox_id
  • /snapshots
  • /:snapshot_id

Retrieve a specific snapshot by its ID. This endpoint returns detailed information about a single snapshot including who created it.

Request

REQUIRED SCOPES
WORKSPACE, SANDBOX_INFO
URL PARAMETERS
workspacerequired string
The workspace name.
sandbox_idrequired string
The ID of the sandbox.
snapshot_idrequired string
The ID of the snapshot.

Last modified on Sep 1, 2025

Example:

CURL
curl -X GET "https://api.buddy.works/workspaces/:workspace/sandboxes/:sandbox_id/snapshots/:snapshot_id" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json"
EXAMPLE RESPONSE
{ "url": "https://api.buddy.works/workspaces/buddy/sandboxes/jp517h9nuas7j/snapshots/sn-z693rqah9ovrh", "html_url": "https://app.buddy.works/buddy/my-project/sandboxes/jp517h9nuas7j/snapshots", "id": "sn-z693rqah9ovrh", "name": "my-new-sandbox-010925", "status": "CREATING", "create_date": "2025-09-01T12:43:06Z", "created_by": { "url": "https://api.buddy.works/workspaces/buddy/members/1", "html_url": "https://app.buddy.works/buddy/profile/1", "id": 1, "name": "Owner Lastname", "avatar_url": "https://app.buddy.works/image-server/user/0/0/0/0/0/0/1/d643744fbe5ebf2906a4d075a5b97110/w/32/32/AVATAR.png", "email": "o+t@springloops.com", "admin": true, "workspace_owner": true } }
STATUS
200 OK
LIMITS
X-Rate-Limit-Limit: 1 X-Rate-Limit-Remaining: 999