# BasePage

> **Class** in `langsmith`

📖 [View in docs](https://reference.langchain.com/python/langsmith/_openapi_client/_base_client/BasePage)

Defines the core interface for pagination.

## Signature

```python
BasePage()
```

## Extends

- `GenericModel`
- `Generic[_T]`

## Methods

- [`has_next_page()`](https://reference.langchain.com/python/langsmith/_openapi_client/_base_client/BasePage/has_next_page)
- [`next_page_info()`](https://reference.langchain.com/python/langsmith/_openapi_client/_base_client/BasePage/next_page_info)

---

[View source on GitHub](https://github.com/langchain-ai/langsmith-sdk/blob/d6cd6082f09e7826a2d6afe444ae6119e61b82a6/python/langsmith/_openapi_client/_base_client.py#L169)