list_job_runs
Retrieve and filter job run history for EMR Serverless applications to monitor execution status, timing, and duration across different environments.
Instructions
List job runs for an EMR Serverless application.
Args: application_id: The EMR Serverless application ID. max_results: Max runs to return (default 30). states: Optional comma-separated state filter (e.g. 'SUCCESS,FAILED'). created_after: Optional ISO date — only runs after this date (e.g. '2026-02-16'). env: Target environment — 'dev', 'uat', 'test', or 'prod'. IMPORTANT: Do NOT guess or default. Ask the user which environment if not specified.
Returns a list of job runs with status, timing and duration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| application_id | Yes | ||
| max_results | No | ||
| states | No | ||
| created_after | No | ||
| env | No |