Get Table
Retrieve table data from an Athena spreadsheet.
Authentication
X-API-KEYstring
API Key authentication via header
OR
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
asset_id
The ID of the spreadsheet asset
table_name
Table name to retrieve
table_id
Table ID to retrieve
Response
Successful Response
asset_id
The ID of the spreadsheet asset
columns
Array of column objects with name and other metadata
message
Success message or error description
rows
Array of row objects with column names as keys
success
Whether the operation was successful
