e2b@2.45.0
·
16 commits
to main
since this release
Minor Changes
- 8787dfe: Add sorting and new filters to
Sandbox.list. Theorderoption ('asc'/'desc', default'desc') sorts sandboxes by start time across the whole paginated dataset, and the query now supportsstartedAfter/started_after(inclusive lower bound on start time) andtemplate(exact template ID or alias) filters, all applied server-side before pagination. The CLIe2b sandbox listcommand exposes these via--order,--started-after, and--template.