Passer au contenu principal
GET
/
v1
/
monitors
/
{monitor_id}
/
agent-logs
Diffuser les Journaux de l'Agent du Moniteur
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.

Autorisations

Authorization
string
header
requis

En-tête d'authentification Bearer sous la forme Bearer , où est ton jeton d'authentification.

Paramètres de chemin

monitor_id
string
requis
Pattern: ^monitor_

Paramètres de requête

stream
enum<string>
requis
Options disponibles:
1,
true
since
integer

Horodatage de début en millisecondes (par défaut : il y a 30 minutes).

Réponse

Flux SSE avec les événements ready, log, heartbeat, et error.

The response is of type string.