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

---

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