Skip to content

Jobs.Get

func (*JobClient) Get(
ctx context.Context,
jobID uuid.UUID,
) (*workflows.Job, error)

Get a job by its id.

jobID uuid.UUID

The id of the job

A job object.

not_found job not found

The specified job does not exist.