> ## 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.

# Refresh a Job

## Description

The `refresh()` function synchronizes the job with MindsDB.

## Syntax

Use the `refresh()` method to retrieve job data from the MindsDB server:

```python theme={null}
my_job.refresh()
```
