cURL
curl --request GET \ --url https://app.textql.com/v2/sandboxes/{id} \ --header 'Authorization: Bearer <token>'
{ "status": "running", "memory_usage": "<string>", "dataframes": [ { "name": "<string>", "num_rows": 123, "num_cols": 123, "memory_usage_bytes": 123 } ] }
Get the current status of a sandbox
Documentation IndexFetch the complete documentation index at: https://docs.textql.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.textql.com/llms.txt
Use this file to discover all available pages before exploring further.
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