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

# logScorerJobsStatus

***

# Function: logScorerJobsStatus()

```ts theme={null}
function logScorerJobsStatus(
  projectId: string,
  runId: string,
  logger: JobProgressLogger,
): Promise<void>;
```

Defined in: [src/utils/job-progress.ts](https://github.com/rungalileo/galileo-js/blob/main/src/utils/job-progress.ts)

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

## Parameters

### projectId

`string`

The unique identifier of the project.

### runId

`string`

The unique identifier of the run.

### logger

[`JobProgressLogger`](/sdk-api/typescript/reference/README/interfaces/JobProgressLogger) = `{}`

Optional logger interface (defaults to console).

## Returns

`Promise`\<`void`>
