v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1465378349.0 KB

Provides summaries of all notebook executions. You can filter the list based on multiple criteria such as status, time range, and editor id. Returns a maximum of 50 notebook executions and a marker to track the paging of a longer notebook execution list across multiple <code>ListNotebookExecutions</code> calls.

post/#X-Amz-Target=ElasticMapReduce.ListNotebookExecutions

Headers

X-Amz-Target'ElasticMapReduce.ListNotebookExecutions' required

Request body

EditorIdstring

The unique ID of the editor associated with the notebook execution.

Status'START_PENDING' | 'STARTING' | 'RUNNING' | 'FINISHING' | 'FINISHED' | 'FAILING' | 'FAILED' | 'STOP_PENDING' | 'STOPPING' | 'STOPPED'
<p>The status filter for listing notebook executions.</p> <ul> <li> <p> <code>START_PENDING</code> indicates that the cluster has received the execution request but execution has not begun.</p> </li> <li> <p> <code>STARTING</code> indicates that the execution is starting on the cluster.</p> </li> <li> <p> <code>RUNNING</code> indicates that the execution is being processed by the cluster.</p> </li> <li> <p> <code>FINISHING</code> indicates that execution processing is in the final stages.</p> </li> <li> <p> <code>FINISHED</code> indicates that the execution has completed without error.</p> </li> <li> <p> <code>FAILING</code> indicates that the execution is failing and will not finish successfully.</p> </li> <li> <p> <code>FAILED</code> indicates that the execution failed.</p> </li> <li> <p> <code>STOP_PENDING</code> indicates that the cluster has received a <code>StopNotebookExecution</code> request and the stop is pending.</p> </li> <li> <p> <code>STOPPING</code> indicates that the cluster is in the process of stopping the execution as a result of a <code>StopNotebookExecution</code> request.</p> </li> <li> <p> <code>STOPPED</code> indicates that the execution stopped because of a <code>StopNotebookExecution</code> request.</p> </li> </ul>
Fromstring date-time

The beginning of time range filter for listing notebook executions. The default is the timestamp of 30 days ago.

Tostring date-time

The end of time range filter for listing notebook executions. The default is the current timestamp.

Markerstring

The pagination token, returned by a previous <code>ListNotebookExecutions</code> call, that indicates the start of the list for this <code>ListNotebookExecutions</code> call.

ExecutionEngineIdstring

The unique ID of the execution engine.

Response

Success

Markerstring

A pagination token that a subsequent <code>ListNotebookExecutions</code> can use to determine the next set of results to retrieve.