Tencent Cloud COS MCP Server

Official

describeDocProcessJob

Retrieve the status and results of a specific document transcoding task by querying with the job ID, enabling efficient tracking and management of file processing operations on Tencent Cloud COS MCP Server.

Instructions

根据 jobid 查询指定的文档转码任务结果

Input Schema

NameRequiredDescriptionDefault
jobIdYes要查询的任务ID,可通过提交文档任务的响应中获取。

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "jobId": { "description": "要查询的任务ID,可通过提交文档任务的响应中获取。", "type": "string" } }, "required": [ "jobId" ], "type": "object" }
ID: f0txfug2gr