---
title: "List Scheduled Workflows"
method: GET
path: "/connect/schedules"
tags: ["Connect Schedules"]
---

# List Scheduled Workflows

`GET /connect/schedules`

List all scheduled workflows of the selected workspace.

## Query parameters

- `task_id` string
- `workspace_id` string

## Response `200`

Success

- object
  - `items` object[] — List of workflow schedules.
    - `created_at` string — Time when the schedule was created.
    - `created_by` integer — Tenant ID for the user who created the schedule.
    - `created_by_username` string — Name of the user who created the schedule.
    - `enabled` boolean — Status of the schedule (true for active and false for inactive).
    - `rule` string — Rule ID of the schedule
    - `schedule_expression` string — CRON expression for the schedule.
    - `task_id` integer — Task ID for the schedule.
    - `workflow` string — Name of the workflow.

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/spot/apis/spot-by-flexera-api.md) · [All operations](https://skmtc.net/spot/apis/spot-by-flexera-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spot/spot-by-flexera-api/revisions/72813baf8d47/schema)
