Skip to main content
GET
/
local-sandbox
/
{local_sandbox_id}
/
dump
Download sandbox data
curl --request GET \
  --url https://api.klavis.ai/local-sandbox/{local_sandbox_id}/dump \
  --header 'Authorization: Bearer <token>'
{
  "download_url": "<string>",
  "expires_in_minutes": 123
}

Authorizations

Authorization
string
header
required

Your Klavis AI API key.

Path Parameters

local_sandbox_id
string
required

The local sandbox identifier

Response

Successful Response

Response for the dump endpoint — returns a signed download URL.

download_url
string
required

Signed GCS URL to GET the tar.gz archive from

expires_in_minutes
integer
required

Minutes until the download URL expires