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

# GET /workflow-schedules/{scheduleId}

`GET /workflow-schedules/{scheduleId}`

## Path parameters

- `scheduleId` string, uuid, required

## Response `200`

Inserted or updated workflow schedule

- WorkflowSchedule — Complete information needed to schedule a workflow.
  - `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.

## Other responses

- `404` — Workflow schedule does not exist

---

[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)
