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

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

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

Gets the specified table resource by table ID. This method does not return the data in the table, it only returns the table resource, which describes the structure of this table. # IAM Permissions Requires the `bigquery.tables.get` permission on the table.

## Path parameters

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

## Query parameters

- `selectedFields` string
- `view` 'TABLE_METADATA_VIEW_UNSPECIFIED' | 'BASIC' | 'STORAGE_STATS' | 'FULL'

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