All Products
Search
Document Center

:ListTaskExecutionInvocations

Last Updated:Jan 16, 2026

Retrieves the execution IDs of Cloud Assistant commands for a task execution.

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

POST  HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

RegionId

string

No

The region ID.

cn-hangzhou

Status

string

No

The execution status. Valid values: Running, Started, Success, Failed, Waiting, Cancelled, Pending, and Skipped.

Running

TaskExecutionId

string

No

The task execution ID.

exec-a10749813b3xxxxx.t0001

Response elements

Element

Type

Description

Example

object

Schema of Response

RequestId

string

Id of the request

9E011F98-4EE5-5E3A-8FA3-D38F2C531C1F

TaskExecutionInvocations

array<object>

The list of tasks.

object

The task.

InvocationTaskExecutionId

string

The ID of the task that executes the Cloud Assistant command.

exec-xxxx.t0001

InvocationTaskName

string

The name of the task that executes the Cloud Assistant command.

TaskName

Status

string

The execution status. Valid values: Running, Started, Success, Failed, Waiting, Cancelled, Pending, and Skipped.

Running

InvocationId

string

The execution ID of the Cloud Assistant command.

t-hz0jdfwd9f****

RegionId

string

The region ID.

cn-hangzhou

Examples

Success response

JSON format

{
  "RequestId": "9E011F98-4EE5-5E3A-8FA3-D38F2C531C1F",
  "TaskExecutionInvocations": [
    {
      "InvocationTaskExecutionId": "exec-xxxx.t0001",
      "InvocationTaskName": "TaskName",
      "Status": "Running",
      "InvocationId": "t-hz0jdfwd9f****",
      "RegionId": "cn-hangzhou"
    }
  ]
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.