---
title: "已发布列表"
method: GET
path: "/api/v2/channels/publish/records/published"
tags: ["渠道管理/内容发布"]
---

# 已发布列表

`GET /api/v2/channels/publish/records/published`

接口说明：获取用户已发布的任务

## Query parameters

- `accountId` string — 账号 ID
- `accountType` 'douyin' | 'xhs' | 'wxSph' | 'KWAI' | 'youtube' | 'wxGzh' | 'bilibili' | 'twitter' | 'tiktok' | 'facebook' | 'instagram' | 'threads' | 'pinterest' | 'linkedin' | 'google_business' — 账号平台
- `time` string[] — 发布时间范围

## Response `200`

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

- object
  - `data` ChannelPublishRecordVo[]
    - `id` string, required — 发布记录 ID
    - `flowId` string — 发布 Flow ID
    - `taskId` string — 外部任务 ID
    - `userTaskId` string — 用户任务 ID
    - `accountId` string — 账号 ID
    - `accountType` 'douyin' | 'xhs' | 'wxSph' | 'KWAI' | 'youtube' | 'wxGzh' | 'bilibili' | 'twitter' | 'tiktok' | 'facebook' | 'instagram' | 'threads' | 'pinterest' | 'linkedin' | 'google_business', required — 账号平台
    - `type` 'video' | 'article', required — 发布类型
    - `status` -1 | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9, required — 发布状态
    - `title` string — 标题
    - `desc` string — 正文
    - `publishTime` string, date-time, required — 发布时间
    - `platformWorkId` string — 平台作品 ID
    - `workLink` string — 作品链接
    - `linkStatus` 'pending' | 'ready' | 'failed' — 作品链接状态
    - `linkError` string — 作品链接获取错误
    - `linkMeta` object — 作品链接扩展信息
    - `videoUrl` string — 视频 URL
    - `coverUrl` string — 封面 URL
    - `imgUrlList` string[] — 图片 URL 列表
    - `source` 'publish' | 'task_link' | 'offline_qr' | 'btl' | 'web' | 'api' | 'internal' | 'mcp' — 发布来源
    - `errorMsg` string — 错误信息
    - `errorData` object — 发布错误详情
      - `type` string, required — 错误类型
      - `code` string, required — 错误码
      - `message` string, required — 错误消息
    - `createdAt` string, date-time — 创建时间
    - `updatedAt` string, date-time — 更新时间
  - `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)
