tencent cloud

Cloud Infinite

Release Notes and Announcements
Release Notes
Announcements
Product Introduction
Product Overview
Product Strengths
Use Cases
Feature Overview
Regions and Domains
Specifications and Limits
Billing
Billing Overview
Billing Mode
Billable Items
Free Tier
Payment Overdue
Viewing Bill Details
FAQs
Getting Started
Registering and Logging In
Bind Bucket
Uploading and Processing File
Downloading and Deleting Images
Unbinding Buckets
Using CI via COS
Features
Image Processing
Media Processing
Content Moderation
AI Content Recognition
File Processing
Smart Voice
File processing
User Guide
Overview
Bucket Management
Smart Toolbox
Job and Workflow
Data Monitoring
Usage statistics
Use Cases
Copyright Protection Solutions
Image Processing Practices
Working with API Authorization Policies
Workflow Practices
API Documentation
API Overview
Structure
Common Request Headers
Common Response Headers
Activate Vast Service
Image Processing
AI-Based Content Recognition
Smart Audio
Media Processing
Content Moderation
Document Processing
File Processing
Job and Workflow
Cloud Virus Detection
Error Codes
Request Signature
SDK Documentation
SDK Overview
Android SDK
iOS SDK
COS Android SDK
C SDK
C++ SDK
.NET(C#) SDK
Go SDK
COS iOS SDK
Java SDK
JavaScript SDK
Node.js SDK
PHP SDK
Python SDK
Mini Program SDK
Personal Information Protection Policy for SDK
Security and Compliance
Permission ‍Management
FAQs
Basic Settings
Document Processing
Media Processing
Content Recognition
Smart Audio
Agreements
Service Level Agreement
Contact Us
Glossary

Querying File Decompression Result

PDF
Modo Foco
Tamanho da Fonte
Última atualização: 2025-11-05 16:43:31

Overview

This document provides an overview of APIs and SDK code samples for querying the file decompression result.
API
Description
Queries the file decompression result asynchronously.

Async Request API

Feature description

This API is used to query the file decompression result asynchronously.

Method prototype

def ci_get_file_process_jobs(self, Bucket, JobIDs, **kwargs)

Sample request

def ci_get_file_process_jobs():
response = client.ci_get_file_process_jobs(
Bucket=bucket_name,
JobIDs='fcb9a9f90e57611ed9************',
)
print(response)
return response

Parameter description

Parameter
Description
Type
Bucket
Bucket of the object
String
JobIDs
Job ID. To specify multiple job IDs, separate them with commas (,).
String

Response description

{
"Response": {
"JobsDetail": {
"Code": "Success",
"Message": "",
"JobId": "f93984788066911ed89ed352d4d9d2084",
"State": "Submitted",
"CreationTime": "2022-07-18T15:4:43 PM+0800",
"EndTime": "-",
"StartTime": "-",
"QueueId": "p2911917386e148639319e13c285cc774",
"Tag": "FileUncompress",
"Input": {
"BucketId": "test-1234567890",
"Object": "input/test.zip",
"Region": "ap-chongqing"
},
"Operation": {
"FileUncompressConfig": {
"Prefix": "output/",
"PrefixReplaced": 1
},
"Output": {
"Region": "ap-chongqing",
"Bucket": "test-1234567890"
},
"UserData": "This is my data."
}
}
}
}

Parameter
Description
Type
Response
Response details. For more information, see "Response" in Querying File Decompression Result.
dict


Ajuda e Suporte

Esta página foi útil?

comentários