# 任务查询

**方法**: `GET`
**路径**: `/jimeng/fetch/{task_id}`

TaskStatus:
"NOT\_START"
"SUBMITTED"
"QUEUED"
"IN\_PROGRESS"
"FAILURE"
"SUCCESS"

## 请求参数

### Path 参数

```text
task_id
string
任务ID
必需
```

### Header 参数

```text
Content-Type
string
必需
示例:
application/json
Authorization
string
可选
默认值:
Bearer {{YOUR_API_KEY}}
```

## 请求示例代码

### Shell

```bash
curl --location --request GET '/jimeng/fetch/' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json'
```

## 返回响应

### 🟢 200 成功

**内容类型**: `application/json`

#### 响应结构

```text
object
```
