list_table_ids
List table ids in a BigQuery dataset.
Supports pagination. Use page_size to limit results and page_token to retrieve next page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageSize | No | Optional. The maximum number of results to return in a single response page. If unset, the default page size of 5000 is used. | |
| datasetId | Yes | Required. Dataset ID of the table request. | |
| pageToken | No | Optional. Page token, returned by a previous call, to request the next page of results. | |
| projectId | Yes | Required. Project ID of the table request. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tables | No | The tables that matched the request. | |
| nextPageToken | No | A token that can be used to request the next results page. |