v14
latestOpenAPI 3.0.32026-08-04377889.4 MBList snapshots
Retrieves a paginated list of snapshots for a specific project.
Query parameters
The unique identifier or name of the project to list snapshots for.
The unique identifier or name of the project to list snapshots for.
Name for the sandbox. Must be unique per project and URL-safe (alphanumeric, hyphens, underscores).
Name for the sandbox. Must be unique per project and URL-safe (alphanumeric, hyphens, underscores).
Maximum number of snapshots to return in the response. Used for pagination.
Maximum number of snapshots to return in the response. Used for pagination.
Opaque pagination cursor from a previous response.
Opaque pagination cursor from a previous response.
Sort direction for results by creation time.
Sort direction for results by creation time.
The Team identifier to perform the request on behalf of.
The Team slug to perform the request on behalf of.
Response
Example response
{
"snapshots": [
{
"id": "snap_123a6c5209bc3778245d011443644c8d27dc2c50",
"sourceSessionId": "sbx_123a6c5209bc3778245d011443644c8d27dc2c50",
"region": "iad1",
"status": "created",
"sizeBytes": 104857600,
"expiresAt": 1750344501629,
"createdAt": 1750344501629,
"updatedAt": 1750344501629,
"lastUsedAt": 1750344501629,
"creationMethod": "manual",
"parentId": "snap_parent123"
}
]
}