---
title: "Start Starter Skill Restore Route"
method: POST
path: "/api/py/sandbox/starter-skill-restores/start"
---

# Start Starter Skill Restore Route

`POST /api/py/sandbox/starter-skill-restores/start`

## Request body

- StartStarterSkillRestoreBody
  - `restore_request_id` string, uuid, required
  - `organization_id` string, required
  - `user_id` string, required
  - `skill_names` string[], required

## Response `200`

Successful Response

- StartStarterSkillRestoreResponse
  - `restore_request_id` string, uuid, required
  - `workflow_id` string, required
  - `workflow_run_id` string, nullable, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/getauctor/apis/fastapi.md) · [All operations](https://skmtc.dev/getauctor/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getauctor/fastapi/revisions/aeb6faa3b8f0/schema)
