ListSkillSpaces

Updated at:

Queries a list of SkillSpaces.

Operation description

Prerequisites

Ensure the service provider enabled the upgrade feature and configured its parameters when creating the service.

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 parameters

Parameter

Type

Required

Description

Example

Filter

array<object>

No

The query filters.

object

No

The filter.

Value

array

No

The filter values. You can specify 1 to 10 values.

string

No

A value for the filter.

ss-xxxx

Name

string

No

The filter name. You can specify one or more filter names. Valid values:

  • SkillSpaceId: The SkillSpace ID. This filter performs an exact match.

  • SkillSpaceName: The SkillSpace name.

  • MatchType: The match type for the SkillSpaceName filter. Valid values: exact, prefix, and fuzzy.

SkillSpaceId

NextToken

string

No

The token for the next page of results. To retrieve the next page, set this parameter to the NextToken value from the previous response.

BBBAAfu+XtuBE55iRLHEYYuojI4=

MaxResults

integer

No

The number of entries to return per page. Maximum value: 100. Default value: 20.

100

Response elements

Element

Type

Description

Example

object

The response body.

RequestId

string

The request ID.

4DB0F536-B3BE-4F0D-BD29-E83FB56D550C

NextToken

string

The token for the next page of results. If this parameter is not returned, no more results are available.

AAAAAWns8w4MmhzeptXVRG0PUEU=

MaxResults

integer

The number of entries returned per page.

20

TotalCount

integer

The total number of entries.

1

SkillSpaces

array<object>

The list of SkillSpaces.

object

SkillSpaceId

string

The SkillSpace ID.

ss-111111

SkillSpaceName

string

The SkillSpace name.

1111

SkillSpaceDescription

string

The SkillSpace description.

1111

CreateTime

string

The time when the SkillSpace was created. The time is in UTC.

2025-11-03T22:58:52Z

UpdateTime

string

The time when the SkillSpace was last updated. The time is in UTC.

2025-11-03T22:57:29Z

Examples

Success response

JSON format

{
  "RequestId": "4DB0F536-B3BE-4F0D-BD29-E83FB56D550C",
  "NextToken": "AAAAAWns8w4MmhzeptXVRG0PUEU=",
  "MaxResults": 20,
  "TotalCount": 1,
  "SkillSpaces": [
    {
      "SkillSpaceId": "ss-111111",
      "SkillSpaceName": "1111",
      "SkillSpaceDescription": "1111",
      "CreateTime": "2025-11-03T22:58:52Z",
      "UpdateTime": "2025-11-03T22:57:29Z"
    }
  ]
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.