v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1342224376.9 KB
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.

get/projects/{+projectId}/jobs

Path parameters

projectIdstring required

Project ID of the jobs to list.

Query parameters

allUsersboolean

Whether to display jobs owned by all users in the project. Default False.

maxCreationTimestring

Max value for job creation time, in milliseconds since the POSIX epoch. If set, only jobs created before or at this timestamp are returned.

maxResultsinteger

The maximum number of results to return in a single response page. Leverage the page tokens to iterate through the entire collection.

minCreationTimestring

Min value for job creation time, in milliseconds since the POSIX epoch. If set, only jobs created after or at this timestamp are returned.

pageTokenstring

Page token, returned by a previous call, to request the next page of results.

parentJobIdstring

If set, show only child jobs of the specified parent. Otherwise, show all top-level jobs.

projection'full' | 'minimal'

Restrict information returned to a set of selected fields

stateFilterstring[]

Filter for job state

Response

Successful response