---
title: "GET /projects/{+projectId}/datasets/{+datasetId}/tables/{+tableId}/data"
method: GET
path: "/projects/{+projectId}/datasets/{+datasetId}/tables/{+tableId}/data"
tags: ["tabledata"]
---

# GET /projects/{+projectId}/datasets/{+datasetId}/tables/{+tableId}/data

`GET /projects/{+projectId}/datasets/{+datasetId}/tables/{+tableId}/data`

List the content of a table in rows. # IAM Permissions Requires the `bigquery.tables.getData` permission on the table.

## Path parameters

- `projectId` string, required
- `datasetId` string, required
- `tableId` string, required

## Query parameters

- `formatOptions.timestampOutputFormat` 'TIMESTAMP_OUTPUT_FORMAT_UNSPECIFIED' | 'FLOAT64' | 'INT64' | 'ISO8601_STRING'
- `formatOptions.useInt64Timestamp` boolean
- `maxResults` integer
- `pageToken` string
- `selectedFields` string
- `startIndex` 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)
