snapshot_get_snapshot
Retrieve a filtered, aggregated view of Home Assistant state, including areas, devices, entities, integrations, and config. Control which sections and domains appear, paginate states, and customize summary fields.
Instructions
One-shot aggregated view of HA state, filtered.
include controls which sections appear (defaults to
states/areas/devices/entities/integrations). Valid values:
states, areas, floors, devices, entities, integrations, config.
domains restricts the states list (e.g. ["light", "climate"]).
area_id keeps only states whose entity/device belongs to that area.
summary strips state objects to entity_id/state/friendly_name
(set False for full attributes).
limit / offset paginate the states list (useful for large setups).
state_fields overrides summary — return only these keys per state.
Valid: entity_id, state, friendly_name, attributes, last_changed, last_updated.
Returns: {"section_name": [...], ..., "_meta": {...}}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | ||
| domains | No | ||
| area_id | No | ||
| summary | No | ||
| limit | No | ||
| offset | No | ||
| state_fields | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||