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

# getJob

***

# Function: getJob()

```ts theme={null}
function getJob(jobId: string): Promise<JobDbType>;
```

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

Gets a single job by its ID.

## Parameters

### jobId

`string`

The unique identifier of the job.

## Returns

`Promise`\<[`JobDbType`](/sdk-api/typescript/reference/types/type-aliases/JobDbType)>

The job object.
