Values.GetTransformerJobRequestSourceReturns the details of the transformer run, based on the Transformer job ID. If 30 days have elapsed since your transformer job was started, the system deletes it. So, if you run GetTransformerJob and supply a transformerId and transformerJobId for a job that was started more than 30 days previously, you receive a 404 response.
type nonrec t = {transformerJobId : TransformerJobId.t;Specifies the unique, system-generated identifier for a transformer run.
*)transformerId : TransformerId.t;Specifies the system-assigned unique identifier for the transformer.
*)}