---
title: "GetSandboxStatus"
method: POST
path: "/v1/sandbox/status"
tags: ["textql.rpc.platform.SandboxService"]
---

# GetSandboxStatus

`POST /v1/sandbox/status`

Get the current status of a sandbox, including loaded dataframes and memory usage

## Headers

- `Connect-Protocol-Version` 1, required — Define the version of the Connect protocol
- `Connect-Timeout-Ms` number — Define the timeout, in ms

## Request body

- TextqlRpcPlatformGetSandboxStatusRequest
  - `sandboxId` string, required

## Response `200`

Success

- TextqlRpcPlatformGetSandboxStatusResponse
  - `status` string
  - `memoryUsage` string
  - `dataframes` TextqlRpcPlatformDataFrameInfo[]
    - `name` string
    - `numRows` integer
    - `numCols` integer
    - `memoryUsageBytes` integer

## Other responses

- `default` — Error

---

[API](https://skmtc.net/textql/apis/textql-rpc-platform.md) · [All operations](https://skmtc.net/textql/apis/textql-rpc-platform/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/textql/textql-rpc-platform/revisions/31ce2b0c4427/schema)
