The Fusion Tables service allows you to use the Google Fusion Tables API in Apps Script. This API gives users the ability to store, share, and query their data tables.
Reference
For detailed information on this service, see the reference documentation for the Fusion Tables API. Like all advanced services in Apps Script, the Fusion Tables service uses the same objects, methods, and parameters as the public API.
To report issues and find other support, see the Fusion Tables support guide.
Sample code
The sample code below uses version 2 of the API.
List tables
This sample lists Fusion Tables that the user has access to.
Run query
This sample queries for the first 100 rows in the given Fusion Table and saves the results to a new spreadsheet.