Preview executor
Executor Sandbox
Preview executor
POST
Preview executor
Documentation Index
Fetch the complete documentation index at: https://docs.enneo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
JWT-based authentication
Body
application/json
The id of the executor
Example:
123
The name of the executor
Example:
"<?php\n\n echo '{\"success\": true}';\n"
The type of the executor
Example:
"sourceCode"
The language of the executor
Example:
"php82"
The packages of the executor
Example:
""
Response
Successful operation
Duration of the execution in seconds
Example:
22
Exit code of the execution
Example:
0
Standard error output, if any
Example:
null
Indicates if dependencies were created during execution
Example:
false
Command used for local execution, if any
Example:
null