Get details of a specific Job available to you that can be instantiated.

To run a job you need to use the /instance endpoint. The Job is controlled through the specification field, a JSON string. You will need to identify the Job using its collection, job and version as well as providing any variables in the specification required by the Job's command.

  • Parameters

    • jobId: number
    • Optionalparams: GetJobParams
    • Optionaloptions: AxiosRequestConfig
    • Optionalsignal: AbortSignal

    Returns Promise<JobGetResponse>