Skip to main content
GET
/
v1
/
monitors
/
{monitor_id}
/
agent-logs
Stream Monitor 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.

Authorizations

Authorization
string
header
required

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

Path Parameters

monitor_id
string
required
Pattern: ^monitor_

Query Parameters

stream
enum<string>
required
Available options:
1,
true
since
integer

Start timestamp in milliseconds (default: 30 minutes ago).

Response

SSE stream with ready, log, heartbeat, and error events.

The response is of type string.