---
title: "Get a list of all schedules for the authenticated user"
method: GET
path: "/api/my/schedules"
---

# Get a list of all schedules for the authenticated user

`GET /api/my/schedules`

List all schedules for the authenticated user

## Headers

- `Authorization` string, required — Bearer token for authentication

## Response `200`

Successful response

- HandlersListMySchedulesResponse
  - `schedules` HandlersScheduleInfoSummary[]
    - `display_name` string
    - `id` string
    - `next_action_time` string
    - `paused` boolean
    - `pipeline_id` string
    - `schedule_mode` WorkflowengineScheduleMode
      - `day` integer, nullable
      - `mode` string
    - `workflowType` HandlersWorkflowType
      - `name` string

## Other responses

- `default` — An unexpected error occurred.

## Changes

- **2026-02-17** `39b2cda1a16e` — 1 info
  - endpoint added
- **2024-10-17** `53644f0719aa` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/forkbombeu/apis/credimi-api/changes/api/my/schedules/get.md)

---

[API](https://skmtc.dev/forkbombeu/apis/credimi-api.md) · [All operations](https://skmtc.dev/forkbombeu/apis/credimi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/forkbombeu/credimi-api/revisions/39b2cda1a16e/schema)
