Skip to content

e2b@2.45.0

Choose a tag to compare

@github-actions github-actions released this 21 Aug 12:42
· 16 commits to main since this release

Minor Changes

  • 8787dfe: Add sorting and new filters to Sandbox.list. The order option ('asc' / 'desc', default 'desc') sorts sandboxes by start time across the whole paginated dataset, and the query now supports startedAfter / started_after (inclusive lower bound on start time) and template (exact template ID or alias) filters, all applied server-side before pagination. The CLI e2b sandbox list command exposes these via --order, --started-after, and --template.