/
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
Create a schedule
v1
latest
OpenAPI 3.1.0
2026-08-06
45
21
59.9 KB
Schedule
Create a schedule
post
/api/scheduling
Request body
SchedulingTransport
required
permissions
string[]
resourcePath
string
actions
string[]
groupedResourceTypeToActions
object
id
string
name
string
required
notebookId
string
required
executeFile
string
required
notebookName
string
lastNotebookExecutionId
string
schedulingConfig
SchedulingConfig
required
timeout
integer
required
timeUnit
'MINUTES'
|
'HOURS'
required
maxRetries
integer
lastNotebookExecutionStatus
'CREATED'
|
'QUEUED'
|
'STARTING'
|
'STARTED'
|
'COMPLETED'
|
'NOTEBOOK_ERROR'
|
'FAILED'
|
'TIMEOUT'
|
'CANCELED'
|
'RESOURCES_ERROR'
|
'CONFIGURATION_ERROR'
notebookStopped
boolean
objectId
string
Response
Created