latestOpenAPI 3.1.0Proprietary - Prezent, Inc.2026-08-114675175.5 KB

a01cb764a085

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.

successboolean

true on success (omitted by some legacy handlers).