---
title: "GET /applications/{applicationId}/jobruns"
method: GET
path: "/applications/{applicationId}/jobruns"
---

# GET /applications/{applicationId}/jobruns

`GET /applications/{applicationId}/jobruns`

Lists job runs based on a set of parameters.

## Path parameters

- `applicationId` string, required

## Query parameters

- `nextToken` string
- `maxResults` integer
- `createdAtAfter` string, date-time
- `createdAtBefore` string, date-time
- `states` JobRunState[]
- `mode` 'BATCH' | 'STREAMING'

## Response `200`

Success

- ListJobRunsResponse
  - `jobRuns` JobRunSummary[], required — The output lists information about the specified job runs.
    - `applicationId` string, required — The ID of the application the job is running on.
    - `id` string, required — The ID of the job run.
    - `name` string — The optional job run name. This doesn't have to be unique.
    - `mode` 'BATCH' | 'STREAMING' — The mode of the job run.
    - `arn` string, required — The ARN of the job run.
    - `createdBy` string, required — The user who created the job run.
    - `createdAt` string, date-time, required — The date and time when the job run was created.
    - `updatedAt` string, date-time, required — The date and time when the job run was last updated.
    - `executionRole` string, required — The execution role ARN of the job run.
    - `state` 'SUBMITTED' | 'PENDING' | 'SCHEDULED' | 'RUNNING' | 'SUCCESS' | 'FAILED' | 'CANCELLING' | 'CANCELLED' | 'QUEUED', required — The state of the job run.
    - `stateDetails` string, required — The state details of the job run.
    - `releaseLabel` string, required — The Amazon EMR release associated with the application your job is running on.
    - `type` string — The type of job run, such as Spark or Hive.
    - `attempt` integer — The attempt number of the job run execution.
    - `attemptCreatedAt` string, date-time — The date and time of when the job run attempt was created.
    - `attemptUpdatedAt` string, date-time — The date and time of when the job run attempt was last updated.
  - `nextToken` string — 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.

## Other responses

- `480` — ValidationException
- `481` — InternalServerException

---

[API](https://skmtc.net/aws/apis/emr-serverless.md) · [All operations](https://skmtc.net/aws/apis/emr-serverless/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/emr-serverless/versions/d7a4ce0af1b7/schema)
