v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1422181132.4 KB

Lists job runs based on a set of parameters.

get/applications/{applicationId}/jobruns

Path parameters

applicationIdstring required

The ID of the application for which to list the job run.

Query parameters

nextTokenstring

The token for the next set of job run results.

maxResultsinteger

The maximum number of job runs that can be listed.

createdAtAfterstring date-time

The lower bound of the option to filter by creation date and time.

createdAtBeforestring date-time

The upper bound of the option to filter by creation date and time.

statesJobRunState[]

An optional filter for job run states. Note that if this filter contains multiple states, the resulting list will be grouped by the state.

mode'BATCH' | 'STREAMING'

The mode of the job runs to list.

Response

Success

nextTokenstring

The output displays the token for the next set of job run results. This is required for pagination and is available as a response of the previous request.