---
title: "GET /applications/{applicationId}/batch-job-definitions"
method: GET
path: "/applications/{applicationId}/batch-job-definitions"
---

# GET /applications/{applicationId}/batch-job-definitions

`GET /applications/{applicationId}/batch-job-definitions`

Lists all the available batch job definitions based on the batch job resources uploaded during the application creation. You can use the batch job definitions in the list to start a batch job.

## Path parameters

- `applicationId` string, required

## Query parameters

- `maxResults` integer
- `nextToken` string
- `prefix` string

## Response `200`

Success

- ListBatchJobDefinitionsResponse
  - `batchJobDefinitions` BatchJobDefinition[], required — The list of batch job definitions.
    - `fileBatchJobDefinition` object — Specifies a file containing a batch job definition.
      - `fileName` string, required — The name of the file containing the batch job definition.
      - `folderPath` string — The path to the file containing the batch job definition.
    - `scriptBatchJobDefinition` object — A script containing a batch job definition.
      - `scriptName` string, required — The name of the script containing the batch job definition.
  - `nextToken` string — If there are more items to return, this contains a token that is passed to a subsequent call to this operation to retrieve the next set of items.

## Other responses

- `480` — ResourceNotFoundException
- `481` — ThrottlingException
- `482` — AccessDeniedException
- `483` — ValidationException
- `484` — 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)
