VMRack
Home
Products
Solutions
Pricing
Support
Referral Program
Developer Center
OpenAPI Signature Rules
Region and Endpoint
QueueService
Delete Queue
Create Queue
Update Queue
Queue List
MtsTaskService
Create Task
Retry Task
Get Task Details
Delete Task
List Tasks
Batch Delete Tasks
Get Node Process Types
Batch Retry Tasks
PresetService
Create Preset
Preset Details
Delete Preset
Update Preset
Preset List
WorkflowService
Create Workflow
Copy Workflow
Get Workflow
Delete Workflow
Update Workflow
Workflow List
Domain Management
Query the list of domain names
Object Management
Object - Obtain object information
Object - Delete object
Object - Interrupt shard upload, copy, move, modify storage type task
Object - Complete shard copy, move, modify storage type task
Object - Copy object
Object - Create a shard copy, move, modify storage type task
Object - Create directory
Object - Delete directory
Object - Get object list
Object - Get metadata
Object - Update metadata
Object - Move object
Object - Execute shard copy, move, modify storage type
Object - Complete multipart upload task
Object - Create multipart upload task
Object - Pre-download
Object - Pre-sign
Object - Modify object storage type
Bucket Management
Bucket - Delete all bucket data
Bucket - Query bucket information
Bucket - Create bucket
Bucket - Delete bucket
Bucket - Modify bucket access control permissions
Bucket - Get CORS configuration
Bucket - Update CORS configuration
Bucket - Create CORS configuration
Bucket - Delete CORS configuration
Bucket - Get CORS configuration list
Bucket - Query bucket lifecycle list
Bucket - Update bucket lifecycle
Bucket - Create bucket lifecycle
Bucket - Delete bucket lifecycle
Bucket - Query bucket list
Bucket - Add client cache Maxage
Bucket - Get referer configuration
Bucket - Edit referer configuration
Version Notes
  1. Developer Center
  2. /
  3. MtsTaskService
  4. /
  5. List Tasks

List Tasks

Get transcoding task list

Request Parameters

offsetnumber
Optional

Starting offset, default 0

limitnumber
Optional

Number of items to fetch, default 10

orderstring
Optional

Sort order, asc: ascending, desc: descending

sortstring
Optional

Sort field

task_statusnumber
Optional

Task status, 0-Unknown 1-Scheduling 2-Queuing 3-Preparing Resources 4-Resources Ready 5-Resource Acquisition Failed 6-Processing 7-Succeeded 8-Failed

task_idstring
Optional

Task ID

namestring
Optional

Task name (fuzzy search)

node_process_typenumber
Optional

Node process type

Response Parameters

listobject[]
Optional

Task list

idstring
Optional

Task ID

namestring
Optional

Task name

created_atstring
Optional

Created at (unix timestamp)

queue_idstring
Optional

Queue ID

queue_namestring
Optional

Queue name

task_statusnumber
Optional

Task Status

1: Scheduling

2: Queuing

3: Preparing Resources

4: Resources Ready

5: Resource Acquisition Failed

6: Processing

7: Succeeded

8: Failed

input_resourceobject
Optional

Input Resources

input_typenumber
Optional

Input Source Type

1: Cloud Storage

2: S3

bucketstring
Optional

bucket name

object_namestring
Optional

object name

s3_auth_infoobject
Optional

S3 authorization information

auth_typenumber
Optional

S3 Auth Type

1: AWS S3

2: Other S3 Compatible

access_keystring
Optional

Access Key

secret_keystring
Optional

Secret Key

regionstring
Optional

Region (required for AWS S3)

endpointstring
Optional

Endpoint (S3 compatible storage required)

ffy_oss_idstring
Optional

oss id

urlstring
Optional

URL

node_process_typenumber
Optional

Node Process Type

0: unknown

1: default node

2: GPU node

progressnumber
Optional

Processing progress (0-100)

output_infoobject[]
Optional

Output config list

video_codec_strstring
Optional

Video Codec

output_format_strstring
Optional

Container Format

durationnumber
Optional

Processing duration (seconds)

totalstring
Optional

Total count

Response Examples

{
  "list": [
    {
      "id": "10000000000000000001",
      "name": "TranscodeTaskA",
      "created_at": 1700000000,
      "queue_id": "10000000000000000001",
      "queue_name": "QueueA1",
      "task_status": 1,
      "input_resource": {
        "input_type": 1,
        "bucket": "my-bucket",
        "object_name": "video/input.mp4"
      }
    }
  ],
  "total": 20
}
VMRack
  • Products
  • VPS Hosting
  • VPS Hosting
    Unmetered
  • Bare Metal
  • GPU Rental
  • CDN
    Public Beta
  • Custom CDN
  • Object Storage
    Public Beta
  • Transcoder
    Public Beta
  • Solutions
  • Bring Your Own IP (BYOIP)
  • Customized Server Solutions
  • Colocation Services
  • Resources
  • Pricing
  • Help Documentation
  • Articles
  • Developer Center
  • Referral Program
  • Contact
  • Company
  • About Us
  • Terms of Service
  • User Agreement
  • Privacy Policy
  • Service Level Agreement