v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1437198164.5 KB

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.

get/applications/{applicationId}/batch-job-definitions

Path parameters

applicationIdstring required

The identifier of the application.

Query parameters

maxResultsinteger

The maximum number of batch job definitions to return.

nextTokenstring

A pagination token returned from a previous call to this operation. This specifies the next item to return. To return to the beginning of the list, exclude this parameter.

prefixstring

If the batch job definition is a FileBatchJobDefinition, the prefix allows you to search on the file names of FileBatchJobDefinitions.

Response

Success

nextTokenstring

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.