---
title: "Admin Create Autorun Schedule"
method: POST
path: "/v1/admin/autorun-schedule/create"
tags: ["Admin"]
---

# Admin Create Autorun Schedule

`POST /v1/admin/autorun-schedule/create`

[ADMIN] Create autorun schedule for an org.

## Request body

- AdminAutorunScheduleRequest
  - `org_id` string, required
  - `cron_expression` string, required
  - `num_leads_per_trigger` integer, nullable
  - `schedule_status` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/orsay/apis/fastapi.md) · [All operations](https://skmtc.net/orsay/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orsay/fastapi/versions/23d1ff06d0d0/schema)
