reports
2 rows where domain_id = 1216 sorted by checked_at descending
This data as json, CSV (advanced)
| 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 ▲ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| f629e6d9-702d-4d15-a03e-28b4bac6b8bc | 1216 1216 | https://www.mi.se/ | https://www.mi.se/ | 200 | 46.246.39.10:443 | 14258 | 5207 | 19465 | 28 | 0 | 0 | 10 | good | 1781012276247 |
| 7c68193f-6ff7-4d60-9980-00deb62a52c5 | 1216 1216 | https://www.mi.se/ | https://www.mi.se/ | 200 | 46.246.39.10:443 | 13302 | 5048 | 18350 | 28 | 0 | 0 | 10 | good | 1780684877847 |
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);