# ListNamespaceResponse

> **Class** in `langgraph_sdk`

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

Response structure for listing namespaces.

## Signature

```python
ListNamespaceResponse()
```

## Extends

- `TypedDict`

## Constructors

```python
__init__(
    namespaces: list[list[str]],
)
```

| Name | Type |
|------|------|
| `namespaces` | `list[list[str]]` |


## Properties

- `namespaces`

---

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