跳转到主要内容
GET
列出监控检查

授权

Authorization
string
header
必填

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

路径参数

monitorId
string<uuid>
必填

监控 ID

查询参数

limit
integer
默认值:25
必填范围: 1 <= x <= 100
offset
integer
默认值:0
必填范围: x >= 0
status
enum<string>

按状态筛选检查。

可用选项:
queued,
running,
completed,
failed,
partial,
skipped_overlap

响应

200 - application/json

监控检查

data
object[]
success
boolean