reports
2 rows where domain_id = 2648 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 ▲ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ead09f10-eac1-4b71-bd8f-af9dbec82de2 | 2648 2648 | https://uteiskane.se/ | https://uteiskane.se/en#googtrans(sv|en) | 200 | 13.49.99.63:443 | 11921 | 3778 | 15699 | 40 | 2 | 0 | 0 | none | 1781014894949 |
| d7cd0640-9afe-48de-b910-8337cf6047b2 | 2648 2648 | https://uteiskane.se/ | https://uteiskane.se/en#googtrans(sv|en) | 200 | 13.49.99.63:443 | 12029 | 3876 | 15905 | 40 | 2 | 0 | 0 | none | 1781006341404 |
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);