---
title: "POST /data/component/download"
method: POST
path: "/data/component/download"
tags: ["data"]
---

# POST /data/component/download

`POST /data/component/download`

## Request body

- ReqComponentDownload
  - `namespace` string, required — Namespace of the data table
  - `name` string, required — Name of the data table
  - `path` string — File path on the server

## Response `200`

Success

- ResponseComponentDownload
  - `message` string
  - `code` integer
  - `data` ComponentInfo
    - `name` string
    - `namespace` string
    - `path` string
  - `job_id` string

---

[API](https://skmtc.net/federatedai/apis/fate-flow-restful-api.md) · [All operations](https://skmtc.net/federatedai/apis/fate-flow-restful-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/federatedai/fate-flow-restful-api/versions/79b43d689db6/schema)
