v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-142381,278956.3 KB

Lists the things in the specified group.

Requires permission to access the ListThingsInThingGroup action.

get/thing-groups/{thingGroupName}/things

Path parameters

thingGroupNamestring required

The thing group name.

Query parameters

recursiveboolean

When true, list things in this thing group and in all child groups as well.

nextTokenstring

To retrieve the next set of results, the <code>nextToken</code> value from a previous response; otherwise <b>null</b> to receive the first set of results.

maxResultsinteger

The maximum number of results to return at one time.

Response

Success

thingsThingName[]

The things in the specified thing group.

nextTokenstring

The token to use to get the next set of results, or <b>null</b> if there are no additional results.