Skip to main content
GET
/
sandbox
/
local_dev
/
{sandbox_id}
/
dump
Export local dev files
curl --request GET \
  --url https://api.klavis.ai/sandbox/local_dev/{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

sandbox_id
string
required

The unique 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