Overview
Menu

QueryProject

Last updated: 2026-05-11 20:08:10Download PDF

1. API Description

Domain name for API request: mps.intl.tencentcloudapi.com.

This API is used to query an episode project.

A maximum of 20 requests can be initiated per second for this API.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.

Parameter NameRequiredTypeDescription
ActionYesStringCommon Params. The value used for this API: QueryProject.
VersionYesStringCommon Params. The value used for this API: 2019-06-12.
RegionNoStringCommon Params. This parameter is not required for this API.
ProjectIdNoString

Project ID.

ProjectNameNoString

Project name.

PageNoInteger

Page number. Value range: starts from 1. Default value: 1.

PageSizeNoInteger

Number of items per page. Default value: 20.

3. Output Parameters

Parameter NameTypeDescription
TotalInteger

Total number of eligible items.

DataArray of Project

Project data.

RequestIdStringThe unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.

4. Example

Example1 Querying a Project

Input Example

POST / HTTP/1.1
Host: mps.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: QueryProject
<Common request parameters>

{
    "ProjectId": "458f16b1-7da9-4a56-a841-78567c5bee48",
    "ProjectName": "Battle Through the Heavens",
    "Page": 1,
    "PageSize": 20
}

Output Example

{
    "Response": {
        "Data": [
            {
                "CreatedAt": 1775011251,
                "Description": "Fantasy-themed audio drama",
                "ProjectId": "458f16b1-7da9-4a56-a841-78567c5bee48",
                "ProjectName": "Battle Through the Heavens",
                "Speakers": [
                    {
                        "AgeGroup": "youth",
                        "Description": "Protagonist Xiao Yan",
                        "Gender": "male",
                        "NameTerms": [
                            {
                                "Dst": "Xiao Yan",
                                "Src": "Xiao Yan"
                            }
                        ],
                        "SpeakerId": "xiao_yan",
                        "VoiceId": "voice_001"
                    }
                ],
                "TermBase": [
                    {
                        "Dst": "Canaan College",
                        "Src": "Canaan Academy"
                    }
                ],
                "UpdatedAt": 1775011251
            }
        ],
        "Total": 1,
        "RequestId": "7f1115a9-5cfa-4455-9800-d354ade736c5"
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

There is no error code related to the API business logic. For other error codes, please see Common Error Codes.