Check compilation status

Get the Neuron "Excel-to-code" compilation status of the Excel upload. This can be run after Upload Excel file to Spark.

Returns: progress of the compilation job. 100 is complete.

GET /{tenant}/api/v3/folders/{folder}/services/{service}/getcompilationprogess/{jobId}

Authorization

Path parameters

Key
Value

tenant *

Tenant is part of your Log in to Spark URL and also available in the User menu.

folder *

Target folder name. This should be the same as in Upload Excel file to Spark.

service *

Target folder name. This should be the same as in Upload Excel file to Spark.

jobId *

nodegen_compilation_jobid from Upload Excel file to Spark.

Sample response

HTTP 200 OK Content-Type: application/json

If the progress is 100, the compilation has completed.

Last updated