---
title: "Kick off a background re-run of benchmarks"
method: POST
path: "/v1/admin/floorplan-benchmarks/backfill"
tags: ["Admin Floorplan Benchmarks"]
---

# Kick off a background re-run of benchmarks

`POST /v1/admin/floorplan-benchmarks/backfill`

## Request body

- StartBenchmarkBackfillRequestDto
  - `days` integer
  - `from` unknown
  - `to` unknown
  - `limit` integer
  - `missingOnly` boolean

## Response `202`

Re-run accepted

- BenchmarkBackfillApiResponseDto
  - `success` boolean, required — Indicates if the request was successful
  - `message` string, required — Human readable message
  - `data` object, required — Response data
    - `started` boolean, required — false when another re-run is already in progress.
    - `days` integer, nullable, required — Clamped days window (max 90); null for explicit ranges.
    - `from` unknown
    - `to` unknown
    - `limit` integer, nullable, required — Clamped plan count cap; null = no cap.
    - `reason` string — Human-readable reason when started=false.
  - `timestamp` string, date-time, required — Timestamp of the response

---

[API](https://skmtc.dev/maket/apis/virtual-architect-api.md) · [All operations](https://skmtc.dev/maket/apis/virtual-architect-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/maket/virtual-architect-api/revisions/7635e6f94477/schema)
