# deploy_revisions_list

> **Function** in `langgraph_cli`

📖 [View in docs](https://reference.langchain.com/python/langgraph-cli/deploy/deploy_revisions_list)

## Signature

```python
deploy_revisions_list(
    api_key: str | None,
    host_url: str | None,
    limit: int,
    deployment_id: str,
) -> None
```

---

[View source on GitHub](https://github.com/langchain-ai/langgraph/blob/eae916719fe78de2900bb7cd45c212fffd64f88b/libs/cli/langgraph_cli/deploy.py#L1445)