v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1437198164.5 KB

Gets the details of a specific batch job execution for a specific application.

get/applications/{applicationId}/batch-job-executions/{executionId}

Path parameters

applicationIdstring required

The identifier of the application.

executionIdstring required

The unique identifier of the batch job execution.

Response

Success

applicationIdstring required

The identifier of the application.

endTimestring date-time

The timestamp when the batch job execution ended.

executionIdstring required

The unique identifier for this batch job execution.

jobIdstring

The unique identifier for this batch job.

jobNamestring

The name of this batch job.

jobType'VSE' | 'JES2' | 'JES3'

The type of job.

jobUserstring

The user for the job.

returnCodestring

The batch job return code from either the Blu Age or Micro Focus runtime engines. For more information, see <a href="https://www.ibm.com/docs/en/was/8.5.5?topic=model-batch-return-codes">Batch return codes</a> in the <i>IBM WebSphere Application Server</i> documentation.

startTimestring date-time required

The timestamp when the batch job execution started.

status'Submitting' | 'Holding' | 'Dispatching' | 'Running' | 'Cancelling' | 'Cancelled' | 'Succeeded' | 'Failed' | 'Purged' | 'Succeeded With Warning' required

The status of the batch job execution.

statusReasonstring

The reason for the reported status.