account_apps_snapshots
18 rows
This data as json, CSV (advanced)
| Link | snapshot_at | store_hash | app_id | app_name |
|---|---|---|---|---|
| 2026-07-21T20:44:34.797801Z,fi8xpl,bc/account/app/182 | 2026-07-21T20:44:34.797801Z | fi8xpl | bc/account/app/182 | InStockNotify |
| 2026-07-21T20:44:34.797801Z,fi8xpl,bc/account/app/2369 | 2026-07-21T20:44:34.797801Z | fi8xpl | bc/account/app/2369 | Smile.io Loyalty & Rewards |
| 2026-07-21T20:44:34.797801Z,fi8xpl,bc/account/app/39645 | 2026-07-21T20:44:34.797801Z | fi8xpl | bc/account/app/39645 | Gorgias |
| 2026-07-21T20:44:34.797801Z,fi8xpl,bc/account/app/4949 | 2026-07-21T20:44:34.797801Z | fi8xpl | bc/account/app/4949 | Trustpilot Reviews |
| 2026-07-21T20:44:34.797801Z,fi8xpl,bc/account/app/59375 | 2026-07-21T20:44:34.797801Z | fi8xpl | bc/account/app/59375 | IndexNow & ChatGPT Product Feeds |
| 2026-07-21T20:44:34.797801Z,fi8xpl,bc/account/app/7537 | 2026-07-21T20:44:34.797801Z | fi8xpl | bc/account/app/7537 | Fraud Protection by Evereye |
| 2026-07-21T20:44:34.797801Z,fi8xpl,bc/account/app/96 | 2026-07-21T20:44:34.797801Z | fi8xpl | bc/account/app/96 | ShipStation |
| 2026-07-21T20:44:34.797801Z,fi8xpl,bc/account/app/9742 | 2026-07-21T20:44:34.797801Z | fi8xpl | bc/account/app/9742 | Klaviyo |
| 2026-07-21T20:44:35.256766Z,sd7hcu7,bc/account/app/96 | 2026-07-21T20:44:35.256766Z | sd7hcu7 | bc/account/app/96 | ShipStation |
| 2026-07-21T20:49:33.884539Z,fi8xpl,bc/account/app/182 | 2026-07-21T20:49:33.884539Z | fi8xpl | bc/account/app/182 | InStockNotify |
| 2026-07-21T20:49:33.884539Z,fi8xpl,bc/account/app/2369 | 2026-07-21T20:49:33.884539Z | fi8xpl | bc/account/app/2369 | Smile.io Loyalty & Rewards |
| 2026-07-21T20:49:33.884539Z,fi8xpl,bc/account/app/39645 | 2026-07-21T20:49:33.884539Z | fi8xpl | bc/account/app/39645 | Gorgias |
| 2026-07-21T20:49:33.884539Z,fi8xpl,bc/account/app/4949 | 2026-07-21T20:49:33.884539Z | fi8xpl | bc/account/app/4949 | Trustpilot Reviews |
| 2026-07-21T20:49:33.884539Z,fi8xpl,bc/account/app/59375 | 2026-07-21T20:49:33.884539Z | fi8xpl | bc/account/app/59375 | IndexNow & ChatGPT Product Feeds |
| 2026-07-21T20:49:33.884539Z,fi8xpl,bc/account/app/7537 | 2026-07-21T20:49:33.884539Z | fi8xpl | bc/account/app/7537 | Fraud Protection by Evereye |
| 2026-07-21T20:49:33.884539Z,fi8xpl,bc/account/app/96 | 2026-07-21T20:49:33.884539Z | fi8xpl | bc/account/app/96 | ShipStation |
| 2026-07-21T20:49:33.884539Z,fi8xpl,bc/account/app/9742 | 2026-07-21T20:49:33.884539Z | fi8xpl | bc/account/app/9742 | Klaviyo |
| 2026-07-21T20:49:34.137153Z,sd7hcu7,bc/account/app/96 | 2026-07-21T20:49:34.137153Z | sd7hcu7 | bc/account/app/96 | ShipStation |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE account_apps_snapshots (
snapshot_at TEXT NOT NULL,
store_hash TEXT NOT NULL,
app_id TEXT NOT NULL,
app_name TEXT,
PRIMARY KEY (snapshot_at, store_hash, app_id)
);
CREATE INDEX idx_apps_snapshots_lookup
ON account_apps_snapshots(store_hash, snapshot_at DESC);