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

# GET /projects/{+projectId}/queries/{+jobId}

`GET /projects/{+projectId}/queries/{+jobId}`

RPC to get the results of a query job. # IAM Permissions Requires the following IAM permission(s) to use this method: - `bigquery.jobs.get` on the job. - `bigquery.tables.getData` on the destination table. If the user matches the creator of the job, the following IAM permission(s) are required instead: - `bigquery.jobs.create` on the project. - `bigquery.tables.getData` on the destination table.

## Path parameters

- `projectId` string, required
- `jobId` string, required

## Query parameters

- `formatOptions.timestampOutputFormat` 'TIMESTAMP_OUTPUT_FORMAT_UNSPECIFIED' | 'FLOAT64' | 'INT64' | 'ISO8601_STRING'
- `formatOptions.useInt64Timestamp` boolean
- `location` string
- `maxResults` integer
- `pageToken` string
- `startIndex` string
- `timeoutMs` integer

## 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)
