---
title: "POST /api/tours/{tour_pk}/runs/"
method: POST
path: "/api/tours/{tour_pk}/runs/"
tags: ["tours"]
---

# POST /api/tours/{tour_pk}/runs/

`POST /api/tours/{tour_pk}/runs/`

Start a new run of the specified tour for the current user, marking it as in progress.

## Path parameters

- `tour_pk` string, required

## Request body

- TourRun
  - `id` string, uuid
  - `tour` object
    - `id` string, uuid
    - `name` string, required
  - `status` 'IN_PROGRESS' | 'COMPLETED' | 'SKIPPED'
  - `tour_version` string, required — Version of the tour that was run (provided by the frontend)
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Response `201`

---

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