Skip to content

Monitor a timeline for anomalies

Request

Security
bearerAuth
Query
timeline_idstringrequired

The ID of the timeline to monitor

curl -i -X GET \
  'https://docs.labrys.tech/_mock/apis/monitor-timeline?timeline_id=string' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Timeline monitored successfully

Bodyapplication/json
statusstring

The status of the timeline monitoring operation

anomaliesArray of objects
Response
{ "status": "string", "anomalies": [ {} ] }