---
title: "GET /workflow/{workflowId}/schedules"
method: GET
path: "/workflow/{workflowId}/schedules"
---

# GET /workflow/{workflowId}/schedules

`GET /workflow/{workflowId}/schedules`

Returns list of schedules for a workflow.

## Path parameters

- `workflowId` string, uuid, required

## Response `200`

List of schedules for a workflow.

- WorkflowSchedule[]
  - `id` string, uuid, required
  - `schedule` Schedule, required
    - `cron` string, cron, required
  - `workflowId` string, uuid, required
  - `executionInfo` WorkflowExecutionInfo, required — Information about scheduled execution of a workflow.
    - `emailForReports` string, email, required — An email will be send to this address after execution.
    - `presetId` integer, required — Id of a preset which should be used to execute the workflow.

---

[API](https://skmtc.net/deepsense-ai/apis/seahorse-scheduling-manager-api.md) · [All operations](https://skmtc.net/deepsense-ai/apis/seahorse-scheduling-manager-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deepsense-ai/seahorse-scheduling-manager-api/versions/f1168b53f0d2/schema)
