---
title: "GET /workflow-schedule"
method: GET
path: "/workflow-schedule"
tags: ["workflow_schedule"]
---

# GET /workflow-schedule

`GET /workflow-schedule`

## Response `200`

Successfully retrieved workflow schedules

- WorkflowScheduleInfo[]
  - `chat_session_id` string, uuid, required
  - `cron_schedule` string, nullable
  - `git_commit_hash` string, nullable
  - `id` string, uuid, required
  - `name` string, required
  - `next_run_time` string, nullable
  - `paused` boolean, required

## Other responses

- `403` — Access denied

---

[API](https://skmtc.dev/structifyai/apis/structify.md) · [All operations](https://skmtc.dev/structifyai/apis/structify/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/structifyai/structify/revisions/1364930b6980/schema)
