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.
Changes
Changed in 1 of the 2 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○