v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1493436254.6 KB

Lists all enabled skills in a specific skill group.

post/#X-Amz-Target=AlexaForBusiness.ListSkills

Query parameters

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Headers

X-Amz-Target'AlexaForBusiness.ListSkills' required

Request body

SkillGroupArnstring

The ARN of the skill group for which to list enabled skills.

EnablementType'ENABLED' | 'PENDING'

Whether the skill is enabled under the user's account.

SkillType'PUBLIC' | 'PRIVATE' | 'ALL'

Whether the skill is publicly available or is a private skill.

NextTokenstring

An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by <code>MaxResults</code>.

MaxResultsinteger

The maximum number of results to include in the response. If more results exist than the specified <code>MaxResults</code> value, a token is included in the response so that the remaining results can be retrieved.

Response

Success

NextTokenstring

The token returned to indicate that there is more data available.