reports
2 rows where domain_id = 6 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 ▲ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 5ba50bda-33a7-4b2d-a1a3-4766257dda7f | 6 6 | https://www.municipio.se/ | https://www.municipio.se/ | 200 | 63.176.8.218:443 | 12342 | 98 | 12440 | 16 | 2 | 0 | 3 | bad | 1781012820875 |
| c89ce2ea-514d-4202-a23a-de72b07b1360 | 6 6 | https://municipio.se/ | https://www.municipio.se/ | 200 | 63.176.8.218:443 | 15038 | 23 | 15061 | 17 | 2 | 0 | 1778597129401 |
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);