Skip to main content
GET
Get a sandbox by ID or URI

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

id
string
required

The sandbox ID or URI to retrieve

Response

OK

name
string

Name of the sandbox

Maximum string length: 50
provider
string

The provider of the sandbox, e.g. 'daytona', 'vercel', 'cloudflare', etc.

Maximum string length: 50
description
string
Maximum string length: 3000
website
string<uri>

Any URI related to the sandbox

URI to an image logo for the sandbox

topics
string[]
Maximum array length: 50
Required string length: 1 - 50
repo
string

A git repository URL to clone into the sandbox, e.g. a GitHub/Tangled repo.

readme
string<uri>

A URI to a README for the sandbox.

vcpus
integer
memory
integer
disk
integer
ports
integer[]
Maximum array length: 100
Required range: 1025 <= x <= 65535
installs
integer
createdAt
string<date-time>