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

## Response `201`

Created

## Other responses

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

---

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