AWS Glue - List job runs action

The List job runs action retrieves a list of job runs for a specific AWS Glue job.

Input

Input fieldDescription
Job nameEnter the name of the job to retrieve job runs for.
Next tokenEnter a continuation token to use pagination for the response.
Max resultsEnter a number for the maximum number of results to return. The default is 50.
Job run stateSelect the state of the job runs to return.
Started afterEnter a date to only return job runs that started after the selected date.
Started beforeEnter a date to only return job runs that started before the selected date.

Output

Output fieldDescription
Job runsThe job runs that meet your filter criteria.
Next tokenA continuation token for the response, if the returned list does not contain the last metric available.

Last updated: