---
title: "GET /applications/{applicationId}/batch-job-executions/{executionId}/steps"
method: GET
path: "/applications/{applicationId}/batch-job-executions/{executionId}/steps"
---

# GET /applications/{applicationId}/batch-job-executions/{executionId}/steps

`GET /applications/{applicationId}/batch-job-executions/{executionId}/steps`

Lists all the job steps for a JCL file to restart a batch job. This is only applicable for Micro Focus engine with versions 8.0.6 and above.

## Path parameters

- `applicationId` string, required
- `executionId` string, required

## Query parameters

- `authSecretsManagerArn` string

## Response `200`

Success

- ListBatchJobRestartPointsResponse
  - `batchJobSteps` JobStep[] — Returns all the batch job steps and related information for a batch job that previously ran.
    - `procStepName` string — The name of a procedure step.
    - `procStepNumber` integer — The number of a procedure step.
    - `stepCheckpoint` integer — A registered step-level checkpoint identifier that can be used for restarting an Amazon Web Services Blu Age application batch job.
    - `stepCheckpointStatus` string — The step-level checkpoint status for an Amazon Web Services Blu Age application batch job.
    - `stepCheckpointTime` string, date-time — The step-level checkpoint status for an Amazon Web Services Blu Age application batch job.
    - `stepCondCode` string — The condition code of a step.
    - `stepName` string — The name of a step.
    - `stepNumber` integer — The number of a step.
    - `stepRestartable` boolean — Specifies if a step can be restarted or not.

## Other responses

- `480` — ResourceNotFoundException
- `481` — ThrottlingException
- `482` — AccessDeniedException
- `483` — ConflictException
- `484` — ValidationException
- `485` — InternalServerException

---

[API](https://skmtc.net/aws/apis/m2.md) · [All operations](https://skmtc.net/aws/apis/m2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/m2/versions/aac43e95a42b/schema)
