メインコンテンツへスキップ
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