reports
2 rows where domain_id = 1492 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 ▲ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 8fb7a846-e7be-421f-930c-9e776e4d5fa2 | 1492 1492 | http://www.scb.se/ | https://www.scb.se/ | 200 | 193.180.124.91:443 | 11040 | 5149 | 16189 | 48 | 2 | 0 | 10 | good | 1781014030220 |
| 78891a43-bedf-4932-ac43-89085b78ca54 | 1492 1492 | https://scb.se/ | https://www.scb.se/ | 200 | 193.180.124.91:443 | 11087 | 5028 | 16115 | 49 | 2 | 0 | 10 | good | 1780691728298 |
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);