cURL
curl --request GET \ --url https://api.example.com/monitors/projects/{projectId}/uptime \ --header 'Authorization: Bearer <token>'
{ "overall": [ { "date": "<string>", "uptime": 123 } ], "monitors": {} }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Start date for uptime data (ISO format)
End date for uptime data (ISO format)
Return the uptime data.
Overall uptime data across all monitors
Show child attributes
Uptime data for individual monitors