

# Viewing your job history
<a name="viewing-job-history"></a>

You can view the recent history of MediaConvert jobs that you created with your Amazon Web Services account in a given Amazon Web Services Region. After three months, the service automatically deletes the record of a job.

The **Jobs** page shows jobs that are successfully completed, are canceled, are being processed, are waiting in the queue, and that ended in error. You can filter the job history list by the status and by the queue that the jobs were sent to. You can also choose a specific job from the list to view the job's settings.

------
#### [ Console  ]

To view your jobs using the MediaConvert console

1. Open the [Jobs](https://console.amazonaws.cn/mediaconvert/home#/jobs/list) page in the MediaConvert console.

1. Optionally, filter the list by status and queue by choosing from the dropdown lists.

1. To see details for a job, choose a **Job ID** to view its **Job summary** page.

------
#### [ CLI  ]

The following `list-jobs` example lists up to twenty of your most recently created jobs.

```
aws mediaconvert list-jobs
```

For more information about how to cancel a job using the Amazon CLI, see the [Amazon CLI command reference](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/mediaconvert/list-jobs.html).

------