Maintenance May 12, 8–9 PM PDT (May 13, 03:00–04:00 UTC). ~1 min disruption to sandbox management may occur. Already running sandboxes will not be affected. Questions? Contact us
Maintenance May 12, 8–9 PM PDT (May 13, 03:00–04:00 UTC). ~1 min disruption to sandbox management may occur. Already running sandboxes will not be affected. Questions? Contact us
List all snapshots for the team
curl --request GET \
--url https://api.e2b.app/snapshots \
--header 'X-API-Key: <api-key>'[
{
"snapshotID": "<string>",
"names": [
"<string>"
]
}
]Documentation Index
Fetch the complete documentation index at: https://e2b-banner-hover-tooltip.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Filter snapshots by source sandbox ID
Maximum number of items to return per page
1 <= x <= 100Cursor to start the list from
Successfully returned snapshots
Identifier of the snapshot template including the tag. Uses namespace/alias when a name was provided (e.g. team-slug/my-snapshot:default), otherwise falls back to the raw template ID (e.g. abc123:default).
Full names of the snapshot template including team namespace and tag (e.g. team-slug/my-snapshot:v2)
Was this page helpful?
curl --request GET \
--url https://api.e2b.app/snapshots \
--header 'X-API-Key: <api-key>'[
{
"snapshotID": "<string>",
"names": [
"<string>"
]
}
]