> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Todo Markdown • AI Agent SDK

> get_todo_markdown: Get the current todo list as markdown.

# get\_todo\_markdown

<div className="flex items-center gap-2">
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**AgentTeam**](../classes/AgentTeam) class in the [**agents**](../modules/agents) module.

Get the current todo list as markdown.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def get_todo_markdown() -> str
```

### Returns

<ResponseField name="Returns" type="str">
  Markdown string or empty string if no todo list
</ResponseField>

## Uses

* `to_markdown`

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/agents/agents.py#L2198">
  `praisonaiagents/agents/agents.py` at line 2198
</Card>
