---
title: "Create Replay Run"
method: POST
path: "/api/v1/admin/historical-replay"
tags: ["Admin APIs", "Historical Replay"]
---

# Create Replay Run

`POST /api/v1/admin/historical-replay`

## Request body

- ReplayRunRequest
  - `endpoint` string, required
  - `sample` integer
  - `mode` string
  - `start` string, nullable
  - `end` string, nullable
  - `seed` integer
  - `judge_model` string
  - `experiment` string
  - `host` string

## Response `202`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-client-admin-api/revisions/a8ca30023371/schema)
