Updated on 2025-10-24 GMT+08:00

Querying Resource Tags

Function

This API is used to query all resource tags.

Authorization Information

Each account has all the permissions required to call all APIs, but IAM users must be assigned the required permissions.

  • If you are using role/policy-based authorization, see Permissions Policies and Supported Actions for details on the required permissions.
  • If you are using identity policy-based authorization, the following identity policy-based permissions are required.

    Action

    Access Level

    Resource Type (*: required)

    Condition Key

    Alias

    Dependencies

    coc:document:list

    List

    document *

    -

    -

    -

URI

GET /v1/script/{resource_type}/tags

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

resource_type

Yes

String

Resource type:

  • coc:script

Table 2 Query Parameters

Parameter

Mandatory

Type

Description

limit

No

String

Number limitation.

offset

No

String

Starting position.

Request Parameters

None

Response Parameters

Status code: 200

Table 3 Response body parameters

Parameter

Type

Description

tags

Array of ScriptTag objects

Definition:

The key-value pair of a tag.

Value range:

N/A.

total

Long

Definition:

Total number of records.

Value range:

N/A.

Table 4 ScriptTag

Parameter

Type

Description

key

String

Definition:

Tag key.

Value range:

N/A.

values

Array of strings

Definition:

All values of a tag key.

Value range:

N/A.

Example Requests

None

Example Responses

None

Status Codes

Status Code

Description

200

Request result is returned.

For more status codes, see Status Codes.

Error Codes

See Error Codes.