v1

latestOpenAPI 3.1.02026-08-06452159.9 KB
Notebook Execution

Trigger an execution

post/api/executions

Request body

idstring
notebookIdstring required
notebookExecutionSourceIdstring
notebookExecutionSourcestring
executionFileNamestring required
notebookExecutionStatus'CREATED' | 'QUEUED' | 'STARTING' | 'STARTED' | 'COMPLETED' | 'NOTEBOOK_ERROR' | 'FAILED' | 'TIMEOUT' | 'CANCELED' | 'RESOURCES_ERROR' | 'CONFIGURATION_ERROR'
startedstring date-time
completedstring date-time
{"stackTrail":"components:schemas:JsonNode","oasType":"schema","type":"unknown"}
resultstring
logsOutputPathstring
executionTimeoutinteger
maxRetriesinteger
timeUnit'NANOSECONDS' | 'MICROSECONDS' | 'MILLISECONDS' | 'SECONDS' | 'MINUTES' | 'HOURS' | 'DAYS'

Response

OK