List the content of a table in rows. # IAM Permissions Requires the bigquery.tables.getData permission on the table.
Path parameters
Required. Project id of the table to list.
Required. Dataset id of the table to list.
Required. Table id of the table to list.
Query parameters
Optional. The API output format for a timestamp. This offers more explicit control over the timestamp output format as compared to the existing use_int64_timestamp option.
Optional. Output timestamp as usec int64. Default is false.
Row limit of the table.
To retrieve the next page of table data, set this field to the string provided in the pageToken field of the response body from your previous call to tabledata.list.
Subset of fields to return, supports select into sub fields. Example: selected_fields = "a,e.d.f";
Start row index of the table.
Response
Successful response