List Executions
Sandcastles
List Executions
List a sandbox’s recorded executions (Python, bash, SQL, TQL) with cursor-based pagination
GET
List Executions
Every execution run in a sandbox is recorded and listed here newest-first — including after the sandbox is stopped, so this doubles as a post-mortem audit trail. Records are retained for 30 days, then purged.
input is stored in full; output_preview is truncated (large output ends with a …[truncated] marker) and never includes generated files or dataframes.Authorizations
API key or JWT token
Path Parameters
Sandbox ID
Query Parameters
Maximum number of executions to return (default 50, max 200)
Required range:
1 <= x <= 200Opaque pagination cursor from a previous response's next_cursor.
Omit to start from the first (newest) page.