# GET /jimeng/fetch/{task_id}

**Method**: `GET`
**Endpoint**: `/jimeng/fetch/{task_id}`

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

## Request Parameters

### Path Parameters

```text
task_id
string
Task ID
Required
```

### Header Parameters

```text
Content-Type
string
Required
Example:
application/json
Authorization
string
Optional
Default Value:
Bearer {{YOUR_API_KEY}}
```

## Example Request

### Shell

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

## Response

### 🟢 200 Success

**Content Type**: `application/json`

#### Response Schema

```text
object
```
