v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1422181132.4 KB

Starts a job run.

post/applications/{applicationId}/jobruns

Path parameters

applicationIdstring required

The ID of the application on which to run the job.

Request body

clientTokenstring required

The client idempotency token of the job run to start. Its value must be unique for each request.

executionRoleArnstring required

The execution role ARN for the job run.

tagsobject

The tags assigned to the job run.

executionTimeoutMinutesinteger

The maximum duration for the job run to run. If the job run runs beyond this duration, it will be automatically cancelled.

namestring

The optional job run name. This doesn't have to be unique.

mode'BATCH' | 'STREAMING'

The mode of the job run when it starts.

Response

Success

applicationIdstring required

This output displays the application ID on which the job run was submitted.

jobRunIdstring required

The output contains the ID of the started job run.

arnstring required

This output displays the ARN of the job run..