メインコンテンツへスキップ
GET
/
v1
/
monitors
/
{monitor_id}
モニターを取得
curl --request GET \
  --url https://api.olostep.com/v1/monitors/{monitor_id} \
  --header 'Authorization: Bearer <token>'
{
  "team_id": "<string>",
  "monitor_id": "<string>",
  "status": "<string>",
  "agent_id": "<string>",
  "fda_id": "<string>",
  "schedule_id": "<string>",
  "schedule_name": "<string>",
  "query": "<string>",
  "url": "<string>",
  "frequency": "hourly",
  "cron_expression": "<string>",
  "notification_channel": "email",
  "notification_target": "<string>",
  "metadata": {},
  "error_message": "<string>",
  "created_at": 123,
  "updated_at": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.olostep.com/llms.txt

Use this file to discover all available pages before exploring further.

承認

Authorization
string
header
必須

Bearer認証ヘッダーの形式はBearer で、はあなたの認証トークンです。

パスパラメータ

monitor_id
string
必須

ユニークなモニター識別子。monitor_で始まる必要があります。

Pattern: ^monitor_

レスポンス

モニターが正常に取得されました。

team_id
string
monitor_id
string

ユニークなモニター識別子。

status
string

モニターのライフサイクルステータス。

agent_id
string | null
fda_id
string | null
schedule_id
string | null
schedule_name
string | null
query
string
url
string<uri> | null
frequency
enum<string>
利用可能なオプション:
hourly,
daily,
weekly
cron_expression
string | null
notification_channel
enum<string>
利用可能なオプション:
email,
webhook
notification_target
string
metadata
object
error_message
string | null
created_at
integer

Unixタイムスタンプ。

updated_at
integer

Unixタイムスタンプ。