Skip to main content
GET
Get monitor status history

Authorizations

x-api-key
string
header
required

API key for authentication.

Path Parameters

monitor_id
string<uuid>
required

Monitor identifier.

Response

Monitor status history retrieved successfully.

success
boolean
required

True if the request succeeded; false otherwise.

Example:

true

monitor_id
string<uuid> | null
required

Monitor identifier. null on failure.

Example:

"a1b2c3d4-e5f6-7890-abcd-ef1234567890"

total_statuses
integer | null
required

Total number of status entries in the history.

Example:

39

statuses
object[] | null
required

Full status history, ordered newest to oldest.

message
string | null

Optional message. null on success.