跳转到主要内容
GET
/
v1
/
monitors
列出监控
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 Index

Fetch the complete documentation index at: https://docs.olostep.com/llms.txt

Use this file to discover all available pages before exploring further.

授权

Authorization
string
header
必填

Bearer认证头格式为Bearer ,其中是你的认证令牌。

查询参数

include_deleted
enum<string>
默认值:false

设置为 true 以包含已删除的监控器。

可用选项:
true,
false

响应

成功响应,返回监控器列表。

monitors
object[]
count
integer