Skip to content

Export a monitor's check results as CSV (chronological). Columns: timestamp, region, status, http_code, total_ms, dns_ms, tcp_connect_ms, tls_ms, ttfb_ms, download_ms, failure_reason.

GET
/http/job/{job_id}/results/export
curl --request GET \
--url https://api.siteqwality.com/http/job/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/results/export \
--header 'Authorization: Bearer <token>'
job_id
required
string format: uuid

HTTP monitor identifier

from
string

RFC3339 lower bound (default: 30 days ago)

to
string

RFC3339 upper bound (default: now)

CSV file (text/csv attachment)

Media type text/plain
string

Invalid range or more than 50,000 rows in range

Missing or invalid authentication

HTTP monitor not found

Internal server error