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