/
CE
celonis
/
Celonis Machine Learning Workbench APIs
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
celonis
Celonis Machine Learning Workbench APIs
post
Trigger an execution
v1
latest
OpenAPI 3.1.0
2026-08-06
45
21
59.9 KB
Notebook Execution
Trigger an execution
post
/api/executions
Request body
NotebookExecutionTransport
required
id
string
notebookId
string
required
notebookExecutionSourceId
string
notebookExecutionSource
string
executionFileName
string
required
notebookExecutionStatus
'CREATED'
|
'QUEUED'
|
'STARTING'
|
'STARTED'
|
'COMPLETED'
|
'NOTEBOOK_ERROR'
|
'FAILED'
|
'TIMEOUT'
|
'CANCELED'
|
'RESOURCES_ERROR'
|
'CONFIGURATION_ERROR'
started
string
date-time
completed
string
date-time
{"stackTrail":"components:schemas:JsonNode","oasType":"schema","type":"unknown"}
result
string
logsOutputPath
string
executionTimeout
integer
maxRetries
integer
timeUnit
'NANOSECONDS'
|
'MICROSECONDS'
|
'MILLISECONDS'
|
'SECONDS'
|
'MINUTES'
|
'HOURS'
|
'DAYS'
Response
OK