---
title: "发布流程详情"
method: GET
path: "/api/v2/channels/publish/flows/{flowId}"
tags: ["渠道管理/内容发布"]
---

# 发布流程详情

`GET /api/v2/channels/publish/flows/{flowId}`

接口说明：根据 flowId 获取发布 flow 聚合信息

## Path parameters

- `flowId` string, required

## Response `200`

请求已被服务处理。业务是否成功以响应体 code === 0 为准。

- object
  - `data` ChannelPublishFlowVo
    - `flowId` string, required — 发布 Flow ID
    - `tasks` object[], required — 发布任务列表
      - `id` string, required — 发布任务 ID
      - `accountId` string, required — 账号 ID
      - `platform` 'douyin' | 'xhs' | 'wxSph' | 'KWAI' | 'youtube' | 'wxGzh' | 'bilibili' | 'twitter' | 'tiktok' | 'facebook' | 'instagram' | 'threads' | 'pinterest' | 'linkedin' | 'google_business', required — 平台
      - `status` -1 | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 — 发布状态
      - `publishTime` string, date-time — 发布时间
      - `platformWorkId` string — 平台作品 ID
      - `workLink` string — 作品链接
      - `linkStatus` 'pending' | 'ready' | 'failed' — 作品链接状态
      - `linkError` string — 作品链接获取错误
      - `linkMeta` object — 作品链接扩展信息
      - `errorMsg` string — 错误信息
  - `code` integer, required — 业务状态码。0 表示成功，非 0 表示业务错误。
  - `message` string, required — 响应消息。
  - `requestId` string — 请求 ID。
  - `timestamp` integer — 错误响应时间戳，Unix 毫秒。

---

[API](https://skmtc.net/aitoearn/apis/aitoearn-api.md) · [All operations](https://skmtc.net/aitoearn/apis/aitoearn-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aitoearn/aitoearn-api/versions/19d860d9260d/schema)
