Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://app.textql.com/v2/sandboxes/{id} \ --header 'Authorization: Bearer <token>'
{ "memory_usage": "<string>", "dataframes": [ { "name": "<string>", "num_rows": 123, "num_cols": 123, "memory_usage_bytes": 123 } ] }
Get the current status of a sandbox
API key or JWT token
Sandbox ID
Sandbox status
running
stopped
Human-readable memory usage (only when running)
Loaded dataframes (only when running)
Show child attributes