主题
查询单个任务
GET
https://az.gptplus5.com/volc/v1/contents/generations/tasks/{task_id}
请求参数
Authorization
在 Header 添加参数Authorization,其值为在 Bearer 之后拼接 Token
示例:Authorization: Bearer ********************
Path 参数
| 参数名 | 类型 | 必需 | 说明 |
|---|---|---|---|
task_id | string | 必需 |
Header 参数
| 参数名 | 类型 | 必需 | 说明 | 示例 |
|---|---|---|---|---|
Content-Type | string | 可选 | application/json | |
Accept | string | 可选 | application/json | |
Authorization | string | 可选 | Bearer {{YOUR_API_KEY}} |
cURL 示例
bash
curl --location --request GET 'https://az.gptplus5.com/volc/v1/contents/generations/tasks/cgt-20251028092233-kkvcb' \
--header 'Authorization: Bearer <token>'返回响应
🟢200成功
响应示例
json
{}