---
title: "Parse natural language schedule expression to cron"
method: GET
path: "/api/schedule-parse"
tags: ["Admin"]
---

# Parse natural language schedule expression to cron

`GET /api/schedule-parse`

## Query parameters

- `input` string, required

## Response `200`

Parsed schedule

- object
  - `cronExpr` string
  - `humanReadable` string

## Other responses

- `400` — Invalid request

## Changes

- **2026-03-21** `6f26b67f7a0a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/builderz-labs/apis/mission-control-api/changes/api/schedule-parse/get.md)

---

[API](https://skmtc.dev/builderz-labs/apis/mission-control-api.md) · [All operations](https://skmtc.dev/builderz-labs/apis/mission-control-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/builderz-labs/mission-control-api/revisions/b920835b2793/schema)
