cURL
curl --request GET \ --url https://api.olostep.com/v1/monitors \ --header 'Authorization: Bearer <token>'
{ "monitors": [ { "id": "monitor_5hktz469jy", "object": "monitor", "created_at": 1777983215, "cron_expression": "13 13 * * ? *", "fda_id": "fda_5hktz469jy", "frequency": "daily", "metadata": {}, "notification_channel": "email", "notification_target": "example@olostep.com", "query": "Gather the new blogposts from example website and send me updates with new posts.", "status": "active", "team_id": "team_5hktz469jyF", "updated_at": 1777983222 } ], "count": 1 }
チームのすべてのモニターを取得します。デフォルトではアクティブなモニターを返し、リクエストに応じて削除されたモニターを含めることができます。
Documentation IndexFetch the complete documentation index at: https://docs.olostep.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.olostep.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer 形式のBearer認証ヘッダー。はあなたの認証トークンです。
削除されたモニターを含めるには、trueに設定します。
true
false
モニターのリストを含む成功したレスポンス。
Show child attributes
このページは役に立ちましたか?