# ListPromptsResponse

> **Class** in `langsmith`

📖 [View in docs](https://reference.langchain.com/python/langsmith/schemas/ListPromptsResponse)

A list of prompts with metadata.

## Signature

```python
ListPromptsResponse()
```

## Extends

- `BaseModel`

## Properties

- `repos`
- `total`

---

[View source on GitHub](https://github.com/langchain-ai/langsmith-sdk/blob/cc54cc2729bb1cfe402fd9f34cf953de60bde30c/python/langsmith/schemas.py#L1098)