curl --request GET \
--url https://api.skyvern.com/v1/schedules{
"schedules": [
{
"workflow_schedule_id": "<string>",
"organization_id": "<string>",
"workflow_permanent_id": "<string>",
"workflow_title": "<string>",
"cron_expression": "<string>",
"timezone": "<string>",
"enabled": true,
"created_at": "2023-11-07T05:31:56Z",
"modified_at": "2023-11-07T05:31:56Z",
"parameters": {},
"name": "<string>",
"description": "<string>",
"next_run": "2023-11-07T05:31:56Z"
}
],
"total_count": 123,
"page": 123,
"page_size": 123
}curl --request GET \
--url https://api.skyvern.com/v1/schedules{
"schedules": [
{
"workflow_schedule_id": "<string>",
"organization_id": "<string>",
"workflow_permanent_id": "<string>",
"workflow_title": "<string>",
"cron_expression": "<string>",
"timezone": "<string>",
"enabled": true,
"created_at": "2023-11-07T05:31:56Z",
"modified_at": "2023-11-07T05:31:56Z",
"parameters": {},
"name": "<string>",
"description": "<string>",
"next_run": "2023-11-07T05:31:56Z"
}
],
"total_count": 123,
"page": 123,
"page_size": 123
}Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.
x >= 11 <= x <= 100Filter by status: 'active' or 'paused'
active, paused Search by workflow title or schedule name