# Sort

> **Class** in `langsmith`

📖 [View in docs](https://reference.langchain.com/python/langsmith/_openapi_client/types/datasets/experiment_run_query_params/Sort)

`sort` controls feedback-score sorting (single project only).

## Signature

```python
Sort()
```

## Extends

- `TypedDict`

## Constructors

```python
__init__(
    by: str,
    order: str,
)
```

| Name | Type |
|------|------|
| `by` | `str` |
| `order` | `str` |


## Properties

- `by`
- `order`

---

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