---
title: "Controller Refresh Live Flow Dataset Async New"
method: POST
path: "/refresh-live-flow-dataset/new"
---

# Controller Refresh Live Flow Dataset Async New

`POST /refresh-live-flow-dataset/new`

Initiate an ad-hoc, asynchronous refresh of a given dataset. A Task ID will be returned for the client to poll with at the adjacent /status endpoint.

## Request body

- RefreshLiveFlowDatasetParams
  - `uid` string, required
  - `org` string, required
  - `flowId` string, required
  - `integrationType` string, required

## Response `201`

Successful Response

- APITaskStartedResponse
  - `task_id` string, required — The ID of the task that was started. This is generally queryable at a nearby `/status` endpoint to get the current status of the task.

## Other responses

- `422` — Validation Error

---

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