All Products
Search
Document Center

Logic Composer:ListTagResources

Last Updated:Jul 21, 2025

Retrieves a list of resources with specified tags.

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

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that support authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

Action

Access level

Resource type

Condition key

Dependent action

composer:ListTagResources

get

*All Resource

*

None None

Request parameters

Parameter

Type

Required

Description

Example

ResourceType

string

Yes

The resource type definition. Valid values:

  • ALIYUN::LC::FLOW: Logic Composer workflow

ALIYUN::LC::FLOW

NextToken

string

No

The token that is used to start the next query

caeba0bbb2be03f84eb48b699f0a4883

MaxResults

integer

No

The maximum number of entries that is returned on each page.

20

ResourceId

array

No

The resource IDs.

string

No

The resource ID.

lc-0xiisfk685vhfk

Tag

array

No

The tags to add to the instance. The maximum number of tags is 20.

object

No

The tag content.

Key

string

Yes

The tag key.

testkey

Value

string

Yes

The tag value.

testvalue

Response parameters

Parameter

Type

Description

Example

object

NextToken

string

The token that is used to start the next query.

caeba0bbb2be03f84eb48b699f0a4883

RequestId

string

The request ID.

C9025B15-16CC-53FB-B7B1-7295AA010EBD

TotalCount

integer

The total number of resources.

2

TagResources

array

The relationships between the resources and the tags.

object

Resource information

ResourceType

string

The resource type definition. Valid values:

  • ALIYUN::LC::FLOW: Logic Composer workflow

ALIYUN::LC::FLOW

TagValue

string

The tag value.

testvalue

ResourceId

string

The resource ID.

lc-0xiisfk685vhfk

TagKey

string

The tag key.

testkey

Examples

Success response

JSON format

{
  "NextToken": "caeba0bbb2be03f84eb48b699f0a4883",
  "RequestId": "C9025B15-16CC-53FB-B7B1-7295AA010EBD",
  "TotalCount": 2,
  "TagResources": [
    {
      "ResourceType": "ALIYUN::LC::FLOW",
      "TagValue": "testvalue",
      "ResourceId": "lc-0xiisfk685vhfk",
      "TagKey": "testkey"
    }
  ]
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.