v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1430193167.6 KB

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

post/#X-Amz-Target=B2BI.GetTransformerJob

Headers

X-Amz-Target'B2BI.GetTransformerJob' required

Request body

transformerJobIdstring required

Specifies the unique, system-generated identifier for a transformer run.

transformerIdstring required

Specifies the system-assigned unique identifier for the transformer.

Response

Success

status'running' | 'succeeded' | 'failed' required

Returns the current state of the transformer job, either <code>running</code>, <code>succeeded</code>, or <code>failed</code>.

messagestring

Returns an optional error message, which gets populated when the job is not run successfully.