| Name | Type | Description |
|---|---|---|
created_by | str | Omit | Default: omitFilter by creator identity. Only 'me' is supported. |
limit | int | Omit | Default: omitMaximum number of results |
name_contains | str | Omit | Default: omit |
offset | int | Omit | Default: omit |
sort_by | str | Omit | Default: omit |
sort_direction | str | Omit | Default: omit |
status | str | Omit | Default: omit |
extra_headers | Headers | None | Default: None |
extra_query | Query | None | Default: None |
extra_body | Body | None | Default: None |
timeout | float | httpx.Timeout | None | NotGiven | Default: not_given |
List sandbox snapshots for the authenticated tenant, with optional filtering, sorting, and pagination.
Filter by name substring
Pagination offset
Sort column (name, status, created_at)
Sort direction (asc, desc)
Filter by status (building, ready, failed, deleting)
Send extra headers
Add additional query parameters to the request
Add additional JSON properties to the request
Override the client-level default timeout for this request, in seconds