Skip to main content

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.


Function: getJob()

function getJob(jobId: string): Promise<JobDbType>;
Defined in: src/utils/job-progress.ts Gets a single job by its ID.

Parameters

jobId

string The unique identifier of the job.

Returns

Promise<JobDbType> The job object.