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

# List Jobs

## Description

The `list_jobs()` function is executed on a project and lists all jobs available in this project.

## Syntax

Use the `list_jobs()` method to list all jobs in a project:

```python theme={null}
project.list_jobs()
```
