cURL
curl --request GET \ --url https://api.olostep.com/v1/schedules \ --header 'Authorization: Bearer <token>'
{ "schedules": [ { "team_id": "<string>", "schedule_id": "<string>", "type": "recurring", "endpoint": "<string>", "payload": {}, "cron_expression": "<string>", "execute_at": "2023-11-07T05:31:56Z", "expression_timezone": "<string>", "text": "<string>", "schedule_name": "<string>", "schedule_group": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "state": "ENABLED", "method": "GET" } ], "count": 123 }
检索团队的所有计划。返回计划的列表及其配置、状态和元数据。
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
计划总数
此页面对您有帮助吗?