メインコンテンツへスキップ
GET
/
v1
/
monitors
/
{monitor_id}
/
agent-logs
モニターエージェントログをストリーム
curl --request GET \
  --url https://api.olostep.com/v1/monitors/{monitor_id}/agent-logs \
  --header 'Authorization: Bearer <token>'
"<string>"

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
必須
Pattern: ^monitor_

クエリパラメータ

stream
enum<string>
必須
利用可能なオプション:
1,
true
since
integer

ミリ秒単位の開始タイムスタンプ(デフォルト:30分前)。

レスポンス

readylogheartbeaterrorイベントを持つSSEストリーム。

The response is of type string.