Skip to main content
POST
查询文件发布状态

限制说明

使用说明

  • 单次最多传入 50 个 file_ids;重复和空字符串会被忽略。
  • 没有已发布产物的文件不会出现在 items 中 —— 按回显的 file_id 对应结果。

授权

app_key
string
query
必填

App key issued from the Flashduty console. Required on every public API call. Keep it secret — it grants the same access as the owning account.

请求体

application/json

批量查询文件的产物发布状态。

file_ids
string[]
必填

要查询的文件 ID(pf_ 前缀)。单次最多 50 个;重复和空字符串会被忽略。

Required array length: 1 - 50 elements

响应

Success

Standard response envelope used by every Flashduty public API. On success data contains the endpoint-specific payload and error is absent. On failure error is present and data is absent. request_id is always present and is also mirrored in the Flashcat-Request-Id response header.

request_id
string
必填

本次请求的唯一 ID,与 Flashcat-Request-Id 响应头一致。反馈问题时请携带该 ID。

示例:

"01HK8XQE3Z7JM2NTFQ5YJ8P9R4"

error
object

响应结构中的错误 payload,仅在非 2xx 响应时出现。

data
object

按文件返回的发布状态。