# SnapshotListParams

> **Class** in `langsmith`

📖 [View in docs](https://reference.langchain.com/python/langsmith/_openapi_client/types/sandboxes/snapshot_list_params/SnapshotListParams)

## Signature

```python
SnapshotListParams()
```

## Extends

- `TypedDict`

## Constructors

```python
__init__(
    created_by: str,
    limit: int,
    name_contains: str,
    offset: int,
    sort_by: str,
    sort_direction: str,
    status: str,
)
```

| Name | Type |
|------|------|
| `created_by` | `str` |
| `limit` | `int` |
| `name_contains` | `str` |
| `offset` | `int` |
| `sort_by` | `str` |
| `sort_direction` | `str` |
| `status` | `str` |


## Properties

- `created_by`
- `limit`
- `name_contains`
- `offset`
- `sort_by`
- `sort_direction`
- `status`

---

[View source on GitHub](https://github.com/langchain-ai/langsmith-sdk/blob/33995e14a84c53b65b82482b3d2fe0624b379bda/python/langsmith/_openapi_client/types/sandboxes/snapshot_list_params.py#L10)