Lists historical, current, and scheduled batch job executions for a specific application.
get/applications/{applicationId}/batch-job-executions
Path parameters
applicationIdstring required
The unique identifier of the application.
Query parameters
executionIdsIdentifier[]
The unique identifier of each batch job execution.
jobNamestring
The name of each batch job execution.
maxResultsinteger
The maximum number of batch job executions to return.
nextTokenstring
A pagination token to control the number of batch job executions displayed in the list.
startedAfterstring date-time
The time after which the batch job executions started.
startedBeforestring date-time
The time before the batch job executions started.
status'Submitting' | 'Holding' | 'Dispatching' | 'Running' | 'Cancelling' | 'Cancelled' | 'Succeeded' | 'Failed' | 'Purged' | 'Succeeded With Warning'
The status of the batch job executions.
Response
Success