List IoT things
list_thingsDiscover AWS IoT thing names and types in the configured region, then filter by thing type or attribute pair. Use results to find things before inspecting their shadows.
Instructions
Lists AWS IoT things in the configured region, newest page first, with optional filters by thing type or by a single attribute name/value pair. Use this to discover thing names before inspecting a shadow. Returns names and types only — call describe_thing for detail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| next_token | No | Pagination token from a previous call. | |
| max_results | No | Items per page. Clamped by server policy. | |
| attribute_name | No | Filter by attribute name. Requires attribute_value. | |
| attribute_value | No | Filter by attribute value. Requires attribute_name. | |
| thing_type_name | No | Only things of this thing type. |