# ThreadUpdateStateResponse

> **Class** in `langgraph_sdk`

📖 [View in docs](https://reference.langchain.com/python/langgraph-sdk/schema/ThreadUpdateStateResponse)

Represents the response from updating a thread's state.

## Signature

```python
ThreadUpdateStateResponse()
```

## Extends

- `TypedDict`

## Constructors

```python
__init__(
    checkpoint: Checkpoint,
)
```

| Name | Type |
|------|------|
| `checkpoint` | `Checkpoint` |


## Properties

- `checkpoint`

---

[View source on GitHub](https://github.com/langchain-ai/langgraph/blob/b674dd46228b0928a6bc0ad9a3d8e38ef28f6895/libs/sdk-py/langgraph_sdk/schema.py#L355)