listRows
HTTP Request
Path parameters
tableReference
A qualified reference to the table. See referencing resources for more information.
uploadName
The name of the upload. Make sure to URL encode the name if it contains any reserved characters.
Query parameters
format
The response format. Either csv
, jsonl
, or arrow
. Defaults to jsonl
for the JSON-lines format.
selectedVariables
Optional. A comma separated list of the variables to return, case insensitive. The order of variables in this list will determine the order of values in the response.
If not specified, all variables belonging to the table will be returned.
maxResults
Default 100.
Authorization
Edit access to the table's dataset is required. Your access token must have one of the following scopes:
data.edit
Learn more about authorization.
Request body
The request body must be empty.
Response body
The response body follows the table.listRows specification.
Last updated
Was this helpful?