Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.olostep.com/v1/monitors/{monitor_id}/runs/{run_id} \ --header 'Authorization: Bearer <token>'
{ "monitor_id": "<string>", "run_id": "<string>", "snapshot": {}, "log_group": "<string>", "events": [ { "id": "<string>", "ts": 123, "ingestion_ts": 123, "stream": "<string>", "message": "<string>", "event": {} } ] }
単一のモニター実行のスナップショットメタデータと解析されたエージェントログイベントを返します。
Bearer 形式のBearer認証ヘッダー。はあなたの認証トークンです。
^monitor_
^run_
実行の詳細。
Show child attributes
このページは役に立ちましたか?