---
title: "GET /projects/{+projectId}/jobs"
method: GET
path: "/projects/{+projectId}/jobs"
tags: ["jobs"]
---

# GET /projects/{+projectId}/jobs

`GET /projects/{+projectId}/jobs`

Lists all jobs that you started in the specified project. Job information is available for a six month period after creation. The job list is sorted in reverse chronological order, by job creation time. Requires the Can View project role, or the Is Owner project role if you set the allUsers property. # IAM Permissions Requires no specific IAM permission(s) to use this method. Users are able to list the jobs they created. Additional access is granted based on the following permissions: - Users with the `bigquery.jobs.listAll` permission can list all jobs with all metadata. - Users with the `bigquery.jobs.list` permission can list all jobs, but with redacted information for jobs they did not create.

## Path parameters

- `projectId` string, required

## Query parameters

- `allUsers` boolean
- `maxCreationTime` string
- `maxResults` integer
- `minCreationTime` string
- `pageToken` string
- `parentJobId` string
- `projection` 'full' | 'minimal'
- `stateFilter` string[]

## Response `200`

Successful response

---

[API](https://skmtc.dev/google/apis/bigquery.md) · [All operations](https://skmtc.dev/google/apis/bigquery/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/bigquery/revisions/98f33ea9c8c9/schema)
