Get Table

Beta
Retrieve table data from an Athena spreadsheet.

Headers

X-API-KEYstringRequired

Request

This endpoint expects an object.
asset_idstringRequired
The ID of the spreadsheet asset
table_idstring or nullOptional
Table ID to retrieve
table_namestring or nullOptional
Table name to retrieve

Response

Successful Response
asset_idstring
The ID of the spreadsheet asset
datalist of maps from strings to any
Array of row objects with column names as keys
messagestring
Success message or error description
successboolean
Whether the operation was successful

Errors