Lists job runs based on a set of parameters. A job run is a unit of work, such as a Spark jar, PySpark script, or SparkSQL query, that you submit to Amazon EMR on EKS.
get/virtualclusters/{virtualClusterId}/jobruns
Path parameters
virtualClusterIdstring required
The ID of the virtual cluster for which to list the job run.
Query parameters
createdBeforestring date-time
The date and time before which the job runs were submitted.
createdAfterstring date-time
The date and time after which the job runs were submitted.
namestring
The name of the job run.
statesJobRunState[]
The states of the job run.
maxResultsinteger
The maximum number of job runs that can be listed.
nextTokenstring
The token for the next set of job runs to return.
Response
Success