Naar hoofdinhoud gaan
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.

Autorisaties

Authorization
string
header
vereist

Bearer authenticatie header in de vorm Bearer , waar jouw auth token is.

Padparameters

monitor_id
string
vereist
Pattern: ^monitor_

Queryparameters

stream
enum<string>
vereist
Beschikbare opties:
1,
true
since
integer

Starttijdstempel in milliseconden (standaard: 30 minuten geleden).

Respons

SSE-stream met ready, log, heartbeat, en error events.

The response is of type string.