All Products
Search
Document Center

Cloud Phone:DescribeCreditDetail

Last Updated:Jul 01, 2026

Queries all change records of credits.

Operation description

Currently, only backup files generated by cloud phones can be stored in Object Storage Service (OSS).

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request syntax

GET  HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

PageNum

string

No

The page number. Default value: 1.

1

PageSize

string

No

The number of entries per page.

20

StartTime

integer

No

The start time.

1782819840000

EndTime

integer

No

The end time.

1782906240000

InstanceIds

array

No

The list of instance IDs.

string

No

The instance ID.

acp-5hh4a31emkt6u****

PackageIds

array

No

The list of resource plan or credit booster pack IDs.

string

No

The resource plan or credit booster pack ID.

cmag-0c1g77wjljl9h****

Response elements

Element

Type

Description

Example

object

Schema of Response

RequestId

string

The request ID.

1CBAFFAB-B697-4049-A9B1-67E1FC****

Data

object

The response object.

TotalCount

integer

The total number of detail records.

100

PageSize

integer

The number of entries per page. Default value: 10. Maximum value: 100.

10

PageNum

integer

The page number. Default value: 1.

1

TotalCreditChange

string

The total credit change.

100

Details

array<object>

The credit change details.

object

The credit change detail item.

ChangeTime

string

The time when the change occurred.

2026-06-30T08:14:02Z

Description

string

The task description.

打开小红书

TaskId

string

The task ID, which is globally unique.

t-1fr0k51pozyr5****

InstanceId

string

The instance ID.

acp-12oe0l75vl7o5****

CreditChange

string

The credit change amount.

0.7637

PackageId

string

The credit or plan package ID.

cmag-0c1g77wjljl9h****

Examples

Success response

JSON format

{
  "RequestId": "1CBAFFAB-B697-4049-A9B1-67E1FC****",
  "Data": {
    "TotalCount": 100,
    "PageSize": 10,
    "PageNum": 1,
    "TotalCreditChange": "100",
    "Details": [
      {
        "ChangeTime": "2026-06-30T08:14:02Z",
        "Description": "打开小红书",
        "TaskId": "t-1fr0k51pozyr5****",
        "InstanceId": "acp-12oe0l75vl7o5****",
        "CreditChange": "0.7637",
        "PackageId": "cmag-0c1g77wjljl9h****"
      }
    ]
  }
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.