reports
4 rows where domain_id = 7 sorted by checked_at descending
This data as json, CSV (advanced)
Suggested facets: analytics_score, analytics_verdict
| id | domain_id | input_url | final_url | http_status | server | page_load_ms | consent_phase_ms | total_ms | responses_count | cookies_count | local_storage_count | analytics_score | analytics_verdict | checked_at ▲ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| cd8df88a-8453-4b67-ac4a-72e4b546a1ce | 7 7 | https://dn.se/ | https://www.dn.se/ | 200 | 199.232.173.91:443 | 12887 | 5204 | 18091 | 556 | 2 | 1 | 10 | good | 1781092419618 |
| b1cbd3a6-7b80-4c6a-8010-e64db512edf5 | 7 7 | https://dn.se/ | https://www.dn.se/ | 200 | 199.232.173.91:443 | 12085 | 5071 | 17156 | 629 | 2 | 1 | 0 | none | 1780673455214 |
| 6f5ca89a-e7d9-40bf-85cb-6ec62e598540 | 7 7 | https://dn.se/ | https://www.dn.se/ | 200 | 199.232.173.91:443 | 11823 | 5056 | 16879 | 583 | 2 | 1 | 0 | none | 1780529617654 |
| 24f2e00e-bf07-4126-bf8f-367890d06c78 | 7 7 | https://dn.se/ | https://www.dn.se/ | 200 | 199.232.173.91:443 | 12579 | 5400 | 17979 | 522 | 2 | 1 | 1778597464239 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE reports ( id TEXT PRIMARY KEY, domain_id INTEGER NOT NULL REFERENCES domains(id), input_url TEXT NOT NULL, final_url TEXT NOT NULL, http_status INTEGER NOT NULL, server TEXT, page_load_ms INTEGER, consent_phase_ms INTEGER, total_ms INTEGER, responses_count INTEGER, cookies_count INTEGER, local_storage_count INTEGER, analytics_score INTEGER, analytics_verdict TEXT, checked_at INTEGER NOT NULL ); CREATE INDEX idx_reports_domain_checked ON reports(domain_id, checked_at DESC);