---
title: "New Endpoint"
method: GET
path: "/v1/m2v/task/list"
---

# New Endpoint

`GET /v1/m2v/task/list`

This is your first endpoint! Edit this page to start documenting your API.

## Query parameters

- `pageNo` integer
- `pageSize` integer

## Response `200`

- object
  - `code` string, required — 200: success Other: fail
  - `message` string, required
  - `result` object
    - `taskId` string
    - `status` 'init' | 'running' | 'success' | 'fail' — init | running | success | fail
    - `errorMsg` string
    - `productName` string
    - `productDescription` string
    - `gmtCreate` string — Task creation time, format: yyyy-MM-dd HH:mm:ss
    - `diskSpace` object
      - `size` string — Size of space occupied by the task
      - `unit` string — Unit: byte

---

[API](https://skmtc.net/topview/apis/image-character-swap-apis-editable-in-readme.md) · [All operations](https://skmtc.net/topview/apis/image-character-swap-apis-editable-in-readme/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/topview/image-character-swap-apis-editable-in-readme/revisions/83cd46ca7859/schema)
