reports
3 rows where domain_id = 2765 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 ▲ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 63389a5b-e628-4df6-aaa5-175a10553cf1 | 2765 2765 | https://gisapp.msb.se/apps/bbk/index.html | https://gisapp.msb.se/apps/bbk/index.html | 200 | 193.182.190.198:443 | 13098 | 184 | 13282 | 125 | 0 | 0 | 10 | good | 1781013960325 |
| 4b0c4830-9814-4713-9b9d-24d83d1eed29 | 2765 2765 | https://gisapp.msb.se/apps/varmekarteringar | https://gisapp.msb.se/apps/varmekarteringar/ | 200 | 193.182.190.198:443 | 18187 | 157 | 18344 | 142 | 0 | 0 | 10 | good | 1781013946806 |
| 524cd2ed-0155-4042-9eb8-84ceacfa8b34 | 2765 2765 | https://gisapp.msb.se/Apps/oversvamningsportal/index.html | https://gisapp.msb.se/Apps/oversvamningsportal/index.html | 200 | 193.182.190.198:443 | 11240 | 51 | 11291 | 15 | 0 | 0 | 10 | good | 1781013419260 |
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);