---
title: "Executes the scenario with the given ID"
method: POST
path: "/runtime/scenarios/run/{id}"
tags: ["Runtime - Scenarios"]
---

# Executes the scenario with the given ID

`POST /runtime/scenarios/run/{id}`

## Path parameters

- `id` string, required

## Query parameters

- `subscriptionId` string
- `templateId` string
- `name` string

## Request body

- PropertiesSettings
  - `map` object, nullable

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `429` — Too Many Requests

## Changes

- **2026-09-03** `0dd39158a6ad` — 1 info
  - api operation id `M_1` removed and replaced with `j_1`
- **2026-09-02** `f1e5fc0d1899` — 1 info
  - api operation id `T` removed and replaced with `M_1`
- **2026-08-27** `5c632fc8774c` — 1 info
  - api operation id `F` removed and replaced with `T`
- **2026-08-26** `02a15fc32858` — 1 info
  - api operation id `n_1` removed and replaced with `F`
- **2026-07-27** `4b624af2cb6e` — 4 breaking, 3 info
  - the request's body type changed from `object` to `null`
  - the response property `configs` became nullable for the status `200`
  - the response property `items` became nullable for the status `200`
  - the response property `tags` became nullable for the status `200`
  - …3 more

[Change history](https://skmtc.dev/octoperf/apis/octoperf-api/changes/runtime/scenarios/run/:id/post.md)

---

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