Template Converter
Poll a template-conversion job
Returns the current state of a template-conversion job. The response is HTTP 200 whenever the job is found — branch on the status field in the body, which reports whether the pipeline is still running, has completed, or has failed.
For the same callbackId, polling after a successful conversion returns the same cached payload.
get/api/v1/template-converter/status/{callbackId}
Path parameters
callbackIdstring required
Callback id returned by POST /api/v1/template-converter/start.
Response
Current job status returned.