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

---

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