---
title: "Create a new item"
method: POST
path: "/runtime/bench-results"
tags: ["Runtime - Tests"]
---

# Create a new item

`POST /runtime/bench-results`

## Request body

- BenchResult
  - `id` string
  - `userId` string
  - `batchId` string
  - `scenarioId` string
  - `designProjectId` string
  - `resultProjectId` string
  - `mode` 'STANDARD' | 'FUNCTIONAL'
  - `regions` string[]
  - `sampling` integer
  - `state` 'CREATED' | 'PENDING' | 'SCALING' | 'PREPARING' | 'INITIALIZING' | 'RUNNING' | 'FINISHED' | 'ABORTED' | 'ERROR'
  - `created` string, date-time
  - `lastModified` string, date-time
  - `dataVersion` 'V1' | 'V2', nullable
  - `migrationState` 'DONE' | 'MIGRATING', nullable

## Response `201`

Created

## Other responses

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

## Changes

- **2026-08-26** `02a15fc32858` — 4 info
  - added the new optional request property `dataVersion`
  - added the new optional request property `migrationState`
  - added the optional property `dataVersion` to the response with the `201` status
  - added the optional property `migrationState` to the response with the `201` status

[Change history](https://skmtc.dev/octoperf/apis/octoperf-api/changes/runtime/bench-results/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)
