Keboola · Schema

SandboxResponse

Response schema for sandbox endpoints (GET, POST, PATCH).

Data PlatformETLELTData PipelineData StorageTransformationOrchestrationData OperationsCloud DataSnowflakeBigQuery

Properties

Name Type Description
id string
projectId string
tokenId string Always empty string
branchId string
configurationId string
physicalId string Always empty string
type string
active boolean Whether the sandbox is currently running.
createdTimestamp string
startTimestamp string
updatedTimestamp string
persistentStorage object
shared boolean
componentId string
configurationVersion string
size string
lastAutosaveTimestamp string Always null
expirationTimestamp string Deprecated, always null
autoSuspendAfterSeconds integer Auto-suspend timeout in seconds (defaults to 3600)
expirationAfterHours integer Deprecated, use autoSuspendAfterSeconds
user string Always null
url string
password string
autosaveTokenId string Always null
host string Deprecated, always null
imageVersion string
packages array
sizeParameters object Deprecated, always null
stagingWorkspaceId object Deprecated, always null
stagingWorkspaceType object Deprecated, always null
workspaceDetails object Deprecated, always null
databricks object Deprecated, always null
credentials object Deprecated, always null
View JSON Schema on GitHub

JSON Schema

keboola-sandboxresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "SandboxResponse",
  "type": "object",
  "description": "Response schema for sandbox endpoints (GET, POST, PATCH).\n",
  "properties": {
    "id": {
      "type": "string"
    },
    "projectId": {
      "type": "string"
    },
    "tokenId": {
      "type": "string",
      "deprecated": true,
      "description": "Always empty string"
    },
    "branchId": {
      "type": "string",
      "nullable": true
    },
    "configurationId": {
      "type": "string"
    },
    "physicalId": {
      "type": "string",
      "deprecated": true,
      "description": "Always empty string"
    },
    "type": {
      "type": "string"
    },
    "active": {
      "type": "boolean",
      "description": "Whether the sandbox is currently running."
    },
    "createdTimestamp": {
      "type": "string",
      "format": "date-time"
    },
    "startTimestamp": {
      "type": "string",
      "format": "date-time"
    },
    "updatedTimestamp": {
      "type": "string",
      "format": "date-time"
    },
    "persistentStorage": {
      "type": "object",
      "properties": {
        "pvcName": {
          "type": "string",
          "nullable": true
        },
        "k8sManifest": {
          "type": "string",
          "nullable": true
        },
        "isEnabled": {
          "type": "boolean",
          "description": "Whether persistent storage is enabled for this sandbox."
        },
        "ready": {
          "type": "boolean",
          "nullable": true,
          "description": "Whether the project-level persistent storage is ready."
        },
        "k8sStorageClassName": {
          "type": "string",
          "nullable": true,
          "description": "Kubernetes StorageClass name for the project's persistent storage."
        }
      }
    },
    "shared": {
      "type": "boolean"
    },
    "componentId": {
      "type": "string"
    },
    "configurationVersion": {
      "type": "string"
    },
    "size": {
      "type": "string",
      "nullable": true
    },
    "lastAutosaveTimestamp": {
      "type": "string",
      "nullable": true,
      "format": "date-time",
      "deprecated": true,
      "description": "Always null"
    },
    "expirationTimestamp": {
      "type": "string",
      "nullable": true,
      "format": "date-time",
      "deprecated": true,
      "description": "Deprecated, always null"
    },
    "autoSuspendAfterSeconds": {
      "type": "integer",
      "description": "Auto-suspend timeout in seconds (defaults to 3600)"
    },
    "expirationAfterHours": {
      "type": "integer",
      "deprecated": true,
      "description": "Deprecated, use autoSuspendAfterSeconds"
    },
    "user": {
      "type": "string",
      "nullable": true,
      "deprecated": true,
      "description": "Always null"
    },
    "url": {
      "type": "string",
      "nullable": true
    },
    "password": {
      "type": "string",
      "nullable": true
    },
    "autosaveTokenId": {
      "type": "string",
      "nullable": true,
      "deprecated": true,
      "description": "Always null"
    },
    "host": {
      "type": "string",
      "nullable": true,
      "deprecated": true,
      "description": "Deprecated, always null"
    },
    "imageVersion": {
      "type": "string",
      "nullable": true
    },
    "packages": {
      "type": "array",
      "nullable": true,
      "items": {
        "type": "string"
      }
    },
    "sizeParameters": {
      "nullable": true,
      "deprecated": true,
      "description": "Deprecated, always null"
    },
    "stagingWorkspaceId": {
      "nullable": true,
      "deprecated": true,
      "description": "Deprecated, always null"
    },
    "stagingWorkspaceType": {
      "nullable": true,
      "deprecated": true,
      "description": "Deprecated, always null"
    },
    "workspaceDetails": {
      "nullable": true,
      "deprecated": true,
      "description": "Deprecated, always null"
    },
    "databricks": {
      "nullable": true,
      "deprecated": true,
      "description": "Deprecated, always null"
    },
    "credentials": {
      "nullable": true,
      "deprecated": true,
      "description": "Deprecated, always null"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/keboola-sandboxresponse"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.