---
title: "Bo Create Agent Run From Schedule"
method: POST
path: "/backoffice/agent-runs-from-schedule"
tags: ["Backoffice"]
---

# Bo Create Agent Run From Schedule

`POST /backoffice/agent-runs-from-schedule`

Creates an Agent Run on behalf of a user with the Schedule ID you specify.

## Request body

- ScheduleBackofficeRequest
  - `id` string, uuid, required

## Response `200`

Agent run successfully created from schedule

- AgentRun
  - `id` string, uuid, nullable
  - `chat_id` string, uuid, required
  - `user_id` string, required
  - `schedule_id` string, uuid, nullable
  - `status` 'queued' | 'in_progress' | 'completed' | 'failed', required
  - `results` object[], nullable
  - `created_at` string, date-time, nullable
  - `updated_at` string, date-time, nullable
  - `toolhouse_id` string, nullable
  - `vars` object, nullable
  - `callback_url` string, uri, nullable
  - `error` string, nullable

## Other responses

- `400` — Schedule not found or invalid request
- `402` — Payment required to create the agent run
- `403` — Not authorized to create the agent run
- `422` — Validation Error
- `500` — Internal server error

## Changes

- **2026-08-04** `a2e8c5b34087` — 2 info
  - added the non-success response with the status `402`
  - added the non-success response with the status `403`
- **2026-07-31** `72e064594fc8` — 1 breaking, 1 info
  - request property `id` list-of-types was narrowed by removing types `null` from media type `application/json`
  - removed the non-success response with the status `403`

[Change history](https://skmtc.dev/toolhouse/apis/toolhouse-api/changes/backoffice/agent-runs-from-schedule/post.md)

---

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