跳转到主要内容
GET
获取监控检查

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

路径参数

monitorId
string<uuid>
必填

监控 ID

checkId
string<uuid>
必填

监控检查 ID

查询参数

limit
integer
默认值:25
必填范围: 1 <= x <= 100
skip
integer
默认值:0

要跳过的页面结果数。请使用上一响应中的 next URL 进行分页。

必填范围: x >= 0
status
enum<string>
可用选项:
same,
new,
changed,
removed,
error

响应

监控检查详情

data
object
next
string | null

用于获取下一页监控检查页面结果的 URL(如果有)。

success
boolean