---
title: "Refresh Route"
method: POST
path: "/refresh"
---

# Refresh Route

`POST /refresh`

## Request body

- ParseDatasetRequestPayload
  - `datasetId` string, required
  - `filename` string, nullable
  - `path` string, nullable
  - `fileSize` integer, nullable
  - `flowId` string, nullable

## Response `201`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/akk/apis/fastapi.md) · [All operations](https://skmtc.net/akk/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/akk/fastapi/revisions/6662a407c637/schema)
