Skip to main content
GET
/
api
/
cli
/
status
Get current sandbox status
curl --request GET \
  --url https://btca.dev/api/cli/status \
  --header 'Authorization: Bearer <token>'
{
  "instance": {},
  "project": {}
}
Returns sandbox state, plan, version, and current project info.

Authorizations

Authorization
string
header
required

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

Query Parameters

project
string

Response

Sandbox status

instance
object
required
project
object