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

# Controller Refresh Live Flow Dataset

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

Initiate an ad-hoc, asynchronous refresh of a given dataset. Implements the Async Job protocol.

## Request body

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

## Response `201`

Successful Response

- SrcAsyncJobServiceBuildConcreteAsyncJobRecordClassLocalsConcreteAsyncJobRecord9
  - `id` integer, nullable — ID of this object.
  - `created_at` string, date-time, nullable — datetime object representing when this object was created.
  - `updated_at` string, date-time, nullable — datetime object representing when this object was updated.
  - `deleted_at` string, date-time, nullable — datetime object representing when this object was deleted.
  - `status` 'RUNNING' | 'COMPLETED' | 'FAILED'
  - `endpoint` string — Endpoint spawning async job
  - `request` union — request sent to endpoint
    - object
    - unknown[]
      - unknown
  - `sync_response` union — sync response
    - object
    - unknown[]
      - unknown
  - `error` string, nullable — error message
  - `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)
