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

# job_progress

## job\_progress

```python theme={null}
def job_progress(job_id: str, project_id: str, run_id: str) -> UUID4
```

Monitors the progress of a job and displays a progress bar.

**Arguments**

* `job_id`: The unique identifier of the job to monitor.
* `project_id`: The unique identifier of the project.
* `run_id`: The unique identifier of the run.

**Returns**

* `The unique identifier of the completed job.`:

## scorer\_jobs\_status

```python theme={null}
def scorer_jobs_status(project_id: str, run_id: str) -> None
```

Gets the status of all scorer jobs for a given project and run.

**Arguments**

* `project_id`: The unique identifier of the project.
* `run_id`: The unique identifier of the run.
