Spreadsheet Autobot

Daily background spreadsheet fetcher & Queryable API

Checking status...
Time: Loading...

Google Connection Setup

Configure your Google Sheets Credentials to authorize this background fetcher.

Extracted from your Spreadsheet URL.
Runs every day at 08:00 AM.

Manual Actions

Forces the background server to pull live records from the Google Sheet and update SQLite database immediately.

Autobot Execution History

Loading timeline logs...
Synced Rows 0
Last Sync Status NEVER
Next Scheduled Sync IDLE
Local SQLite Size 0 KB

Synced Data Explorer

Database Preview (Synced: Never)

# Status Action

No data synced in SQLite

Connect your Google Account and press "Sync Data Now" to pull records from the shared spreadsheet.

REST API Developer Portal

Provide direct access to the synced database. Other systems can query this API dynamically with filters.

GET http://localhost:3000/api/data
curl -X GET "http://localhost:3000/api/data?limit=10"
Interactive Live API Request
{ "message": "Click 'Try Request' to execute a live GET request against /api/data" }