Skip to content

Export an uptime summary per HTTP monitor as CSV. Uptime is the average of daily uptime percentages from the daily performance rollup over the requested range (the same math the status page uses). Row count is bounded by the account's monitor count, so no row cap applies.

GET
/monitors/export
curl --request GET \
--url https://api.siteqwality.com/monitors/export \
--header 'Authorization: Bearer <token>'
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

Missing or invalid authentication

Internal server error