---
title: "POST /workflow-schedule/{schedule_id}/sessions"
method: POST
path: "/workflow-schedule/{schedule_id}/sessions"
tags: ["workflow_schedule"]
---

# POST /workflow-schedule/{schedule_id}/sessions

`POST /workflow-schedule/{schedule_id}/sessions`

## Path parameters

- `schedule_id` string, uuid, required

## Request body

- GetWorkflowScheduleSessionsRequest
  - `limit` integer
  - `offset` integer

## Response `200`

Successfully retrieved workflow sessions

- GetWorkflowScheduleSessionsResponse
  - `sessions` WorkflowSession[], required
    - `aborted` boolean, required
    - `chat_session_id` string, uuid, required
    - `created_at` string, date-time, nullable
    - `dag_ready` boolean, required
    - `dag_ready_at` string, date-time, nullable
    - `dashboard_layout_proto` string, binary, nullable
    - `error_message` string, nullable
    - `error_traceback` string, nullable
    - `id` string, uuid, required
    - `updated_at` string, date-time, required
    - `workflow_schedule_id` string, uuid
  - `total_count` integer, required

## Other responses

- `403` — Access denied
- `404` — Workflow schedule not found

---

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